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

Complex numbers #3

Open
dy opened this issue Jun 6, 2016 · 1 comment
Open

Complex numbers #3

dy opened this issue Jun 6, 2016 · 1 comment

Comments

@dy
Copy link
Member

dy commented Jun 6, 2016

Implement dsp.js' FFT for complex numbers.

@dy dy mentioned this issue Jan 20, 2017
@rreusser
Copy link
Member

rreusser commented Jan 30, 2017

As for FFT of real-valued input, in an audio context it makes perfect sense, but these lines seem maybe like they could be omitted since it's really just a one-liner to perform outside the function.

Which is to say, the FT(real-valued input) = complex valued output, so it doesn't seem strictly necessary to throw away half of the information that may be perfectly useful.

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