필터 지우기
필터 지우기

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 CenterFile Exchange에서 Matched 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