Effacer les filtres
Effacer les filtres

am using taylor series to process an audio signal.

1 vue (au cours des 30 derniers jours)
Elavarasi E
Elavarasi E le 19 Sep 2019
this is the statement am using as taylor series
(x+h) == x + (h.*diff(x)) + (h^2.*diff(x,2))./factorial(2);
when i run the program it say matrix dimensions should match.
after degugging i realised that the first derivative is one less than the actual signal, second derivative is two less than the actual signal. how can I make these same size to sum them all. this is with respect to an audio signal.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by