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

Can I access the phases of FFT? #6

Open
amirea opened this issue Dec 21, 2020 · 1 comment
Open

Can I access the phases of FFT? #6

amirea opened this issue Dec 21, 2020 · 1 comment

Comments

@amirea
Copy link

amirea commented Dec 21, 2020

Hello, I'd like to use your repo for a few projects. I need to get the FFT coefficients and phases for an arbitrary image. Is it possible? I browsed the repo but couldn't figure out.

@d1vanov
Copy link
Owner

d1vanov commented Dec 24, 2020

Hello, right now coefficients are internal to the algorithm i.e. you can't access them via public interfaces. If you want to use SimpleFFT to gather coefficients and phases, you'd have to fork it and write the code collecting them yourself. I don't intend to support such a feature, partly because I cannot put much effort into the maintenance of this project these days and partly because it's actually out of this project's intended scope - it's called SimpleFFT for a reason, it's meant for uses where you need to transform some data with FFT, but not for tinkering with FFT algorithm's internals.

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