pyltes icon indicating copy to clipboard operation
pyltes copied to clipboard

Python LTE Simulator

Results 6 pyltes issues
Sort by recently updated
recently updated
newest added

When I try to run the scripts they all generate the following error. E:\My_GitHub_Repo\Git\My_Scripts\LTE_Simulation>python smallNetworkSINR.py C:\Users\Yoga 12\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyltes\printer.py:102: UserWarning: color is redundantly defined by the 'color' keyword argument and the fmt...

Could you please publish the code of the example of the floor plan in Fig.4 of your PyLTE paper from 2016? I´m a beginner and interested in this field of...

from pygmo.problem import base No module named 'pygmo.problem'

return math.sqrt((self.x-BS.x)**2+(self.y-BS.y)**2) should be return math.hypot(self.x-BS.x,self.y-BS.y) Also: if BS.omnidirectionalAntenna == True: should be if BS.omnidirectionalAntenna: Also: if BS.angle > ue_angle: alpha_diff = BS.angle - ue_angle else: alpha_diff = ue_angle -...

Currently, the optimization function is very slow. Probably it is possible to improve performance by rewrite it and use numba. More info: http://numba.pydata.org/

Improve function to create hexagonal network to be able to take several different numbers of BS.