Property | Type | Description | |
---|---|---|---|
channel | int | ||
data | double[] | ||
frequency | int | ||
isBoth | bool | ||
prior | int | ||
radius | int | ||
speakerAltitude | double | ||
speakerTheta | double | ||
x | double | ||
y | double | ||
z | double |
Method | Description | |
---|---|---|
KeyFrequency ( ) : System | ||
KeyFrequency ( int f, int c, int rad, Exocortex.DSP.ComplexF indata, int center ) : System | ||
KeyFrequency ( int f, int c, int rad, double array ) : System | ||
KeyFrequency ( int f, int c, int rad, double indata, int center, int priori ) : System | ||
ToString ( ) : string | ||
classify ( ) : int | ||
mag2db ( Exocortex.DSP.ComplexF y ) : float |
Method | Description | |
---|---|---|
updateXY ( int velocity ) : void |
public KeyFrequency ( int f, int c, int rad, Exocortex.DSP.ComplexF indata, int center ) : System | ||
f | int | |
c | int | |
rad | int | |
indata | Exocortex.DSP.ComplexF | |
center | int | |
return | System |
public KeyFrequency ( int f, int c, int rad, double array ) : System | ||
f | int | |
c | int | |
rad | int | |
array | double | |
return | System |
public KeyFrequency ( int f, int c, int rad, double indata, int center, int priori ) : System | ||
f | int | |
c | int | |
rad | int | |
indata | double | |
center | int | |
priori | int | |
return | System |
public mag2db ( Exocortex.DSP.ComplexF y ) : float | ||
y | Exocortex.DSP.ComplexF | |
return | float |