Simple-FFT icon indicating copy to clipboard operation
Simple-FFT copied to clipboard

Can I access the phases of FFT?

Open amirea opened this issue 4 years ago • 1 comments

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.

amirea avatar Dec 21 '20 16:12 amirea

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.

d1vanov avatar Dec 24 '20 06:12 d1vanov