How to generate a complex gaussian noise with matlab?
57 ビュー (過去 30 日間)
古いコメントを表示
I am looking for how to generate a complex gaussian noise.
n∼ CN(0,σ²*I) where I=identity matrix, CN is for complex Noise
Thank you.
1 件のコメント
Image Analyst
2019 年 1 月 13 日
What do you want? Do you want to run randn() to generate a set of numbers with normally distributed noise both on the real part and the imaginary part?
回答 (1 件)
Ashutosh Prasad
2019 年 1 月 16 日
You can follow this answer if it helps
https://www.mathworks.com/matlabcentral/answers/25159-complex-gaussian-noise-signals-with-zero-mean-and-different-variance
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Random Number Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!