C# Class DSPUtil.OverlappingWindows

Show file Open project: hughpyle/inguz-DSPUtil

Public Methods

Method Description
OverlappingWindows ( ISoundObj input, int length ) : System
OverlappingWindows ( ISoundObj input, int length, double overlap, CosWindow window ) : System

Method Details

OverlappingWindows() public method

public OverlappingWindows ( ISoundObj input, int length ) : System
input ISoundObj
length int
return System

OverlappingWindows() public method

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