C# 클래스 ActionVisualizer.KeyFrequency

파일 보기 프로젝트 열기: ISUE/Multiwave

공개 프로퍼티들

프로퍼티 타입 설명
channel int
data double[]
frequency int
isBoth bool
prior int
radius int
speakerAltitude double
speakerTheta double
x double
y double
z double

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
updateXY ( int velocity ) : void

메소드 상세

KeyFrequency() 공개 메소드

public KeyFrequency ( ) : System
리턴 System

KeyFrequency() 공개 메소드

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
리턴 System

KeyFrequency() 공개 메소드

public KeyFrequency ( int f, int c, int rad, double array ) : System
f int
c int
rad int
array double
리턴 System

KeyFrequency() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

classify() 공개 메소드

public classify ( ) : int
리턴 int

mag2db() 공개 메소드

public mag2db ( Exocortex.DSP.ComplexF y ) : float
y Exocortex.DSP.ComplexF
리턴 float

프로퍼티 상세

channel 공개적으로 프로퍼티

public int channel
리턴 int

data 공개적으로 프로퍼티

public double[] data
리턴 double[]

frequency 공개적으로 프로퍼티

public int frequency
리턴 int

isBoth 공개적으로 프로퍼티

public bool isBoth
리턴 bool

prior 공개적으로 프로퍼티

public int prior
리턴 int

radius 공개적으로 프로퍼티

public int radius
리턴 int

speakerAltitude 공개적으로 프로퍼티

public double speakerAltitude
리턴 double

speakerTheta 공개적으로 프로퍼티

public double speakerTheta
리턴 double

x 공개적으로 프로퍼티

public double x
리턴 double

y 공개적으로 프로퍼티

public double y
리턴 double

z 공개적으로 프로퍼티

public double z
리턴 double