C# Class uxPlayer.Utils

Afficher le fichier Open project: nanase/ux

Méthodes publiques

Méthode Description
FFT ( int n, bool invert, double ar, double ai ) : void
Sinc ( double x ) : double
WindowingAsHanning ( double array ) : void

Method Details

FFT() public static méthode

public static FFT ( int n, bool invert, double ar, double ai ) : void
n int
invert bool
ar double
ai double
Résultat void

Sinc() public static méthode

public static Sinc ( double x ) : double
x double
Résultat double

WindowingAsHanning() public static méthode

public static WindowingAsHanning ( double array ) : void
array double
Résultat void