-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Perhaps just expose the spectrogram options that scipy.signal.spectrogram provides. *kwargs is probably a good way to do this.
Lines 75 to 77 in 4af53c7
| def spec_from_row(row): | |
| _, _, Sxx = signal.spectrogram(row) | |
| return Sxx |
Reactions are currently unavailable