C# 클래스 MultichannelAudio.KeyFrequency

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

공개 프로퍼티들

프로퍼티 타입 설명
channel int
data double[]
frequency int
radius int
speakerTheta 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 ) : System
ToString ( ) : string
classify ( ) : int
mag2db ( Exocortex.DSP.ComplexF y ) : float

메소드 상세

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 ) : System
f int
c int
rad int
indata double
center 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

radius 공개적으로 프로퍼티

public int radius
리턴 int

speakerTheta 공개적으로 프로퍼티

public double speakerTheta
리턴 double