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.
Fast fading occurs when the coherence time of the channel is small relative to the delay constraint of the channel
The difference is relative, but this generally means variations in amplitude that change slowly/fast with time. E.g slowly compared to the transmission frame length.
Often engineers think of slow fading as being fading where the system might have time to react in some way whereas Fast fading is signal variation that is considered too rapid for the system to follow.
We represent the channel gain and the noise in Rayleigh fading channel by MATLAB as follows.
h=1/square(0.5)*(round(rand(1,k))+j*round(rand(1,k))) channel gain, k: number of bits
n=1/square(0.5)*(round(rand(1,k))+j*round(rand(1,k))) additive noise
What is square(0.5) in h and n and what is their effect on the signal?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.