Hi all,
Sorry for the beginner question!
I am selecting short audio clips from a longer waveform, then I calculate spectral features on each short clip. I keep getting this kind of warning:
UserWarning: n_fft=1024 is too small for input signal of length=11
Would it be better to
A) zero-pad the short clips,
B) choose a shorter n_fft (and loose spectral resolution, from what I understand), or
C) extract the features first, then segment (and potentially loose temporal accuracy)?
I'm working with birdsong, so there will be some important high frequencies. My sampling rate is 22050.
Thanks!
Kendra
PhD Candidate
Montreal Neurological Institute
McGill University, Canada