treeviz-1.0.0: Visualization of computation decomposition trees.

Portability
StabilityExperimental
Maintainercapn.freako@gmail.com
Safe HaskellNone

Data.Tree.LogTrees.FFTTree

Description

 

Synopsis

Documentation

type FFTTree = GenericLogTree (Complex PrettyDouble)Source

An instance of LogTree, this type represents the Fast Fourier Transform (FFT) of arbitrary radix and decimation scheme.

newFFTTree :: TreeBuilder FFTTreeSource

Returns a tree builder suitable for constructing Fast Fourier Transform (FFT) decomposition trees of arbitrary radices and either decimation style (i.e. - DIT or DIF).