Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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

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

source code