Borrar filtros
Borrar filtros

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

4 visualizaciones (últimos 30 días)
Allen Peng
Allen Peng el 7 de Mzo. de 2014
Respondida: Iain el 7 de Mzo. de 2014
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

Respuestas (2)

Paul
Paul el 7 de Mzo. de 2014
Editada: Paul el 7 de Mzo. de 2014

Iain
Iain el 7 de Mzo. de 2014
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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by