필터 지우기
필터 지우기

Using filtfitl with a 1 x 1 dfsos or dffir filter

조회 수: 1 (최근 30일)
Siddharth Gopujkar
Siddharth Gopujkar 2020년 11월 16일
댓글: Mathieu NOE 2020년 11월 17일
I am using the filter design tool to get the filter I want and then exporting the filter to the MATLAB workspace. The filter file type is 1 x 1 dfsos or dffir, depending on the type of filter I desgin.
When I try to use filtfilt with the designed filter, MATLAB gives me an error.
Error in filtdilt_test (line 84)
fil_s1=filtfilt(Hd1, s1);
where 'Hd1' is my filter and 's1' is the signal.
What am I doing wrong? What else do I need to include in the filtfilt syntax?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Digital Filtering에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by