From: Peter on
Usually we deal with independent and identical (i.i.d) MIMO channels.
h=(1/sqrt(2))*(randn(nr,nt)+j*randn(nr,nt)). This is usually done for iid rayleigh channel, where 'nr' and 'nt' are the number of recieve and transmit antennas. however if I have to toss an independent and non identical (i.n.d) channel how do I do it. assuming the same parameters 'nr' and 'nt'.
I am actually looking at 3 independent and non identical weibulll random variables.
need help on tossing i.n.d rayleigh or weibull channel

Regards