What is variable in spectrogram?

Hello,
I would like to know that if I use below code to STFT the data
>>[y,f,t,p] = spectrogram(data,256,250,256,Fs,'yaxis'); then what is the y and p? when I understanded that f is frequency and t is time.
Thank you

 Respuesta aceptada

KSSV
KSSV el 28 de Oct. de 2016

0 votos

y is short-time Fourier transform of the input signal p is power spectral density (PSD)

Más respuestas (0)

Categorías

Más información sobre Fourier Analysis and Filtering en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 28 de Oct. de 2016

Comentada:

el 28 de Oct. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by