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

    %% Resampling Factors of Farrow Rate Converter
% Create a default Farrow rate converter object to convert a signal 
% from 44.1 kHz to 48 kHz. Determine its overall interpolation (L) and 
% decimation (M) factors.

% Copyright 2015 The MathWorks, Inc.


frc = dsp.FarrowRateConverter
[L,M] = getRateChangeFactors(frc)