C# Class DSPUtil.SineGenerator

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

Public Methods

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

Method Details

SineGenerator() public method

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