How to generate a complex gaussian noise with matlab?
조회 수: 59 (최근 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!