Sine is part of the WaveTrain system class library
Sine generates two sine waves and outputs them in various formats.
|
|
Parameters
|
| xA |  float | Amplitude of x sine wave | 1.0 |
| xP |  float | Initial phase of x sine wave (deg.) | 0.0 |
| xF |  float | Frequency of x sine wave (Hz.) | 10.0 |
| yA |  float | Amplitude of y sine wave | 1.0 |
| yP |  float | Initial phase of y sine wave (deg.) | 0.0 |
| yF |  float | Frequency of y sine wave (Hz.) | 10.0 |
|
Inputs
|
| None |
|
Outputs
|
| x |  float | x sine wave as a scalar | |
| y |  float | y sine wave as a scalar | |
| v |  Vector<float> | x and y sine waves as a vector (x,y) | |
| c |  Complex | x and y sine waves as a complex scalar, x+iy | |
|
Subsystems |
|
|
|
|
Last Saved: Tue Sep 03 20:01:21 MDT 2002 by TVE version 2007B
|
|