You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To replicate add 1000 or 2000 to the cell in the Resample section that iterates over a bunch of rates and resamples to said rates. If a rate below exactly 3000 (all above 3000 work, all below fail) is included, an audio is generated but is unplayable in jupyter. It will appear normal but clicking it does nothing.
The text was updated successfully, but these errors were encountered:
I just read the code for Resample(), scipy.signal.resample_poly() and scipy.signal.upfirdn() and I felt I need a better understanding of signal processing in general. I still have a question though, do we need to pass the new sampling rate (up) and the old sampling rate(down) to resample_poly or the same divided by the GCD (as implemented).
When I read how the widow size is calculated for FIR between the upsampling and downsampling, the math didn't add up.
To replicate add 1000 or 2000 to the cell in the Resample section that iterates over a bunch of rates and resamples to said rates. If a rate below exactly 3000 (all above 3000 work, all below fail) is included, an audio is generated but is unplayable in jupyter. It will appear normal but clicking it does nothing.
The text was updated successfully, but these errors were encountered: