[go-nuts] MATLAB filtfilt --> GOLANG

2023-01-01 Thread 이석태
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

Re: [go-nuts] MATLAB filtfilt --> GOLANG

2023-01-01 Thread 'Dan Kortschak' via golang-nuts
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