Filter löschen
Filter löschen

i was not able to configure the filter response(ex.order,etc) of " FIR decimation" block in simulink according to the default "decimate(X,R)" or(X,R,N) in script

1 Ansicht (letzte 30 Tage)
The above FIR decim filter is used for decimation process. So how to configure the filter of the block from the filter response page according the decimate(x,r) or decimate(x,r,n) or decimate(x,r,n,'FIR') or .... by default there is a 8th order chebyshev fir low pass filter in decimate(x,r). how we set the response in the block even if we provide the 'n-order', no option for specify the order in the block filter response.
script:
% 5MHz carrier
fs = 7.68;
tdw=LTE5_3_1.waveform;
%% SHOLDER REMOVING
shape5_out = conv(tdw,shape5);
%% DECIMATION
decim_out = decimate(shape5_out,2);
workspace:

Antworten (0)

Kategorien

Mehr zu Optimization finden Sie in Help Center und File Exchange

Produkte


Version

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by