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

    function N = set_numberofsections(this, N)
%SET_NUMBEROFSECTIONS   PreSet function for the 'numberofsections' property.

%   Copyright 2005 The MathWorks, Inc.

this.CurrentSpecs.Power = N;

% [EOF]