|
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
)
Public Sub New (
frequency As Double,
amplitude As Double,
samplingRate As Integer
)
Request Example
View SourceParameters
- frequency
- Type: SystemDouble
- amplitude
- Type: SystemDouble
- samplingRate
- Type: SystemInt32
See Also