Skip to content
Discussion options

You must be logged in to vote

Hi Geoff,

As of passing biquad sections to iir_param, it's perfectly possible with one of its constructor. Just construct iir_param(your_vector_of_biquad_sections).

Zero-phase IIR filtering needs the full signal and cannot run in a streaming setup. Using it on chunks creates edge artifacts because the forward–backward pass depends on smooth continuity with both earlier and later samples.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by geoffw64
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants