i want frequency domain spectrum of an audio file but i am getting amplitude range upto 0-6000. how can i normalize it? sampling rate is 48kHz
7 ビュー (過去 30 日間)
古いコメントを表示
[y,fs,nbits]=wavread('C:\Users\HP\Desktop\s1.wav');
N = length(y);
f = (-1/2:1/N:1/2-1/N)*fs;
plot(f,abs(yfft));
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Audio Processing Algorithm Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!