A Rayleigh Fading Simulator with Temporal and Spatial Correlation

Just to recap, building an LTE fading simulator with the desired temporal and spatial correlation is a three step procedure. 1. Generate Rayleigh fading sequences using Smith’s method which is based on Clarke and Gan’s fading model. 2. Introduce spatial correlation based upon the spatial correlation matrices defined in 3GPP 36.101. 3. Use these spatially and temporally correlated sequences as the filter taps for the LTE channel models. We have already discussed step 1 and 3 in our previous posts. We now focus on step 2, generating spatially correlated channels coefficients. 3GPP has defined spatial correlation matrices for the Node-B […]

Read more

Simulating a MIMO Ring Model

A Ring Model is a well known spatial channel model. It models the propagation channel as an unobstructed transmitter and a receiver surrounded by a ring of reflectors. The distance between the transmitter and receiver is usually much larger than the radius of the ring. The reflectors are distributed uniformly around the ring. This model is useful for modeling a scenario where a base station is located at sufficient altitude and is unobstructed whereas the mobile station is at ground level and is surrounded by a bunch of reflectors. Given below is the MATLAB code that calculates the composite signal (from […]

Read more