.Modelica_Synchronous.WorkInProgress.Incubate.FIRbyWindow

FIR filter defined by filter order, cut-off frequency and window-type

Information

This block computes the output y as a linear combination of the input u and of its past values (= FIR filter):

 y(i) = a[1]*u(i) + a[2]*u(i-1) + a[3]*u(i-2) + ...

where y(i) and u(i) are the values of y and u at clock tick i and a[:] are the filter coefficients. Contrary to block FIRbyCoefficients this block computes the filter coefficients a[:] by design parameters (filter order, cut-off frequency, filter window)


Generated at 2025-03-08T19:24:39Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos