photo

Elavarasi E


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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; ...

casi 5 años hace | 1 respuesta | 0

1

respuesta