フィルターのクリア

am using taylor series to process an audio signal.

1 回表示 (過去 30 日間)
Elavarasi E
Elavarasi E 2019 年 9 月 19 日
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.

回答 (0 件)

カテゴリ

Help Center および File ExchangeSmoothing and Denoising についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by