fft

package module
v0.0.0-...-e045b60 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2011 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const J = complex(0.0, 1.0)

Variables

This section is empty.

Functions

func DFT

func DFT(in, out []complex128, start, stride int)

Performs a DFT or a partial DFT on in, storing the output in out if start == 0 && stride == 1 the DFT is done on the entire array, otherwise it is done on every stride elements, starting at start.

func FFT

func FFT(in, out []complex128)

Types

type Plan

type Plan struct {
	// contains filtered or unexported fields
}

func Plan_sub

func Plan_sub(n int, v []int) (*Plan, int64)

minimize pq(p+q) select some combination of factors and recurse returns min cost factors as a heap, min cost

func (*Plan) String

func (p *Plan) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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