How to apply a Zero-Phase filter using MathDotNet library?
问题 Is there a specific function or class in the Math.NET library to obtain a Zero-Phase (non causal) IIR filter? If not, how can this be achieved using current functions? I believe this can be obtained by filtering the signal and then filtering the reverse, but I'm not sure the result is correct. 回答1: The following sample shows how to obtain a Zero-Phase filter by using the reverse-filtering technique and it also compares the result with that of a conventional lowpass filter. The signal being