Filter function doesn't work in script
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Sriram Tadavarty
el 27 de Abr. de 2020
Can you provide the script and the output you are observing, to get more insights of the issue?
Respuestas (0)
Ver también
Categorías
Más información sobre Digital Filter Design en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!