Files
orx/orx-fft/README.md
2025-08-27 19:48:23 +00:00

16 lines
477 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
Demonstration of using FFT to filter a two-dimensional shape. Mouse xy-position is mapped
to lowpass and highpass settings of the filter.
![DemoFFTShape01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-fft/images/DemoFFTShape01Kt.png)
[source code](src/jvmDemo/kotlin/DemoFFTShape01.kt)