-
Notifications
You must be signed in to change notification settings - Fork 23
Real-valued FFTs #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Real-valued FFTs have lots of optimizations and are relevant in some domains (audio?) so this would be a good thing to add. I imagine this should be a new trait that's slightly different than
Fft, since it should produce both half- and full-spectrum outputs (maybe an implementation-specific ordered output as well).