This way the yaxis is in linear scale.
How can I change dspdata spectrum units, its in dB (dB/Hz for PSD), I would like the spectrum in real units.
Neeta Dsouza answered .
2025-11-20
h = psd(spectrum.periodogram,randn(1024,1)); plot(h.Frequencies,h.Data);