go-fft

module
v0.0.0-...-e5e4edf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2020 License: GPL-3.0

README

FFT implementation in Golang

Readable FFT implementation, but may not run fast...

How to use

import "github.com/ledyba/go-fft/fft"


  data := make([]complex128, 32)
  for i := range data {
    // Fill data
    data[i] = complex(float64(i*2)/float64(32),0)
  }
  fft.Fft(data)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL