Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- for FIR low-pass filter, order 55, with a cutoff at 10 hz, 500 samples/second --- Quote End --- As Dave explained, a low speed filter like this can be easily implemented serially. A different point is, that the filter specification doesn't make much sense for a high-order FIR filter. The problem is, that "order 55" doesn't represent more than a single cycle at the 10 Hz cut-off. This implies, that the filter coefficients don't give much freedom of tuning the filter shape around the cut-off frequency, which would usually be the purpose of a FIR filter. I expect, that a low order IIR filter gives similar performance in this case. You should try yourself with a filter software tool.