Signal Processing Toolbox |
You can save your filter design by
You can also send your filter to a C header file or generate an M-file. The M-file contains code that replicates the filter you designed. See the following sections:
Exporting Coefficients or Objects to the Workspace
You can save the filter either as filter coefficients variables or as a dfilt
or mfilt
filter object variable. (Note that you must have the Filter Design Toolbox installed to save as an mfilt
.) To save the filter to the MATLAB workspace:
Workspace
from the Export To menu.
Coefficients
from the Export As menu to save the filter coefficients or select Objects
to save the filter in a filter object.
Filter Structures | Exporting Coefficients to an ASCII File |
© 1994-2005 The MathWorks, Inc.