www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fdesign/@abstractmultirate2/get_response.m

    function response = get_response(this, response)
%GET_RESPONSE   PreGet function for the 'Response' property.

%   Copyright 2005 The MathWorks, Inc.

response = this.privResponse;

% [EOF]