Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
in the frequency domain waveform of an audio file, it is showing frequency range in spectrum upto 100 kHz. but i want the range upto 1 kHz . wht is the wrong in frequency range? please provide correct frequency range.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
yfft=fft(y); % fft of original signal
f=-length(y)/2:length(y)/2-1;
k=20*log10(abs(yfft));
plot(f,k);
1 Kommentar
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!