Свойство | Type | Description | |
---|---|---|---|
BinIndex | int | ||
InterpolatedBinIndex | float | ||
InterpolatedFrequency | float | ||
InterpolatedMagnitude | float |
Méthode | Description | |
---|---|---|
FFTBinInfo ( float magnitudes, int index, float binFreqWidth ) : System.Collections | ||
FFTBinInfo ( float magnitudes, int index, int sampleRate, int fftSize ) : System.Collections | ||
GetLowerMaxBins ( float magnitudes, int fromIndex, int toIndex, float binFrequencyWidth, float magThresholdRatio ) : List |
||
GetMidiCode ( ) : int |
public FFTBinInfo ( float magnitudes, int index, float binFreqWidth ) : System.Collections | ||
magnitudes | float | |
index | int | |
binFreqWidth | float | |
Résultat | System.Collections |
public FFTBinInfo ( float magnitudes, int index, int sampleRate, int fftSize ) : System.Collections | ||
magnitudes | float | |
index | int | |
sampleRate | int | |
fftSize | int | |
Résultat | System.Collections |
public static GetLowerMaxBins ( float magnitudes, int fromIndex, int toIndex, float binFrequencyWidth, float magThresholdRatio ) : List |
||
magnitudes | float | |
fromIndex | int | |
toIndex | int | |
binFrequencyWidth | float | |
magThresholdRatio | float | |
Résultat | List |