The module FIRLP calculates the output of a FIR low pass filter.
Arg |
Description |
---|---|
0 |
Name of input signal x |
1 |
Order N |
2 |
Cut-off frequency (either normalized within the range [0; 0.5] or in Hz, when given as negative value. |
3 |
Window: RECT, BARTLETT, HANN or HANNING, HAMMING, BLACKMAN, BLACKMAN-HARRIS |
4 |
Time delay, or AUTO |
5 |
Minimum axis value |
6 |
Maximal axis value |