Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 848 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 848 Bytes

ExFft

hex.pm version hex.pm

Elixir's FFT (Fast Fourier Transform) library

Installation

If available in Hex, the package can be installed by adding ex_fft to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_fft, "~> 0.2.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_fft.

If you want to compare with DFT, access ex_fft_test.exs, copy dft function, paste it in ex_fft.ex, and run iex -S mix