4.1.6 SinWave
Command structure of SinWave.
SinWave returns a numerical value in case the first argument is numeric, otherwise a CheckedSinWave is returned. CheckedSinWave is a data type which marks a SinWave description as being syntactically correct. CheckedSinWave should not be defined directly.
A CheckedSinWave can be displayed with standard Mathematica graphic functions such as Plot or with Analog Insydes graphic functions such as TransientPlot.
SinWave has the following optional arguments:
Arguments of SinWave.
Examples
Load Analog Insydes.
In[1]:= <<AnalogInsydes`
Define time-dependent sinusoidal source.
In[2]:= Vsin[t_] = SinWave[t, 0.5, 1, 2, 0.2, 1.5, 180]
Out[2]=
Display the signal.
In[3]:= TransientPlot[Vsin[t], {t, 0, 3}]
Out[3]=
|