Hello everyone,
I have an topology where the positions of the UEs remain static and do not change.
To reduce runtime as the number of UEs increases, I would like to
compute the channel matrix only once, instead of recalculating it
throughout the entire simulation.
Hi Tommaso,
Thanks for the comment!
In my setup, all nodes are static without any time-varying fading. Since the channel matrix is fixed, the interference — which depends on these static channel gains — can also be derived accordingly.
So, I believe precomputing the channel matrix once is valid and can help reduce runtime.
Let me know if you see any issue with this approach.