Feeds
질문
Why is my function not defining my outputs and just returning "ans"?
I have written the following function to remove noise from an EMG signal function[EMG_filtered] = noise_removal(EMG) ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I use a function file to filter noise from an EMG signal
I have written a script file which uses butterworth to filter my signal in the following way: [b1,a1]=butter(5,[48/Fs*2...
10년 초과 전 | 답변 수: 1 | 0
