[Master Index]
[Index for Courses]
beatcontrol
(ee2200/beatcontrol.m)
Help text
Beat Control Panel v2.1 / EE2200 / October 16, 1994
Craig Ulmer
gt7667a@eecom.gatech.edu / ulmer@eedsp.gatech.edu / gt7667a@prism.gatech.edu
Purpose : beatcontrolpanel.m is a scipt that creates a GUI that manipulates
values plugged into the user defined "beat.m" function. It allows
output to be plotted or played through the audio speaker, as well
as give an example for what beat notes sound like. Plots can be
saved to postscript files.
Changes since v1.0 : The entire GUI was rewritten to provide a tighter
and easier to understand interface. Plots are now made outside
of the control panel, and multiple outputs can be printed. The
script now checks for errors in the user's function and gives
simple hints to fixing problems. All known errors (including
bad exits and printing problems) have been fixed.
Cross-Reference Information
This calls
- clear /tools/hpmatlab/toolbox/matlab/general/clear.m
- cos /tools/hpmatlab/toolbox/matlab/elfun/cos.m
- delete /tools/hpmatlab/toolbox/matlab/general/delete.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- eval /tools/hpmatlab/toolbox/matlab/lang/eval.m
- exist /tools/hpmatlab/toolbox/matlab/ops/exist.m
- figure /tools/hpmatlab/toolbox/matlab/graphics/figure.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- pi /tools/hpmatlab/toolbox/matlab/elmat/pi.m
- playsound /tools/hpmatlab/toolbox/matlab/sounds/playsound.m
- plot /tools/hpmatlab/toolbox/matlab/plotxy/plot.m
- print /tools/hpmatlab/toolbox/matlab/graphics/print.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- text /tools/hpmatlab/toolbox/matlab/plotxy/text.m
- title /tools/hpmatlab/toolbox/matlab/plotxy/title.m
- uicontrol /tools/hpmatlab/toolbox/matlab/graphics/uicontrol.m
- xlabel /tools/hpmatlab/toolbox/matlab/plotxy/xlabel.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON