Elavarasi E
2019년부터 활동
Followers: 0 Following: 0
Feeds
질문
need to get the overlapped spectrum of an audio signal using hanning window, for a window size of 1024 with overlap of 48 samples. should plot the same.
the plot to achiev is attached.
대략 5년 전 | 답변 수: 0 | 0
0
답변질문
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