I’m using this simulator so…sector_capacity_vec = bandwidth*CP_ratio*RefSym_ratio*SyncSym_ratio*log2(1+SINR_lin_ROI);…..
does this equation used to calculate throughput for cell and UE ?…if only used for Cell throughput calculation…so what is the equation of UE throughput that is used in the simulator…Regards
The average UE throughput in [Mbit/s] is calculated as following: sum of total number of bits during simulated TTIs divided by [nr of TTs * TTI length] divided by 10^(6); or simply as (total_bits/(n_TTI * TTI_length)/1e6);