www.gusucode.com > dsp 案例源码程序 matlab代码 > dsp/FilterInfoFarrowExample.m

    %% Displaying Filter Information for Farrow Rate Converter
% Use the |info| method to display the filter implementation details of a Farrow rate converter object. 

% Copyright 2015 The MathWorks, Inc.

frc = dsp.FarrowRateConverter;
info(frc)