The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Sep 17th, 2024, 1:12pm
Pages: 1
Send Topic Print
Amplitude of noise processes (Read 2785 times)
Stefan
Senior Member
****
Offline



Posts: 124

Amplitude of noise processes
Jan 22nd, 2008, 2:46am
 
Hi,
I'm kinda confused with noise processes Smiley

When looking at Chen's "paper Modeling RF Systems",

noise voltage is added as white_noise(pwr,'name'), where
pwr equals (NF-1)*4*K*T*R

Does anyone know how to calculate the voltage AMPLITUDE of the white_noise function at a time t ?
(yes, I know that it's a random process)

I'm trying to implement the white_noise function using a dist_normal process where I can't provide any power argument ...

Regards,

Stefan
Back to top
 
 
View Profile 16731287   IP Logged
Frank Wiedmann
Community Fellow
*****
Offline



Posts: 678
Munich, Germany
Re: Amplitude of noise processes
Reply #1 - Jan 22nd, 2008, 5:52am
 
The rms noise voltage equals the standard deviation of the normal distribution.
Back to top
 
 
View Profile WWW   IP Logged
Jess Chen
Community Fellow
*****
Offline



Posts: 380
California Bay Area
Re: Amplitude of noise processes
Reply #2 - Jan 22nd, 2008, 7:52pm
 
Stefan,

You can compute the standard deviation (i.e. rms noise) of the noise from the noise figure and sample rate. If you are using a baseband equivalent model and the expressions I give in my paper, you need to use half the sample rate as the bandwidth when computing the standard deviation. You should also use $rdist_normal instead of $dist_normal. The "r" gives you a random real number. Without the "r" you get integers.

-Jess
Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.