ld-decode icon indicating copy to clipboard operation
ld-decode copied to clipboard

fftfilt is half-strength on FIR filters - check 0.5mhz and audio RF FIR filters

Open happycube opened this issue 1 year ago • 0 comments

While working on comb filters and setting up standalone overlap/merge fft code, I found out that FIR filters need to be doubled (by using (filtfft(filter) ** 2.0). There are thankfully only two such filters to look at.

(Thankfully, FFT filtering on IIR filters as implemented is accurate to within .0005 on 16-bit decoded video!)

happycube avatar Jan 28 '24 00:01 happycube