Sugestão da Casa
PINE LIBRARY

MathSpecialFunctionsConvolve1D

3 111
Library "MathSpecialFunctionsConvolve1D"
Convolution is one of the most important mathematical operations used in signal processing. This simple mathematical operation pops up in many scientific and industrial applications, from its use in a billion-layer large CNN to simple image denoising.
___
Reference:
algorithm-archive.org/contents/convolutions/1d/1d.html
numpy.org/doc/stable/reference/generated/numpy.convolve.html
lloydrochester.com/post/c/convolution/
geeksforgeeks.org/how-to-perform-faster-convolutions-using-fast-fourier-transformfft-in-python/

f(signal, filter)
  Convolve
  Parameters:
    signal (array<float>): List with signal data.
    filter (array<float>): List with weights to apply to the signal data.
  Returns: Discrete, linear convolution of `signal` and `filter`.

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.