Effacer les filtres
Effacer les filtres

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 vue (au cours des 30 derniers jours)
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:

Réponses (0)

Catégories

En savoir plus sur Optimization dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by