Method | Description | |
---|---|---|
FFT ( int n, bool invert, double ar, double ai ) : void | ||
Sinc ( double x ) : double | ||
WindowingAsHanning ( double array ) : void |
public static FFT ( int n, bool invert, double ar, double ai ) : void | ||
n | int | |
invert | bool | |
ar | double | |
ai | double | |
return | void |
public static WindowingAsHanning ( double array ) : void | ||
array | double | |
return | void |