Contents:
Computes spectrogram from IQ data. Directly uses compute_spectrogram inside of utils/dsp.py.
data (np.ndarray) – IQ samples.
fft_size (int) – The FFT size (number of bins) in the spectrogram.
fft_stride (int) – The number of data points to move or “hop” over when computing the next FFT.
rng (np.random.Generator) – Optional random generator.
Spectrogram computed from IQ data.
np.ndarray