hi,i want to write matlab code for the given eq. plese help me
1 次查看(过去 30 天)
显示 更早的评论
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
2017-12-15
The attached figure seems to be a definition of Zgk. It is not equation really. What do you want to do?
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!