-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Milestone
Description
For example, simply trying to double the length of a signal doesn't actually work:
x = randn(4)
resample(x,4.0)
resample(x,4//1)
both of which return a vector of length 14. I tried various other lengths for x and got that it down by 2 for every case.
I tried altering the amount of zero padding, but increasing the padding by even 1 led to a length 18 signal. I suspect that something is wrong with the actual resample_filter design, but I'm not knowledgeable enough with the material to fix it on my own at this point.
And while we're at it, not being able to put in an integer as a resampling rate is mildly annoying. Is there any design reason for this?
Metadata
Metadata
Assignees
Labels
No labels