필터 지우기
필터 지우기

Convolution between two different distribution

조회 수: 1 (최근 30일)
jafar
jafar 2015년 10월 6일
댓글: jafar 2015년 10월 6일
Hello
I want to generate C(u) in the following:
C(u)=a(-u)*b(u) {a(-u) convolution b(u)}
which a is impulsive (for example [0 0 0 0 0 1 0 0 0 0]) and b is a probability distribution (for example a Normal distribution)
Thank you
  댓글 수: 6
Image Analyst
Image Analyst 2015년 10월 6일
Nothing was attached.
jafar
jafar 2015년 10월 6일
Attached file

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2015년 10월 6일
If the origin is halfway between elements 5 and 6 of "a", then just do
C = conv(fliplr(a), b, 'full');
  댓글 수: 1
jafar
jafar 2015년 10월 6일
Thank You
No!
The origin is not halfway between elements 5 and 6 of "a", it is on zero,

댓글을 달려면 로그인하십시오.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by