C# 클래스 Accord.Audio.Filters.LowPassFilter

Low band pass filter.
상속: BaseFilter
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
LowPassFilter ( float alpha ) : System

Constructs a new Low-Pass Filter using the given alpha.

보호된 메소드들

메소드 설명
ProcessFilter ( Signal sourceData, Signal destinationData ) : void

Processes the filter.

메소드 상세

LowPassFilter() 공개 메소드

Constructs a new Low-Pass Filter using the given alpha.
public LowPassFilter ( float alpha ) : System
alpha float Band pass alpha.
리턴 System

ProcessFilter() 보호된 메소드

Processes the filter.
protected ProcessFilter ( Signal sourceData, Signal destinationData ) : void
sourceData Signal
destinationData Signal
리턴 void