C# Class GAudio.FloatFFT

Afficher le fichier Open project: gregzo/G-Audio Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
BitReverse ( uint x, uint numBits ) : uint

Method Details

FloatFFT() public méthode

public FloatFFT ( ) : System
Résultat System

init() public méthode

public init ( uint logN ) : void
logN uint
Résultat void

run() public méthode

public run ( float xRe, float xIm, bool inverse = false ) : void
xRe float
xIm float
inverse bool
Résultat void