You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instantaneous energy and the spectrogram tiles do not line up correctly in Inspectrum. This is most obvious when using larger FFT lengths and the amplitude plot, but also very noticeable with SigMF Annotations, for example, in the screenshot below shows the spectrogram tile showing energy well before the annotation and actual time domain energy begins:
At larger FFT sizes this misalignment becomes more obvious as the temporal ambiguity (same number of samples as FFT length) increases.
To resolve this, the data should be zero padded with length NFFT/2 in which case the spectrogram will be nicely aligned (with expected temporal smearing still of course):
The text was updated successfully, but these errors were encountered:
Instantaneous energy and the spectrogram tiles do not line up correctly in Inspectrum. This is most obvious when using larger FFT lengths and the amplitude plot, but also very noticeable with SigMF Annotations, for example, in the screenshot below shows the spectrogram tile showing energy well before the annotation and actual time domain energy begins:
At larger FFT sizes this misalignment becomes more obvious as the temporal ambiguity (same number of samples as FFT length) increases.
To resolve this, the data should be zero padded with length
NFFT/2
in which case the spectrogram will be nicely aligned (with expected temporal smearing still of course):The text was updated successfully, but these errors were encountered: