4.1.1 AMWave
Command structure of AMWave.
AMWave returns a numerical value in case the first argument is numeric, otherwise a CheckedAMWave is returned. CheckedAMWave is a data type which marks a AMWave description as being syntactically correct. CheckedAMWave should not be defined directly.
A CheckedAMWave can be displayed with standard Mathematica graphic functions such as Plot or with Analog Insydes graphic functions such as TransientPlot.
AMWave has the following optional arguments:
Arguments of AMWave.
Examples
Load Analog Insydes.
In[1]:= <<AnalogInsydes`
Define time-dependent amplitude modulated source.
In[2]:= Vam[t_] = AMWave[t, 10, 1, 100, 1.*^3, 1.*^-3]
Out[2]=
Display the signal.
In[3]:= TransientPlot[Vam[t], {t, 0, 5.*^-3}]
Out[3]=
|