Skip to content

koyo-miyamura/ex_fft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elixir's FFT (Fast Fourier Transform) library (not FINAL FANTASY TACTICS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages