Mathematica definitions

Load needed packages for this notebook

[Graphics:../Images/index_gr_1.gif]

Set up defaults

Turn off annoying warning messages
[Graphics:../Images/index_gr_2.gif]
Set default options for specific functions
[Graphics:../Images/index_gr_3.gif]

Visualization functions

Fix time variable for sampled signals
[Graphics:../Images/index_gr_4.gif]
Generate periodic waveform from one period

PeriodicSignal[f, {dmin, dmax}, {t, min, max}] generates a periodic waveform for the interval [min, max]. It is assumed that one period of the function f(t) is defined over the interval [dmin, dmax].

[Graphics:../Images/index_gr_5.gif]
Plot periodic waveforms

PeriodicPlot[f, {dmin, dmax}, {t, min, max}, opts] plots a a periodic waveform for the interval [min, max]. It is assumed that one period of the function f(t) is defined over the interval [dmin, dmax]. The 'opts' argument passed plotting options to the Mathematica function Plot[ ].

[Graphics:../Images/index_gr_6.gif]
Plot discrete-time signal as sequence of amplitude lines
[Graphics:../Images/index_gr_7.gif]


Converted by Mathematica      February 3, 2003