How to plot fft for following code?

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 件)

カテゴリ

ヘルプ センター および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

質問済み:

2019 年 3 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by