Azzera filtri
Azzera filtri

How to divide spectrogram in bands according to y-axis?

2 visualizzazioni (ultimi 30 giorni)
y=audioread('speech.wav');
subplot(2,3,1);
plot(y);
spectrogram(y,[],[],[],fs,'yaxis');
This code will help me to plot the spectrogram. I want to divide spectrogram into different bands according to frequency which is taken on y-axis. How I can do it?

Risposte (0)

Categorie

Scopri di più su Time-Frequency Analysis in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by