Signal Processing Toolbox    
freqzplot

Plot frequency response data.

Syntax

Description

freqzplot(h,w) plots the frequency response data contained in h at the frequencies specified in the vector w, where h can be either a vector or a matrix. w must be a vector whose length is the number of rows in h. The data in h is plotted versus frequency w on two plots:

The units for frequency on the plots are in radians per sample. If h is a matrix, the frequency responses of each column of h is plotted.

freqzplot(h,w,s) specifies a structure of plotting options, s, with the following fields:

Note that the s structure can be obtained as an output of freqz.

Examples

See Also

freqz
Compute and plot the frequency response of a filter.
grpdelay
Compute the average filter delay.
psdplot
Plot power spectral density (PSD) data.


 freqz gauspuls