C# 클래스 DSPUtil.NormalWindow

상속: SoundObj
파일 보기 프로젝트 열기: hughpyle/inguz-DSPUtil

공개 메소드들

메소드 설명
NormalWindow ( int center, double sigma ) : System

A normal distribution around the center, with std deviation of 'sigma' samples (e.g. use center=N/2, sigma=N/6 to cover most of the curve). The window hiehgt is set such that the center sample is unchanged (per most windows). rather than normalizing area under the curve.

NormalWindow ( int center, int plateau, double sigma ) : System

메소드 상세

NormalWindow() 공개 메소드

A normal distribution around the center, with std deviation of 'sigma' samples (e.g. use center=N/2, sigma=N/6 to cover most of the curve). The window hiehgt is set such that the center sample is unchanged (per most windows). rather than normalizing area under the curve.
public NormalWindow ( int center, double sigma ) : System
center int
sigma double
리턴 System

NormalWindow() 공개 메소드

public NormalWindow ( int center, int plateau, double sigma ) : System
center int
plateau int
sigma double
리턴 System