フィルターのクリア

How to make the spectrogram function output the actual frequencies instead of the normalized ones?

16 ビュー (過去 30 日間)
This program performs a frequency sweep on a song and prints out the spectrogram, however, it displays normalized frequencies and I was wondering if there's any way to get it to display the actual frequencies instead. Here's the code:
wave_file = 'Here_Comes_a_Special_boy.wav';
[abc,fs] = audioread(wave_file);
noverlap = [];
spectrogram(abc,256,noverlap,[]);

回答 (1 件)

Chinmay Anand
Chinmay Anand 2019 年 7 月 1 日

カテゴリ

Help Center および File ExchangeTime-Frequency Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by