C# 클래스 Effects.Filters.Butterworth

파일 보기 프로젝트 열기: FacepunchProgrammers/coderelay-audio 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
filterType System.Type
frequency float
resonance float

공개 메소드들

메소드 설명
Butterworth ( float frequency, float resonance, int sampleRate, Type type ) : System
Calculate ( ) : void
Process ( double input ) : double[]
ProcessSingle ( double input ) : double

메소드 상세

Butterworth() 공개 메소드

public Butterworth ( float frequency, float resonance, int sampleRate, Type type ) : System
frequency float
resonance float
sampleRate int
type System.Type
리턴 System

Calculate() 공개 메소드

public Calculate ( ) : void
리턴 void

Process() 공개 메소드

public Process ( double input ) : double[]
input double
리턴 double[]

ProcessSingle() 공개 메소드

public ProcessSingle ( double input ) : double
input double
리턴 double

프로퍼티 상세

filterType 공개적으로 프로퍼티

public Type,System filterType
리턴 System.Type

frequency 공개적으로 프로퍼티

public float frequency
리턴 float

resonance 공개적으로 프로퍼티

public float resonance
리턴 float