wheeheee
wheeheee
I suppose ~~https://github.com/JuliaPackaging~~ the JuliaLang org itself? FunctionWrappers and Public.jl are there too
I don't see many complaints in their repo for this new version, so I think it should be fine to upgrade now. Do we want to just specify the minor...
@dependabot merge
Could you test this with 0.7.9 to see if this might be a regression with the changes in 0.8.0?
Sorry, didn't quite notice. Fingers crossed it magically disappears in 0.8...
I tried to resample using a `FIRFilter` and different `Nϕ`, and found that it gets smoother with `Nϕ=64` (there are still artifacts, presumably when `ϕAccumulator` jumps back). But then the...
Ok, saw wrongly. Indeed, choosing a higher value of `Nϕ` does reduce artifacts. Currently, that parameter is not exposed in `resample`, and also as raised in another issue `resample_filter` isn't...
You could also play around with `rel_bw` in `resample_filter` to see if it can give you what you want. I find setting `Nϕ=64` and `rel_bw=0.7` looks good for this example...
Just to add on, the `Nϕ` used to create `pfb` for the rational resampling example here is quite large (6250 vs default 32 for float). So this might not just...