Home > slabtools > plotresp.m

plotresp

PURPOSE ^

plotresp - plot mag and phase response.

SYNOPSIS ^

function [ax1,ax2] = plotresp( x, N, fs, fmt, xmin, xmax, ymin, ymax,blog, nophase )

DESCRIPTION ^

 plotresp - plot mag and phase response.

 [ax1,ax2] = plotresp( x, N, fs, fmt, xmin, xmax, ymin, ymax, blog, nophase )

 ax1 - mag axis handle
 ax2 - phase axis handle

 x       - signal
 N       - FFT length
 fs      - sample rate, Hz
 fmt     - line format string
 xmin    - freq axis min, default = 20 Hz
 xmax    - freq axis max, default = fs/2 Hz
 ymin    - mag axis min, default = -100 dB
 ymax    - mag axis max, default =  100 dB
 blog    - log axis flag, default = 0
 nophase - no phase plot flag, default = 0

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 20-Nov-2009 18:52:57 by m2html © 2003