On Sun, 2023-01-01 at 12:24 -0800, 이석태 wrote:
> Hello, Golang Team,
>
> I want to convert MATLAB ' filtfilt ' command to Golang.
> Actually, MATLAB 'filtfilt' command was 'filter' command as a
> one dimensional signal filter.
>
> I am using 6 * 1 matrix coefficienct for 'filter' command.
>
> Is th
Hello, Golang Team,
I want to convert MATLAB ' filtfilt ' command to Golang.
Actually, MATLAB 'filtfilt' command was 'filter' command as a
one dimensional signal filter.
I am using 6 * 1 matrix coefficienct for 'filter' command.
Is there a any recommendation for
GOLANG one dimensional signal f