EECS 206 Lab, Fall 2002
- Lab 0: MATLAB Tutorial
- Lab 1: Signal Statistics and Detection I
- Lab assignment files:
lab1_data.mat -- Contains two signals for
use in this laboratory
lab1_sys1.m , lab1_sys2.m
-- systems for use in Lab #1, Problem #3
sig_nosig.m -- A "skeleton" function
for the signal/no signal detection
Lab 2: Correlation and Detection II
- Lab assignment files:
code_signal.m -- function that generates
code signals for multi-user communication system
run_corr.m -- "skeleton" function
for run_corr, which computes running correlation
lab2_data.mat -- data files for radar system
Lab 3: Sinusoids and Sinusoidal Correlation
- Demo files:
ce_demo.m -- script that generates a 3-D plot
of a complex exponential signal
apc_demo.dll -- completed/compiled version
of apc.m
fape_demo.dll -- completed/compiled version
of fape.m
- Lab assignment files:
apc.m -- "skeleton" function for apc,
which implements the "amplitude and phase calculator"
fape.m -- "skeleton" function for fape,
which implements the "frequency, amplitude, and phase estimator"
lab3_data.mat -- data files for sinusoidal
correlation
Lab 4: Fourier Series and the DFT
Lab 5: Images, Compression, and Coding
- Demo files:
eagle.tif -- a demonstration image for compression
file_code.m -- updated version of file_code,
demonstrates several image compression routines
- Lab assignment files:
cameraman.tif -- A standard image used
for image processing
display_square.m -- A function used
to visualize the image values associated with small portions of an image
quantize_fcn.m -- A function that implements
quantization
dft_block.m -- The transform portion of a
transform encoder
inverse_dft_block.m -- The inverse
transformation portion of a transform decoder
dft_coder.m -- The entire transform encoder
Lab 6: FIR Filtering and Image Processing
Lab 7:Decoding DTMF: Filters in the Frequency Domain
- Demo files:
dtmf_sound.wav -- a recording of a "real"
DTMF signal
dtmf_dial_demo.dll -- demonstration
version of the DTMF dialer function
- Lab assignment files:
dtmf_dial.m -- the (incomplete) DTMF dialer
function
dtmf_filt_char.m -- function for characterizing
bandpass filters for the DTMF decoder
dtmf_decode.m -- the (incomplete) DTMF decoder
function
dtmf_attack.m -- function for testing the
robustness of the DTMF detector to noise
Lab 8: Classification and Vowel Recognition
- Demo files:
lab8_example.m -- .m script that generates
example figures for the laboratory background
lab8_example2.m -- .m script that generates
more example figures for the laboratory background
feature_classifier_demo.dll
-- completed demo version of the feature classifier
formant_classifier.dll -- complete
vowel classifier (from sound recording to classification) using the formant
features
fbank_classifier.dll -- complete vowel
classifier (from sound recording to classification) using the filter bank
features
- Lab assignment files:
lab8_data.mat -- required data for the laboratory
assignment
calc_formants.m -- calculates formant features
from an short segment of a vowel signal
calc_fbank.m -- calculates filter bank features
from a short segment of a vowel signal
feature_classifier.m -- skeleton function
for the feature classifier
confusion_matrix.m -- function used
to calculate confusion matrices
Lab 9: Filter Design, Modeling, and the z-Plane
EECS 206 Home