Files
orx/orx-fft/README.md
2024-03-18 07:01:45 +00:00

12 lines
337 B
Markdown

# orx-fft
Simple forward and inverse FFT routine
The FFT routine found in `orx-fft` is a Kotlin port of Minim's FFT routine.
<!-- __demos__ -->
## Demos
### DemoFFTShape01
[source code](src/jvmDemo/kotlin/DemoFFTShape01.kt)
![DemoFFTShape01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-fft/images/DemoFFTShape01Kt.png)