Web resources described on the slides for each seminar are linked under
the respective seminar.
June 15th
Introduction to Digital Signal Processors (DSPs):
PowerPoint -
HTML -
PDF
conventional DSPs, very-long instruction word (VLIW) DSPs
(Texas Instruments TMS320C6x family), DSP extensions on
general-purpose processors (Pentium MMX), use of DSPs
in signal and image processing products
June 22nd Introduction to the TMS320C6x VLIW DSP:
PowerPoint -
HTML -
PDF
instruction set architecture, pipelining, comparison
with other processors, and implementing vector dot products
in assembly language
June 29th Signal Processing on the TMS320C6x VLIW DSP:
PowerPoint -
HTML -
PDF
implementing FIR filters, discrete cosine transforms, and
lookup tables in assembly language; programming hints;
C compiler optimizations; and benchmarking of C compiler
efficiency
July 6th Image Processing on the TMS320C6x VLIW DSP:
PowerPoint -
HTML -
PDF
implementing 2-D FIR filters, JPEG codec benchmarking, and
development tools (C compiler, assembler, simulator debugger)
and boards
July 13th Image Processing on the TMS320C8x Multiprocessor DSP:
PowerPoint -
HTML -
PDF
instruction set architecture, multithreading, tools
(C compiler, assembler, debugger, and boards), and image
processing libraries [speaker is Mr. Niranjan Damera-Venkata]
July 16th Modern Methods and Tools for Signal Processing System
Design:
PDF
algorithm development environments,
system-level design environments,
formal modeling of computation and communication,
dataflow modeling,
software and hardware synthesis,
modern electronic design automation tools
July 20th Signal and Image Processing on the TMS320C54 DSP:
PowerPoint -
HTML -
PDF
instruction set architecture,
vector dot product,
pipelining,
acceleration of FIR filtering and polynomial evaluation,
C compiler,
development tools and boards,
image processing libraries
Hypersignal
RIDE for 1-D, multirate, and m-D signal processing systems;
simulation, real-time display/debugging, and C code generation;
image processing library
July 27th Raster Image Processing on the TMS320C6x VLIW DSP:
PowerPoint -
HTML -
PDF
implementing color conversion, 2-D interpolation, and
halftoning on the TMS320C6x, and tips for writing C/C++ code