필터 지우기
필터 지우기

Is there any other APPS in Matlab apart from Filter Designer. Just for filtering the signal

조회 수: 2 (최근 30일)

채택된 답변

Honglei Chen
Honglei Chen 2018년 7월 25일
Not sure if this is what you want, but if you go to File -> Generate MATLAB Code, there is an option to generate a data filtering function. If you save that function as say myfilter.m, then you can get the filtered signal by calling
y = myfilter(x)
where x is the input signal.
HTH

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by