Function's Specgram
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, i have a function code in MATLAB and i want to plot the specgram of that function but could not find the right code of it
i used;
figure, specgram(getFilter), colorbar
but it gave me an error
Any Help ?
0 comentarios
Respuestas (1)
Cris LaPierre
el 8 de En. de 2021
Editada: Cris LaPierre
el 8 de En. de 2021
What error are you getting? Undefined function or variable 'specgram'.?
There is no specgram in the current version of MATLAB. What version are you using? Perhaps try using spectrogram, which replaced specgram around 2005.
2 comentarios
Cris LaPierre
el 8 de En. de 2021
My suggestions
- You have apparently defined your function in the wrong place. Follow what the message says. If you need more help, see the Create Function in Files documentation page
- About specgram, see my first reply.
Ver también
Categorías
Más información sobre Audio and Video Data en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!