필터 지우기
필터 지우기

hi,i want to write matlab code for the given eq. plese help me

조회 수: 1 (최근 30일)
MAMATHA YADAVALLI
MAMATHA YADAVALLI 2017년 12월 15일
답변: Torsten 2017년 12월 15일
INt=eye(100,1);
mean=0;
sigma_2=1/100;
r1=1/(sqrt(2*pi*sigma_2));
zgk=r1*exp(-INt.^2/(2*sigma_2));
  댓글 수: 2
Birdman
Birdman 2017년 12월 15일
The attached figure seems to be a definition of Zgk. It is not equation really. What do you want to do?
MAMATHA YADAVALLI
MAMATHA YADAVALLI 2017년 12월 15일
i want zgk(100*1) complex values.but i get 100*1 real values.zgk follows the normal distrubution with 0 mean and 1/NtINt.

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

채택된 답변

Torsten
Torsten 2017년 12월 15일
Here is the definition of the complex normal distribution:
https://en.wikipedia.org/wiki/Complex_normal_distribution
You used the standard real normal distribution in your code.
Best wishes
Torsten.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by