ECE 461 - Labs Calendar & Info
08/27/08
Introduction - Make sure you purchase your Lab Kits ASAP.
09/01/08 - Labor Day, university closed
09/03/08
Experiment # 1 - Deterministic Signal Analysis, Spectrum Analyzers
Report Due on 09/10/08
09/09/08 - Last day to drop with no tuition penalty
09/10/08
Experiment # 2 - AM Transmitter
Report Due on 09/17/08
Datasheet for
XR2206, a Monolithic Function Generator.
There's a basic test circuit schematic on pg 6.
09/16/08 - Last day to drop with a 33% tuition penalty
09/17/08
Experiment # 3 - Balanced Modulator
Report Due on 09/24/08
Datasheet for
MC1496, a Balanced Modulator.
This circuit should give you a suppressed carrier spectrum.
See pg 2 for a sample spectrum, pg 10 for typical application
circuits.
09/24/08
Experiment # 4 - Diode Detector
Report Due on 10/01/08
09/26/08 - Last day to drop with a 67% tuition penalty (Last day to drop)
10/01/08
Experiment # 5 - Frequency Modulation
Report Due on 10/08/08
10/08/08 - Midterm Exam (Covering Part 1 of Lab Outline)
10/13/08 - Columbus Day recess (Monday classes/labs meet on Tuesday)
10/15/08
Experiment # 6 - Introduction To Code Composer Studio
Report Due on 10/22/08
Read the lab manual thoroughly and follow each steps with caution. Here's a quick overview...
- Connect the board to the PC parallel port and power it up.
- Choose [Setup Code Composer] from the [Start] menu and check if your system configuration is "C6711 DSK". Select [Save & Quit] and hit [Yes] to open Code Composer on exit.
- Now let CCS know that you have connected your board, by selecting [Debug]->[Connect].
- Select [GEL]->[Check DSK]->[Quick Test] and look for the message "Target is OK".
- Create a new project named lab6 and save it in My Documents or in your USB drive. CCS may not detect the network drive K: for some reason.
- Create a new configuration file from [File]->[New]->[DSP BIOS Config]. Choose your board "C6711.cdb" and hit ok.
- In the DSP BIOS configuration window, open [System]->[Global Settings] and re-check the board type to make sure it is "dsk6711".
- Save the configuration file to your project directory, and add it to your project by right-clicking on the project name and choosing [Add files to project]. To add the file, you may also choose [File]->[Add files to project].
- Similarly add the source files and header files necessary for the project. Download and unzip the files necessary for lab6 from here.
- Build the project by choosing [Debug]->[Build Project]. (Shortcut [F7]).
- If the file is not loaded automatically to the board, choose [File]->[Load program] and browse for the executable file "lab6.out" in the "debug" folder. (Shortcut [Ctrl]+L).
- Run the downloaded program on the DSP board by choosing [Debug]->[Run] (Shortcut [F5]).
10/22/08
Experiment # 7 - Graphing Capabilities of CCS Time/Frequency Graphs
Report Due on 10/29/08
Read the lab manual thoroughly and follow each steps with caution. Here's a quick overview...
- First step here is to generate coefficients for an IIR filter to represent a sine wave.
- Write an M-File in MATLAB to generate 2nd order IIR coefficients for representing a 3kHz sine wave.
- Assume that 64 samples are taken during each period of the sinusoid.
- Download and unzip the files for lab7.
- Edit the source files based on your results from step # 2.
- Follow the steps to create a project, build the project and load it to the DSP board.
- Run the program and halt it.
- Now select [View]->[Graph]->[Time/Frequency].
- Make the following changes to the properties
window.
Graph Title Lab # 7 Start Address buffer Acq. Buff Size 64 Disp Data Size 64 DSP Data Type 16-bit signed Sampling Freq 8000 - Hit [OK]and you should see a sine wave.
10/29/08
Experiment # 8 - Output a Sine Wave Through the CODEC
Report Due on 11/05/08
11/05/08
Experiment # 9 - Amplitude Shift Keying (ASK) Transmitter
Report Due on 11/12/08
11/12/08
Experiment # 10 - Frequency Shift Keying (FSK) Transmitter
Report Due on 11/19/08
11/19/08
TBD
11/26/08 - Thanksgiving recess
12/03/08 - Final Exam (Covering Part 2 of Lab Outline)
12/06/08 - Last day of classes