www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/@basefilter/temphdlsettopprops.m

    function temphdlsettopprops(this, hF)
%TEMPHDLSETTOPPROPS A temperory method - will be removed once
%rationalization of properties is complete
%   OUT = TEMPHDLSETTOPPROPS(ARGS) <long description>

%   Copyright 2007 The MathWorks, Inc.

hF.FilterStructure = this.FilterStructure;

% [EOF]