Community Profile

photo

Elavarasi E


Active since 2019

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

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

4 years ago | 0 answers | 0

0

answers

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

4 years ago | 1 answer | 0

1

answer