www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dspdata/@psd/responseobj.m

    function hresp = responseobj(this)
%RESPONSEOBJ   Powerresp response object.
%
% This is a private method.

%   Author(s): P. Pacheco
%   Copyright 1988-2006 The MathWorks, Inc.

% Create the response object. 
hresp = sigresp.powerresp(this);

% [EOF]