While implementing any base station or femtoells, why the graph co-ordinates of the geographical area coming in negative to positive coordinates. what is the reason behind the negative coordinates?
One base station is there, we can place the base station at the centre of the cell and we can consider the co-ordinates based on that, if suppose multiple number of base stations are there, how to consider the co-ordinates, with reference to which base station we have to consider?
for placing the femtocells, we first calculate the association regions to each eNodeB (i.e., sector). Then, we randomly choose locations within each sector and place the femtos.
I am using “constant femtos per cell”, which femtocell deployment distribution it is using as it is not clear from the code In +netwerk_generation\add_femtocells.m
For the femtocell placement, the uniform distribution is used. In +spatial_distributions/constantElementsPerCellSpatialDistribution.m you can find the corresponding code.