Back to the DSPLib main page
AVR UC3 Series Software Framework: DSPLib - Utilities.
Copyright © 2007 Atmel Corporation
Introduction
This section provides utilities you can use with the DSP Library.
Modules
- Debugging (for EVK1100 and EVK1101)
This module provides many functions to help the user to debug a DSPLib application. - user guide.
Programs
- IMA/DVI ADPCM Streaming (for Windows)
This tool is used to send IMA/DVI ADPCM data through the serial port of a computer - user guide.
- IMA/DVI ADPCM WAVE File Building (for Windows)
This tool is used to build a WAVE file from raw IMA/DVI ADPCM data - user guide.
- Data Extraction (for Windows)
This program is used to extract data from a buffer and print them on the standard output - user guide.
- Data Get (for Windows)
This program is used to get any type of data from a COM or LPT port - user guide.
- Data Print (for Windows)
This program is used to print a vector on a graph - user guide.
Scripts
- Static Real Vector Visualization (for Cygwin)
This script is used to visualize a fixed-length data buffer from the serial port formated as a real vector - user guide.
- Static Complex Vector Visualization (for Cygwin)
This script is used to visualize a fixed-length data buffer from the serial port formated as a complex vector - user guide.
- Serial Scope (for Cygwin)
This script is used to visualize a data stream from the serial port - user guide.
- Twiddle Factors Generator (for Scilab)
This script generates a table of twiddle factors you can directly use with the complex FFT functions - user guide.
- IMA/DVI ADPCM Encoder (for Cygwin)
It is used to create an IMA/DVI ADPCM WAVE file with data received from a serial COM port - user guide.