C# 클래스 DSPUtil.OverlappingWindows

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

공개 메소드들

메소드 설명
OverlappingWindows ( ISoundObj input, int length ) : System
OverlappingWindows ( ISoundObj input, int length, double overlap, CosWindow window ) : System

메소드 상세

OverlappingWindows() 공개 메소드

public OverlappingWindows ( ISoundObj input, int length ) : System
input ISoundObj
length int
리턴 System

OverlappingWindows() 공개 메소드

public OverlappingWindows ( ISoundObj input, int length, double overlap, CosWindow window ) : System
input ISoundObj
length int
overlap double
window CosWindow
리턴 System