| Signal Processing Toolbox | ![]() |
The Filter Design and Analysis Tool (FDATool) is a powerful user interface for designing and analyzing filters. FDATool enables you to quickly design digital FIR or IIR filters by setting filter performance specifications, by importing filters from your MATLAB workspace, or by directly specifying filter coefficients. FDATool also provides tools for analyzing filters, such as magnitude and phase response plots and pole-zero plots. You can use FDATool as a convenient alternative to the command line filter design functions. This chapter contains the following sections, which walk you through a typical filter design session using the FDATool:
Below is a brief introduction to the FDATool that will give you a better understanding of how it can be used.
| Note
If you have installed external hardware or targets that interact with FDATool, you may see additional options in FDATool. Refer to the specific hardware or target manual for information on these options. These toolboxes/targets are integrated with FDATool. Filter Design Toolbox Developer's Kit for Texas InstrumentsTM DSP
|
Filter Design Methods
The tool gives you access to all of the filter design methods in the Signal Processing Toolbox:
butter)cheby1)cheby2)ellip)remez)firls)barthannwin)bartlett)blackman)blackmanharris)bohmanwin)chebwin)gausswin)hamming)hann)kaiser)nuttallwin)rectwin)tukeywin)triang)You can implement any of these windows manually using fir1 or fir2.
Additional filter design methods are available to users of the Filter Design Toolbox.
Using the Filter Design and Analysis Tool
There are different ways that you can design filters using the Filter Design and Analysis Tool. For example:
Analyzing Filter Responses
Once you have designed your filter, you can analyze different filter responses in FDATool or in a separate Filter Visualization Tool (fvtool):
freqz)freqz)zplane)impz)grpdelay)You can also display the filter coefficients, export the coefficients to the MATLAB workspace, and create a C header file containing the coefficients.
Filter Design and Analysis Tool Modes
The Filter Design and Analysis Tool operates in two modes:
If you also have the Filter Design Toolbox installed the additional quantize mode is available. Use this mode to:
Getting Help
At any time, you can right-click or press the What's this? button,
, to get information on the different parts of the GUI.
| Selected Bibliography | Opening the Filter Design and Analysis Tool | ![]() |