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
I'm brand new to audio programming, so I may be off the mark here, but I'm wondering if there is any way to assist obtaining the fundamental frequencies from the spectrogram/FFT output.
I'm trying to obtain the fundamental frequencies after serializing the FFT data that is created for the spectrogram, so I can create a new waveform with modified frequencies to the input waveform.
Does the Waterfall demo already output the fundamental/peak frequency? Does the spectrogram account for power spectral density?