C# Class GAudio.FloatFFT

Exibir arquivo Open project: gregzo/G-Audio Class Usage Examples

Public Methods

Method Description
FloatFFT ( ) : System
init ( uint logN ) : void
run ( float xRe, float xIm, bool inverse = false ) : void

Private Methods

Method Description
BitReverse ( uint x, uint numBits ) : uint

Method Details

FloatFFT() public method

public FloatFFT ( ) : System
return System

init() public method

public init ( uint logN ) : void
logN uint
return void

run() public method

public run ( float xRe, float xIm, bool inverse = false ) : void
xRe float
xIm float
inverse bool
return void