Next:
Output Format
Up:
Filter Analysis and Design
Previous:
Bias
Contents
File manipulation
With
read
a specified file can be read as in
read "demo.in" ;
With
write
the current filter is written to a specified file in such a format that FA can read it again. So
write "temp.fil" ;
writes the current filter to the file
temp.fil
.
2009-06-03