cfft

A pure clojure implementation of the forward and inverse discrete fourier transforms

Leiningen/Boot

[cfft "0.1.0"]

Clojure CLI/deps.edn

cfft/cfft {:mvn/version "0.1.0"}

Gradle

implementation("cfft:cfft:0.1.0")

Maven

<dependency>
  <groupId>cfft</groupId>
  <artifactId>cfft</artifactId>
  <version>0.1.0</version>
</dependency>