Channel parameter can be expressed as h=x+yj. In rayleigh fading, x~N(0,1/2) and y~N(0,1/2) where N is gaussian normal distribution.
1) Is there a reason why we choose variance as 1/2?
2) If I change the variance, can we still get rayleigh fading?
3) When I would like to do a simulation in MATLAB, (considering h=x+yj where x~N(0,1/2) and y~N(0,1/2)) can I define channel parameters for rayleigh fading as h=(1/sqrt(2))*(randn(1)+j*randn(1))?
4) In MIMO case (for example 2x2), since we have 2x2 channel matrix, can we define parameters as (1/sqrt(2))*(randn(2,2)+j*randn(2,2))?