フィルターのクリア

How to apply time reversal convolution?

1 回表示 (過去 30 日間)
Jimmy
Jimmy 2014 年 10 月 11 日
回答済み: Rick Rosson 2014 年 10 月 11 日
Greetings,
I have an impulse response of Hn = [4 2 1 0.5] and input signal of Xn = [2 1 -1 -2 3]. I would like to apply time reversal convolution to obtain the output signal.
I already reflect the impulse response and now it turn into h[-3]=0.5, h[-2]=1, h[-1]=2 and h[0]=4. my question is that how to apply time reversal convolution between the reflected Hn and the input signal??

回答 (1 件)

Rick Rosson
Rick Rosson 2014 年 10 月 11 日
Yn = conv(Hn,Xn);

カテゴリ

Help Center および File ExchangeMatched Filter and Ambiguity Function についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by