viewing spectrum of an audio signal in matlab
8 ビュー (過去 30 日間)
古いコメントを表示
how to plot frequency spectrum of magnitude and phase spectra of an audio signal "Handel" in the FFT?
load handel
[xn fs]=myhandel
nf=1024 %number of point in dtft
y = fft(xnnf)
f = fs/2*linspace(01nf/2+1)
plot(fabs(y(1:nf/2+1)))
0 件のコメント
回答 (1 件)
Nikhil Sonavane
2020 年 7 月 7 日
編集済み: Nikhil Sonavane
2020 年 7 月 7 日
You may refer to an already answered similar MATLAB Answer which may solve your issue. For more information you may refer Basic Spectral Analysis as well.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spectral Analysis についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!