Info
此问题已关闭。 请重新打开它进行编辑或回答。
How to add complex white gaussian noise to a complex signal?
1 次查看(过去 30 天)
显示 更早的评论
How to add complex white gaussian noise with spectral density=N0 to a complex signal? Here is my code but I'm not sure whether it is correct or not. Can anyone help me?
n=sqrt(N0/2)*(randn(1,length(s))+1i*randn(1,length(s)));
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!