C# Class DSPUtil.Smoothing

Exibir arquivo Open project: hughpyle/inguz-DSPUtil Class Usage Examples

Public Methods

Method Description
Profile ( ISoundObj impulse, SmoothingType type, double resolution ) : FilterProfile
WindowLength ( int bin, int bins, double sampleRate, SmoothingType type, double resolution, int &bin0, int &bin1 ) : double

Method Details

Profile() public static method

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

WindowLength() public static method

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
return double