필터 지우기
필터 지우기

How to plot fft for following code?

조회 수: 2 (최근 30일)
Yasir Ali
Yasir Ali 2019년 3월 3일
hello experts can any one tell me how to plot fft / frequency response for following code / wav file ??
[y,fs]= audioread ('filename');
t0= 0.5;
n=round(t0*fs);
t=linspace (0,t0,n);
data=y(1:n,1);
plot (t,data)

답변 (0개)

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by