Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
FFT ( ) : System |
Construct an FFT with default parameter values
|
|
Transform ( IEnumerable |
Transforms the signal based on the current settings. Returns the first half of the result, which is a reflection of the second half.
|
|
TransformRaw ( IArrayView |
A static transformation method. The length is the nearest power of two that is not greater than the input length. Returns the full result.
|
public Transform ( IEnumerable |
||
signal | IEnumerable |
|
Résultat | IArray |
public static TransformRaw ( IArrayView |
||
input | IArrayView |
|
outputType | FFTOutputType | |
windowType | WindowType | |
Résultat | IArrayView |