C# Class DSPUtil.BandLimitedSawtoothGenerator

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

Public Methods

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

Method Details

BandLimitedSawtoothGenerator() public method

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