psambit9791 / jdsp

A Java Library for Digital Signal Processing
https://jdsp.dev
MIT License
240 stars 45 forks source link

Feature request: Return phase in DFT #22

Closed SiboVG closed 2 years ago

SiboVG commented 2 years ago

Right now, the DFT transform can return both the complex valued result and the magnitude of that result. Would also be helpful to include a return function for the phase of the result.

psambit9791 commented 2 years ago

Backward incompatible changes made with this commit to accommodate additional functionalities

Additional methods added to DiscreteFourier class