Filter function doesn't work in script

조회 수: 3 (최근 30일)
Robert Mercer
Robert Mercer 2020년 4월 27일
댓글: Robert Mercer 2020년 4월 27일
I am using the following line in the command window and it works. However when I try to run the same line in a matlab script, I get a description of my filter in the command line and the new variable is not created.
Butterworth_Output = filter(Butter_LP,Amplified_Noisy);
Any insight would be greatly appreciated
  댓글 수: 2
Sriram Tadavarty
Sriram Tadavarty 2020년 4월 27일
Can you provide the script and the output you are observing, to get more insights of the issue?
Robert Mercer
Robert Mercer 2020년 4월 27일
Just saw my problem. Script had the same name as the filter. Changed the filter name and it worked.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by