C# 클래스 DSPUtil.IIR1LP

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

공개 메소드들

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

Apply a first-order low pass IIR

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

Construct a generator for first-order low pass IIR

메소드 상세

IIR1LP() 공개 메소드

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

IIR1LP() 공개 메소드

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