MathSpecialFunctionsConvolve1D

3 218
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`.

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่ ข้อกำหนดการใช้งาน