how to adjust the conv filtered data same like origanal data?

1 回表示 (過去 30 日間)
hafis radzi
hafis radzi 2019 年 4 月 18 日
コメント済み: hafis radzi 2019 年 4 月 18 日
hello guys,i need some help.how to change the no of data on array?for exp the orginal data have 2500 in one array and the filtered data have 2532 data.the +32 is a no order to filtered the data
con=conv(h,L);
con=2532x1;
L=2500x1;
i tried to adjused;
con = conv(h(:,32),L);
G(:,32)= con(1+2500/2:end-2532/2);

採用された回答

Andrei Bobrov
Andrei Bobrov 2019 年 4 月 18 日
con=conv(h,L,'same');

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTransforms and Spectral Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by