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

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

공개 메소드들

메소드 설명
WaveRectifier ( bool halfRectificationOnly ) : System.Collections.Generic

Constructs a new Wave rectifier.

보호된 메소드들

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

Applies the filter to a signal.

메소드 상세

ProcessFilter() 보호된 메소드

Applies the filter to a signal.
protected ProcessFilter ( Signal sourceData, Signal destinationData ) : void
sourceData Signal
destinationData Signal
리턴 void

WaveRectifier() 공개 메소드

Constructs a new Wave rectifier.
public WaveRectifier ( bool halfRectificationOnly ) : System.Collections.Generic
halfRectificationOnly bool
리턴 System.Collections.Generic