Filter function doesn't work in script

3 次查看(过去 30 天)
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