C# 클래스 DSPUtil.IIR1HP

First-order high pass IIR
상속: IIR1
파일 보기 프로젝트 열기: hughpyle/inguz-DSPUtil

공개 메소드들

메소드 설명
IIR1HP ( double fC, ISoundObj input ) : System

Apply a first-order high pass IIR

IIR1HP ( uint fS, double fC, int n ) : System

Construct a generator for first-order high pass IIR

메소드 상세

IIR1HP() 공개 메소드

Apply a first-order high pass IIR
public IIR1HP ( double fC, ISoundObj input ) : System
fC double Cutoff frequency, Hz
input ISoundObj Input
리턴 System

IIR1HP() 공개 메소드

Construct a generator for first-order high pass IIR
public IIR1HP ( uint fS, double fC, int n ) : System
fS uint Sample rate, Hz
fC double Cutoff frequency, Hz
n int Length of impulse (samples)
리턴 System