Forum Discussion
Altera_Forum
Honored Contributor
11 years agoproblem with FIR IP
FIR IP filter output waveform shake up and down , Input signal contains the useful signal and the noise signals , so the frequency of the noise signal may be greater than half of the sam...
Altera_Forum
Honored Contributor
11 years agoYou better try IIR filter such as the leaky integrator where:
y(n) = alpha*y(n-1) + (1-alpha)*x(n); alpha from 0 ~ <1 to control cutoff point.