This PR fixes the normalization of the FFT data in plot.labeled_waterfall and the functions that wrap it (currently just plot.fourier_transform_waterfalls). Previously, the FFT data only used the shifted output from np.fft.fft; now, the data is scaled by the resolution of the axis that the transform is performed over, in order to ensure correct units of transformed data.
This PR fixes the normalization of the FFT data in
plot.labeled_waterfall
and the functions that wrap it (currently justplot.fourier_transform_waterfalls
). Previously, the FFT data only used the shifted output fromnp.fft.fft
; now, the data is scaled by the resolution of the axis that the transform is performed over, in order to ensure correct units of transformed data.