C# Class DSPUtil.SawtoothGenerator

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

Public Methods

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

Method Details

SawtoothGenerator() public method

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