Borrar filtros
Borrar filtros

Power Spectral Density Unit Conversion

3 visualizaciones (últimos 30 días)
Hussam Ibrahim
Hussam Ibrahim el 28 de Ag. de 2017
Respondida: Star Strider el 28 de Ag. de 2017
Hello, I wrote a matlab code to find the PSD (Power Spectral Density) of a signal, but my amplitude for frequency is in dB/Hz. I am trying to compare my results to some data of another lab that has amplitude in pm^2/Hz. Would anyone be able to help me how to convert this value for PSD?
Thanks,

Respuestas (1)

Star Strider
Star Strider el 28 de Ag. de 2017
I am not certain what the units of ‘pm’ are. To convert dB (as power) to amplitude, this little anonymous function works:
dB2amplitude = @(dB) 10.^(dB/20);

Categorías

Más información sobre Parametric Spectral Estimation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by