how to solve y[n]=a0*x[n]-a1*x[n-1] in matlab?
Mostrar comentarios más antiguos
solve this equation by matlab simulation and plot graph for output
1 comentario
Torsten
el 17 de Ag. de 2015
solve for what ?
Best wishes
Torsten.
Respuestas (1)
Titus Edelhofer
el 17 de Ag. de 2015
Hi,
use the function filter:
doc filter
Titus
Categorías
Más información sobre Spline Postprocessing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!