Showing posts with label CELL PLANNING. Show all posts
Showing posts with label CELL PLANNING. Show all posts

Tuesday, January 17, 2012

OPTIMIZATION AND CELL PLANNING MODEL



The second problem is to find the set of active base stations, their orientation, and transmission power to achieve the optimum coverage and capacity assignment to users. The problem is separated into two parts.

Transmission Towers Construction

We define the concept of Transmission tower as a fixed set of active base stations placed at one active site. One site can have many transmission towers but only one of them can be active. We try to explore different alternatives for the number of antennas, their transmission power, orientation, and radiation pattern. After we build them, the problem reduces to choose one of them from every available active site.
The process begins with a set of candidate sites. We discard candidate sites with very low coverage. Also, if there are two sites with similar coverage, we discard the one with the lowest coverage. To build the transmission towers at one site, we begin placing one omni-directional antenna with the maximum transmission power. If this base station is not saturated, i.e., all covered users can connect to it, then we create several transmission towers with one single antenna and different transmission powers, chosen from a set of discrete values. We use also 120° and 180° sectorized antennas.
On the other case, if the first omni-directional antenna base station is saturated, i.e., not all covered users can connect because of capacity restrictions, then we build a set oftransmission towers composed of several antennas with 120° and 180° sectors. We use all possible combinations of transmission power and sectors to build several options for the site. We solve coverage and capacity assignment by previously described algorithms to find the orientation of each set of active base stations. We finally remove redundanttransmission towers from the set of available ones. We solve this for every site to get a set of transmission towers and a matrix that keeps a record of the users that connect to each one of them. This information is used in the optimization process.

Optimization Process

In this process, we try to find the set of active transmission towers to optimize coverage and connect the highest number of users. We fix the number of sites during one execution of the algorithm to find the best solution. After that, we increment the number of sites and run the algorithm once again. At the beginning, we start from an empty solution, then we try to improve it by activating, deactivating, or moving transmission towers. We do this every iteration using a probabilistic model to decide if a new solution is chosen or not over the current one. However, we keep track of the best solution that has been reached so far. The iterative process has two main components:
  • Building of a new solution: In this process, we start from the current solution and try to improve it by a randomly chosen modification. Our modifications are based on those presented in Ref. [20]. We can deactivate any active transmission tower and activate any inactive transmission tower. We deactivate an activetransmission tower randomly by assigning a deactivation probability inversely proportional to the number of users connected to it. We activate a new transmission tower randomly by assigning an activation probability proportional to the number of uncovered users that could connect to it. A new solution is analyzed for a feasible channel assignment by trying several combinations to reduce interference. We fix the number of available channels. We finally use the channel combination that has the lowest interference level, represented by the highest number of connected users.
  • Optimization process: This algorithm iterates, comparing the new candidate solution and the current solution. This is the core process for simulated annealing, in which a new candidate solution replaces the current solution according to the improvement and the temperature of the system. If the candidate solution is better than the current solution, it is accepted. Otherwise, it has an acceptance probability that depends on how bad is the new solution with respect to the current solution and the temperature of the system. This process keeps track of the current solution and the best solution ever found.
The metric used to decide the performance of a solution is the percentage of users that could connect to any base station. It means that a better solution has more connected users than a previous one. We must recall, that other optimization criteria are included in the inner process.
  • Interference is reduced during the building of a candidate solution by choosing the lowest interference channel assignment, i.e., each new candidate solution tries to increase the number of connected users with the minimal interference.
  • For the iteration process we add and remove base transmission towers to the new candidate solution. If we have two solutions with similar number of connected users, we choose the one with the lowest number of base stations. This way we reduce the cost related to the number of base stations.
  • The QoS guarantees are included in the User-Base station assignment model, where we try to connect users to base stations according to their spectrum efficiency. Also, in the Capacity assignment model, if we connect a user to a base station, we guarantee that the requirements are satisfied.

Tuesday, January 10, 2012

AUTOMATIC CELL PLANNING



Wireless design has a high complexity because of the random characteristics and the shared nature of wireless medium. A cell planning example based on WiMAX standard, even though it is not based on automatic cell-based planning. A complete synthesis of automatic cell planning process is presented. The model uses a multiobjective function, built by a weighted sum of functions, each one representing signal coverage, capacity, system growth capabilities, and cost. The decision variables are channel assignment, sites location, and transmission power. Because of the nonlinear characteristics of this model, author uses genetic algorithms to solve it.
There is a general description of the optimization problem related to wireless network design. It presents a simplified model for global system for mobile communications (GSM) cell planning based on the activation or deactivation of a set of candidate base stations. There are other models based on multiobjective functions. Authors solve the problem by iteratively changing the transmission power used by base stations to guarantee signal reception and interference reduction. They use heuristic techniques and artificial intelligence algorithms in the solution process. Automatic cell planning based on artificial intelligence algorithms. Makes a comparison among different techniques, showing a better performance of tabu search over the other techniques. The variation of the height of antennas and the transmission power by using genetic algorithms, but they do not consider capacity criteria. Particle swarm optimization is used with an optimization criteria similar to that.
Two heuristic techniques to solve high complexity nonlinear optimization problems are tabu search and simulated annealing . Use tabu search to solve an integer linear programming problem. A design process which is similar to ours. It uses simulated annealing to choose active base stations from a set of candidate base stations. A similar problem is solved using simulated annealing too.
Previous references are oriented to cellular networks to provide voice services. WiMAX  networks support different adaptive modulation and coding (AMC) schemas according to link quality. It also defines different types of connections ranging from a circuit-like access to a completely random access. In WiFi networks, there are different link conditions as in WiMAX, but there are not different types of flows. Most of the references for the design of WiFi networks, use the position of access points, their transmission power, and the channel assignment as the decision variables.There is a simple but illustrative description of the problems involved in wireless LAN design. A genetic algorithm to solve channel assignment in Wireless LAN Networks.The algorithm modifies transmission power of fixed access points to react to changes in user traffic requirements. The model described uses a heuristic search model to provide coverage and a minimum data rate at test points. Solve the joint problem of access points location and channel assignment.There is a good description of Wireless LAN Network planning. They use a penalty function to avoid placing access points near each other, to increase the probability of a posterior feasible channel assignment solution. The objective function is a weighted sum of a coverage variable, an interference mitigation variable, and a QoS variable. Authors use tabu search to solve the problem.
Consider the problem of locating relay nodes to improve access point covered area. The decision variables are user nodes and relay nodes location. PMP and multihop topologies can be mixed, where an IEEE 802.16 wireless mesh network interconnects a cell-based IEEE 802.11 access network. In more dynamic scenarios, the design process must prepare a feasible scenario for operation. Discuss several issues for channel allocation and transmission scheduling and a connection admission control and a transmission power control for WiMAX networks is presented.
Related Posts with Thumbnails