Home Projects/Research Programs/Examples Classes Personal Info Email

Programs/Examples

In order to help the student become familiar with math programs used in the Engineering departments I have set up a web site dedicated to giving help with these programs.  Files located on this site were written by either myself, students, or others.  If written by students or others, there will be credit given within the file. 

Mathcad

Plotting

Symbolic

Mathcad/MATLAB/Simulink

DSP/Discrete-time Systems

MATLAB

  • In OC's microprocessor course the project for a few years was to design from scratch a laser display system.  All that was provided was the laser scanners.  Input to the scanner sytem is +-10 volts for the X and Y deflections and a 0-5 volt input to turn the laser on and off.  When it came time to code the system there was a need to draw what was wanted to be displayed and translate that drawing into data that could be stored in memory.  To help the students I designed this script using guide from MATLAB.  The files needed are genfrm.m (the function called from MATLAB), genfrmfun.m and genfrm.mat.  Since the MC68HC11 is used in the class it outputs data that can be used with that processor.  The function genfrmfun.m can be modified for different use.