C# Class DSPUtil.SignalGenerator

0dbfs signal generators
Inheritance: SoundObj
Exibir arquivo Open project: hughpyle/inguz-DSPUtil

Protected Properties

Property Type Description
_freq double
_gain double

Public Methods

Method Description
SignalGenerator ( ushort numChannels, uint sampleRate, double freq, double gain ) : System

Method Details

SignalGenerator() public method

public SignalGenerator ( ushort numChannels, uint sampleRate, double freq, double gain ) : System
numChannels ushort
sampleRate uint
freq double
gain double
return System

Property Details

_freq protected_oe property

protected double _freq
return double

_gain protected_oe property

protected double _gain
return double