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

Implement Zoom FFT for a specific signal #38

Open
pr1metine opened this issue Feb 9, 2024 · 1 comment
Open

Implement Zoom FFT for a specific signal #38

pr1metine opened this issue Feb 9, 2024 · 1 comment

Comments

@pr1metine
Copy link

Hey,
love what y‘all are have achieved so far with this repo. I‘d also like to be a part of this project.

Among other things, I‘ve been thinking about implementing Zoom FFT in Rust. Your repo appears to be the ideal place for such a feature. Before I actually go ahead and implement this feature, I‘d like to have some feedback on this. E.g., will you be happy to review and merge a Zoom FFT implementation, should I be aware of anything in particular when implementing this, etc.?

@trueb2
Copy link
Contributor

trueb2 commented Feb 29, 2024

Thanks @pr1metine! It would be awesome if you can put together a ZoomFFT implementation. There are several use cases that would benefit from a specialization.

For now, I would recommend planning to the std feature flag. We could use microfft or similar for no_std, but rustfft is already added. rustfft is only used for fourier resampling at the moment. Longer term, I would like to add spectrograms (and zoomed spectrograms).

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

No branches or pull requests

2 participants