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

    %% Sample Rate Converter Stages
% Create a multistage sample rate converter with default properties,
% corresponding to the combined three filter stages used to convert from
% 192 kHz to 44.1 kHz. Visualize the stages.

% Copyright 2015 The MathWorks, Inc.


%%

src = dsp.SampleRateConverter;
visualizeFilterStages(src)