Click or drag to resize
Accord.NET (logo)

CosineGenerator Constructor (Double, Double, Int32)

Constructs a new cosine Signal Generator.

Namespace:  Accord.Audio.Generators
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public CosineGenerator(
	double frequency,
	double amplitude,
	int samplingRate
)
Request Example View Source

Parameters

frequency
Type: SystemDouble
amplitude
Type: SystemDouble
samplingRate
Type: SystemInt32
See Also