Robert Rossmair

FIR ( finite impulse response) filter demo program for the Intel Signal Processing Library (ISPL)

(you need nsp.zip and zoomdisp.zip to compile this.)

This is a (freely translated) Delphi port of the demo that can be found in <ISPL installation directory>\examples\firdemo.

Version

21-May-1999

File List

 
File Description Copying policy
FIRdemo.dpr project file
FIRdemo.dof project options 1
FIRMain.pas port of firmaker.cpp 1
FIRMain.dfm main form 1
NSPInfo.pas nsp info unit 1
NSPInfo.dfm nsp info form 1
SplitBox.pas Component unit 1
NumEdit.pas Component unit 2
SplitBox.dcr Component resource 1
NumEdit.dcr Component resource 2
FIRDemo package readme.htm this file 1
COPYING GNU General Public License 3

FIR filter demo installation

I suggest to unpack the zip-file into a private directory. If you have other components written
by me, put all their files into one directory since they might share some units. In this case,
use unzip with the -u option to avoid overwriting newer unit versions.

After installation of the Signal Display package (zoomdisp.zip), you should install the component units (SplitBox, NumEdit).

If you have the Math unit (not included in the Desktop/Standard versions of Delphi), you may remove the "NoMath" conditional define (dialog Project|Options, page "Directories/Conditionals").

To compile the demo, it is not necessary to install the components at all. When opening FIRDemo.dpr, simply quit the error message

    Class TFloatEdit not found. Ignore the error and continue. <etc.>

by clicking on "Cancel" (*not* "Ignore"). However, you won't be able to examine FIRMain.dfm as long as the components aren't installed.

Copying policy

Copying policy 1 means:
Use, modification and distribution is allowed without limitation, warranty, or liability of any kind.
Copying policy 2 means:
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program (file COPYING); if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Copying policy 3 means:
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

New versions of firdemo.zip

The most recent version of firdemo.zip is available at my WWW-homepage.



If you have any comments, bug reports etc., send me an email.

Last updated May 21, 1999.