필터 지우기
필터 지우기

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 CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by