photo

Elavarasi E


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


am using taylor series to process an audio signal.
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 pro...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Question


help me to write a code for processing an audio signal using taylor series
clc; clear all; [x,Fs] = audioread('audioe.wav'); sound(x,Fs); whos x disp(Fs) x = x(:,1); dt = 1/Fs; ...

presque 5 ans il y a | 1 réponse | 0

1

réponse