photo

Elavarasi E


2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

5年弱 前 | 0 件の回答 | 0

0

回答

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答