Can I access the phases of FFT?
amirea opened this issue · 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.
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.