Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

A simple but important question on white/colored noise

Status
Not open for further replies.

scholar_a

Member level 1
Joined
Jul 4, 2007
Messages
35
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
Iran
Activity points
1,522
Dear all,

what are the features of white noise in theory?

2nd-when using "randn" in MATLAB to create a white gaussian noise; what is meant by "white" ? I mean that this noise isn't infinite. I think it is called "white" because it contains most of the frequencies as the white noise in theory.

3rd- I have a question! assuming randn as white noise, does convolving this white noise by impulse resposes of environment (hrir-head related impulse response) make it colored? (I think that will be whitenoise again)

looking forward to hear from you.
Regards,
 

White Noise means, it distords all the frequency components of the signal equally, its PSD (Power Sepctral Density) is Unity or Constant over all the frequency range.

Coloured noise dont do so, it distord different frequencies differently,

And Gaussian (or Normal) is actually the distridution in the sence of probablities, ie how ther are distributed with their probablities
 

    scholar_a

    Points: 2
    Helpful Answer Positive Rating
A MatLab randn signal is a bandlimited sampled signal. All differences to ideal white noise are related to this property.

Convolving white noise with any fixed impulse response (even another pseudorandom signal) adds some autocorrelation to the output signal and makes it coloured. The convoluting signal could be restored by analyzing the output for a sufficient long time period.
 

    scholar_a

    Points: 2
    Helpful Answer Positive Rating
>what are the features of white noise in theory?

It has the same power at all frequencies. In other words, its auto corrleation is an impulse.

>2nd-when using "randn" in MATLAB to create a white gaussian noise; what is meant by "white" ? I mean that this noise isn't infinite. I think it is called "white" because it contains most of the frequencies as the white noise in theory.

It cant be white. When you are producing samples of a signal, you are inherently assuming it is bandlimited. If you think about it, an infinite spectrum signal cannot be sampled without aliasing, at any sampling rate, however high.

>3rd- I have a question! assuming randn as white noise, does convolving this white noise by impulse resposes of environment (hrir-head related impulse response) make it colored? (I think that will be whitenoise again)

randn isnt white, but it is gaussian. Like FvM said, if you get hold of a white noise signal and filter it, you distort its "same power at every frequncy" nature, and thus bandlimit it. It wont be white any longer.
-b
 

    scholar_a

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top