Forum Discussion
Altera_Forum
Honored Contributor
8 years agoYeah, sure ... ever tried a recursive averager (http://zipcpu.com/dsp/2017/08/19/simple-filter.html)? Such an averager can be used to filter a signal really close to DC. Subtract that from your incoming signal and you have a highpass filter. It's not FIR, it's IIR, but ... it should work nicely for you from the description you've just given. It's also *really* easy to build. I've used it in time past to remove fixed DC biases from sampled signals.
Dan