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

    function fftcoeffs(this)
%FFTCOEFFS  FFT coefficients.
%   C = FFTCOEFFS(Hd) returns the frequency-domain coefficients used when
%   filtering with a DFILT.FFTFIR filter.
%
%   See also DFILT/FFTFIR, DFILT/INFO.

%   Author(s): P. Costa
%   Copyright 2004 The MathWorks, Inc.

% Help for the filter's FFTCOEFFS pcoded method.

% [EOF]