Matlab filtfilt() function implementation in Java

c++, java, matlab, signal-processing

Solution

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

Problem

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.

Original source

Related problems