Real-time digital signal processing: implementations, ... changes in the input signal is limited by its internal clock rate, so that it may be slow to
Document source : notes.ump.edu.my
Appendix D
About the Software
The web sites, http:/www.ceet.niu.edu/faculty/kuo/books/rtdsp.html and http://pages.
prodigy.net/sunheel/web/dspweb.htm, that accompany this book include program
and data files that can be used to demonstrate the DSP concepts introduced in this
book and to conduct the experiments at the last section of each chapter. MATLAB
scripts with extension.m are developed and tested with MathWorks MATLAB version
5.1 (http://www.mathworks.com). Assembly programs with extension .asm and C
programs with extension .c or .h have been compiled and tested with Texas Instru-
ments' Code Composer Studio IDE C5000 version 1.2. Data files with extension .dat
are used for C code, and the files with extension .inc are used for the C55x assembly
programs. The files in the software package are divided into the 10 groups, one for each
chapter.
Chapter 1
exp1.c
exp1.cmd
Chapter 2
exp2a.c
exp2b.c
exp2.cmd
exp2_sum.asm
exp2b_1.asm
exp2b_2.asm
exp2b_3.asm
exp2b_4.asm
Chapter 3
exp3a.c
exp3b.c
exp3c.c
exp3d.c
exp3e.c
exp3.cmd
sine_cos.asm
ovf_sat.asm
exp3d_iir.asm
timit1.asc
timit1.dat
Chapter 4
exp4a.c
exp4.cmd
exp4b.asm
sine_cos.asm
mag_128.asm
dft_128.asm
vectors.asm
input.dat
input.inc
dft.m
exam4_15.m
exam4_16.m
exam4_17.m
Imp.dat
Imprtf.m
magrtf.m
all_pole.m
notch.m
notch1.m
notch2.m
Chapter 5
exp5a.c
exp5b.c
exp5c.c
exp5.cmd
signal_gen.c
fir.asm
fir2macs.asm
firsymm.asm
input5.dat
Chapter 6
exp6a.c
exp6b.c
Real-Time Digital Signal Processing. Sen M Kuo, Bob H Lee
Copyright # 2001 John Wiley & Sons Ltd
ISBNs: 0-470-84137-0 (Hardback); 0-470-84534-1 (Electronic)
Summary :
Chapter 1 exp1.c exp1.cmd Chapter 2 exp2a.c exp2b.c exp2.cmd exp2_sum.asm exp2b_1.asm exp2b_2.asm exp2b_3.asm exp2b_4.asm Chapter 3 exp3a.c exp3b.c exp3c.c exp3d.c exp3e.c exp3.cmd sine_cos.asm ovf_sat.asm exp3d_iir.asm timit1.asc timit1.dat Chapter 4 exp4a.c exp4.cmd exp4b.asm sine_cos.asm mag_128.asm dft_128.asm vectors.asm input.dat input.inc dft.m exam4_15.m exam4_16.m exam4_17.m Imp.dat Imprtf.m magrtf.m all_pole.m notch.m notch1.m notch2.m Chapter 5 exp5a.c exp5b.c exp5c.c exp5.cmd signal_gen.c fir.asm fir2macs.asm firsymm.asm input5.dat Chapter 6 exp6a.c exp6b.c Real-Time Digital Signal Processing.
Tags :
chapter,extension,files,programs,used,software,ersion,book,matlab,assembly,tested,data,sinecosasm