Spectrogram class
Closed
Spectrogram class
I think it would be help with a small Spectrogram class with the following members:
- spectrogram: 2d numpy array
- frequency resolution: float (Hz)
- minimum frequency: float (Hz)
- maximum frequency: float (Hz)
- time resolution: float (s)
- start time (and potentially also date): datetime
- stop time: datetime
It could also have a method for plotting, with axis titles and ranges automatically set.
@fsfrazao , do you agree this could be useful?
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
mentioned in merge request !31 (merged)
Please register or sign in to reply