Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to ASR. There are many reviews of audio hardware and expert members to help answer your questions.
Click here to have your audio equipment measured for free!
A big one is that FIR can be applied (with some delay) to a continuously playing signal. Forward-backward IIR requires the whole signal to be pre-processed before playing.
A big one is that FIR can be applied (with some delay) to a continuously playing signal. Forward-backward IIR requires the whole signal to be pre-processed before playing.
A big one is that FIR can be applied (with some delay) to a continuously playing signal. Forward-backward IIR requires the whole signal to be pre-processed before playing.
According to whom?
No "free lunch" in signal processing (except perhaps in computational efficiency and numerical stability). Same magnitude and same phase means same time domain behavior; filter implementation does not matter.
As has been mentioned, forward-backward IIR filtering is only possible offline because the filter is non-causal and infinite length. For real time use, one can truncate the forward-backward IIR filter to some finite length, yielding (wait for it...) an FIR filter. In principle, this happens any time you apply an IIR filter to a non-periodic signal because the result must be truncated. Hence, the idea that FIR must somehow produce a different result is incorrect by definition.