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

    function F = thisfindfpass(this,hfilter,idealfcn)
%THISFINDFPASS  If both Fpass and Apass are empty we cannot find an Fpass. 

%   Copyright 2006 The MathWorks, Inc.

% If both Fpass and Apass are empty we cannot find an Fpass.
F = [];

% [EOF]