ExFft
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"}
]
endDocumentation 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