You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!)
The text was updated successfully, but these errors were encountered:
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!)
The text was updated successfully, but these errors were encountered: