필터 지우기
필터 지우기

How can I generate a noise with a required sensitivily power ? i.e. -174 dBm

조회 수: 4 (최근 30일)
Allen Peng
Allen Peng 2014년 3월 7일
답변: Iain 2014년 3월 7일
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

답변 (2개)

Paul
Paul 2014년 3월 7일
편집: Paul 2014년 3월 7일

Iain
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

카테고리

Help CenterFile Exchange에서 Signal Generation에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by