Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polyphase Resampling (rational resampling) #194

Open
xerpi opened this issue Jul 9, 2024 · 2 comments
Open

Polyphase Resampling (rational resampling) #194

xerpi opened this issue Jul 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@xerpi
Copy link

xerpi commented Jul 9, 2024

Since CMSIS-DSP already provides functions for FIR decimation and FIR interpolation, it would be beneficial to include efficient rational resampling functionality using the polyphase resampling algorithm.

For reference, see SciPy's scipy.signal.resample_poly, GNU Radio's Rational Resampler, FutureSDR's PolyphaseResamplingFirKernel, and SampleRateConverter.

@christophe0606 christophe0606 added the enhancement New feature or request label Jul 9, 2024
@christophe0606
Copy link
Contributor

Good suggestion. Tagged as "enhancement".

@dafx
Copy link

dafx commented Jul 24, 2024

Been wanting this forever! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants