Has anyone tried implementing matlab’s filtfilt()
function in Java (or at least in C++)? If you guys have an algorithm, that would be of great help.
Advertisement
Answer
Here is my implementation in C++ of the filtfilt
algorithm as implemented in MATLAB. Hope this helps you.