Signal Processing Toolbox    
fvtool

Open the Filter Visualization Tool

Syntax

fvtool(b1,a1,b2,a2,...bn,an)

Description

fvtool(b,a) opens the Filter Visualization Tool (FVTool) and computes the magnitude response of the filter defined with numerator, b and denominator, a. Using FVTool you can display the phase response, group delay, impulse response, step response, pole-zero plot, and coefficients of the filter.

fvtool(b1,a1,b2,a2,...bn,an) opens FVTool and computes the magnitude responses of multiple filters defined with numerators, b1...bn and denominators, a1...an.

Examples

Example 1

Display the magnitude response of an elliptic filter.

Example 2

Display and analyze multiple FIR filters.

See Also

fdatool, sptool


 freqzplot gauspuls