How to generate c code for filtfilt for low pass fir filter
조회 수: 9 (최근 30일)
이전 댓글 표시
Hi, i used a low pass fir filter using the following function
d1=designfilt('lowpassfir','PassbandFrequency',0.45,'StopbandFrequency',0.5,'PassbandRipple',3,'StopbandAttenuation',6
0,'DesignMethod','equiripple');
a = filtfilt(d1,deriv1);
I want to generate c code for this but when i look in matlab fileexchange i found thishttps://www.mathworks.com/matlabcentral/fileexchange/32261-filterm
And i don't know how to define the b and a used in this code. Can anyone help me please?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!