-
-
Couldn't load subscription status.
- Fork 19
Closed
Description
Hi, let me start of by saying am not a DSP expert.
But I have noticed scipy.signal.decimate gives poor results with large decimation values
Line 54 in d9b36e6
| sd = signal.decimate(x, factor[idx]) |
to
sd = signal.resample(x, (int)(len(x) / factor[idx]))
I believe it is related to the note about not using decimate with values high than 13
https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.decimate.html#scipy.signal.decimate
Metadata
Metadata
Assignees
Labels
No labels

