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

    %% Default Multistage Sample Rate Converter
% 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. Display information about the design.

% Copyright 2015 The MathWorks, Inc.


src = dsp.SampleRateConverter
info(src)