Channel matrix

hi, i have question about your simulator 5g link level …when i run the generic senior the results just BER or throuhgput or mse for up or downlink so i need the values of channel matrix , frequencies and time slot . can you tell me how can i get these with others results please??

Hi,

We do not save the channel as part of the results. If you would like to save the channel, you would have to extend the following two functions:

  • getResults in the Link object
  • collectResults in the SimulationResults object

You can access the channel in the link object via ‘obj.Modulator.Channel’.

Best,
Mariam