Method | Description | |
---|---|---|
Generate ( int samples ) : Signal |
Generates a signal.
|
|
SineGenerator ( ) : System |
Constructs a new Cosine Signal Generator.
|
|
SineGenerator ( double frequency, double amplitude, int samplingRate ) : System |
Constructs a new Cosine Signal Generator.
|
Method | Description | |
---|---|---|
init ( double frequency, double amplitude, int samplingRate ) : void |
public SineGenerator ( double frequency, double amplitude, int samplingRate ) : System | ||
frequency | double | |
amplitude | double | |
samplingRate | int | |
return | System |