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 filter with 6 * 1 matrix coefficient ?

[ filter kernal coeffecient ]
B = [0.9243  -4.6182  9.2332 -9.2332  4.6182  -0.9243]  -> 6 * 1 matrix
A = [1.000  -4.8392  9.3727  -9.0822  4.4029  -0.8543 ]  -> 6 * 1 matrix

I've searched a lot but it's so hard to find.
In Golang, DSP is too hard.

If anyone have reference page or example case, Kindly share plz.
Thank you. 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/93c56650-8660-4376-a7b7-607b752b6380n%40googlegroups.com.

Reply via email to