C# 클래스 DSPUtil.Smoothing

파일 보기 프로젝트 열기: hughpyle/inguz-DSPUtil 1 사용 예제들

공개 메소드들

메소드 설명
Profile ( ISoundObj impulse, SmoothingType type, double resolution ) : FilterProfile
WindowLength ( int bin, int bins, double sampleRate, SmoothingType type, double resolution, int &bin0, int &bin1 ) : double

메소드 상세

Profile() 공개 정적인 메소드

public static Profile ( ISoundObj impulse, SmoothingType type, double resolution ) : FilterProfile
impulse ISoundObj
type SmoothingType
resolution double
리턴 FilterProfile

WindowLength() 공개 정적인 메소드

public static WindowLength ( int bin, int bins, double sampleRate, SmoothingType type, double resolution, int &bin0, int &bin1 ) : double
bin int
bins int
sampleRate double
type SmoothingType
resolution double
bin0 int
bin1 int
리턴 double