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

Time-domain envelope detector.

To extract the envelope of a time-domain signal, we must first compute the absolute signal values and then pass it through a low-pass filter.

상속: BaseFilter
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
EnvelopeFilter ( float alpha ) : System.Collections.Generic

Constructs a new Envelope filter

보호된 메소드들

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

Processes the filter.

메소드 상세

EnvelopeFilter() 공개 메소드

Constructs a new Envelope filter
public EnvelopeFilter ( float alpha ) : System.Collections.Generic
alpha float
리턴 System.Collections.Generic

ProcessFilter() 보호된 메소드

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