How can I generate a noise with a required sensitivily power ? i.e. -174 dBm
2 ビュー (過去 30 日間)
古いコメントを表示
DEAR ALL:
Iwant to simulate a RF system, the question is how can I generate a noise with a required sensitivily power ? i.e. -174 dBm. Please help me, thanks
0 件のコメント
回答 (2 件)
Iain
2014 年 3 月 7 日
First: calculate the power value.
-174dBm, is 17.4 orders of magnitude down from "milli", so
noise_RMS = 0.001 * 10^-17.4;
Calculate a random signal of "x" elements:
random = randn(x,1);
Scale it to the right "rms"
noise_RMS*power
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!