home *** CD-ROM | disk | FTP | other *** search
- DFDP is a translation program to transform the output of
- the Atlantic Signal Design DFDP digital filter design program
- into a form acceptable by the MAC320 assembler.
-
- DFDP is used as:
-
- DFDP <infile >outfile
-
- where infile is the file produced by the ASPI design program,
- and outfile is a file whose extension is .ASM. For example:
-
- DFDP <iir.tms >iir.asm
-
- reads the file iir.tms and generates the file iir.asm.
-
- You must include the redirection symbols < and >, or else
- the program will await input from the keyboard, and send
- its output to the screen.
-
-