Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
MAMATHA YADAVALLI
MAMATHA YADAVALLI le 15 Déc 2017
Réponse apportée : Torsten le 15 Déc 2017
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 commentaires
Birdman
Birdman le 15 Déc 2017
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 le 15 Déc 2017
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.

Connectez-vous pour commenter.

Réponse acceptée

Torsten
Torsten le 15 Déc 2017
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.

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by