Search code examples
javac++matlabsignal-processing

Matlab filtfilt() function implementation in Java


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.


Solution

  • Here is my implementation in C++ of the filtfilt algorithm as implemented in MATLAB. Hope this helps you.