フィルターのクリア

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 Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by