>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