www.gusucode.com > sigtools 工具箱matlab源码程序 > sigtools/+fmethod/@eqriphpmin/getexamples.m

    function examples = getexamples(this)
%GETEXAMPLES   Get the examples.

%   Copyright 1999-2015 The MathWorks, Inc.

examples = {{ ...
    'Design a lowpass Equiripple filter in a transposed structure.', ...
    'h  = fdesign.highpass(''Fst,Fp,Ast,Ap'');', ...
    'Hd = design(h, ''equiripple'', ''FilterStructure'', ''dffirt'');'}};

% [EOF]