This a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (plotps.m and spect.m) are included for starters. You may write your own functions and integrate that into the GUI without much hassle (see instructions in the accompanying ReADMe.txt file). Additional features like the snipper lets you trim the time series and save it as a separate wav-file. The GUI is a great tool for instructors in a DSP course and DSP researchers alike!
ThreadX優(yōu)秀的硬實(shí)時(shí)操作系統(tǒng).This Express Start Guide is designed to help you install and use ThreadX for the
Motorola 68332 microprocessor using the Green Hills development suite. This guide, the
ReADMe.txt file on the distribution disk, and Chapter 2 of the ThreadX User Guide
contain more detailed information on getting started.
gcclib
This gcc 1.40 suits for Linux kernel 0.11 - 0.95
Installtion hints
-----------------
This suit contains include.taz, local.taz and this ReADMe file.
You must download the bootimage and rootimage and install them first.
The include.taz contains all the include files for using with gcc 1.40.
The local.taz contains all the gcc tools & libs stored in two sepearted
directories:
/usr/local/lib
/usr/local/bin
You should copy the linux/ asm/ sys/ subdirectories into the include
directory from the corresponding kernel source.
Installation
------------
Goto the /usr directory. Untar the include.taz to the directory /usr/include.
Untar the local.taz to the directory /usr/local. That s it!
Example:
--------
cd /usr
tar zxvf include.taz
tar zxvf local.taz