You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this simulation, our aim is to compare the capacity of the MIMO system under different scenarios, by varying the number of transmitter and receiver antennas ($N_r, N_t$). We calculated the capacities for different values of $N_r, N_t$ and plot the results. This analysis has been conducted for both MISO and SIMO modes.
A function called ErgodicCapacity has been developed. This function takes inputs such as Niter (number of iterations), $N_r$ (number of receiver antennas), $N_t$ (number of transmitter antennas), and $SNR_{dB}$ (Signal-to-Noise Ratio in decibels). The output of the function is a vector containing the calculated capacities for each scenario.