Accord.Audio.Generators.SineGenerator.SineGenerator C# (CSharp) Method

SineGenerator() public method

Constructs a new Cosine Signal Generator.
public SineGenerator ( ) : System
return System
        public SineGenerator()
        {
            init(1.0 / (2.0 * Math.PI), 1, 1);
        }

Same methods

SineGenerator::SineGenerator ( double frequency, double amplitude, int samplingRate ) : System