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!