Continuum percolation theory: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Improbable keeler
 
en>David Eppstein
remove nonexistent category
 
Line 1: Line 1:
{{merge|Carrier-to-noise ratio|discuss=Talk:THIS PAGE#Merger proposal|date=September 2013}}
I am 27 years old and my name is Dirk Frederic. I life in Paris (France).<br><br>Also visit my blog; [http://wrapexclusive.com/ wrap car]
 
In [[information theory]] and telecommunication engineering, the  '''signal-to-interference-plus-noise ratio''' ('''SINR'''<ref name="Haenggi2009"/>) (also known as the '''signal-to-noise-plus-interference ratio''' (SNIR)<ref name="franceschetti2007random"/>)  is a quantity used to give theoretical upper bounds on [[channel capacity]] (or the rate of information transfer) in wireless communication systems such as networks. Analogous to the SNR used often in wired communications systems, the SINR is defined as the power of a certain signal of interest divided by the sum of the [[Interference (communication)|interference]] power (from all the other interfering signals) and the power of some background noise. If the power of noise term is zero, then the SINR reduces to the [[signal-to-interference ratio]] (SIR). Conversely, zero interference reduces the SINR to the [[signal-to-noise ratio]] (SNR), which is used less often when developing [[mathematical models]] of wireless networks such as [[cellular networks]].<ref name="andrews2010primer">J. G. Andrews, R. K. Ganti, M. Haenggi, N. Jindal, and S. Weber. A primer on spatial modeling and analysis in wireless networks. ''Communications Magazine, IEEE'', 48(11):156--163, 2010.
 
</ref>
 
The complexity and randomness of certain types of wireless networks and signal propagation has motivated the use of [[Stochastic geometry models of wireless networks|stochastic geometry models]] in order to model the SINR, particularly for cellular or mobile phone networks.
 
== Description ==
 
SINR is commonly used in [[wireless communication]] as a way to measure the quality of wireless connections. Typically, the energy of a signal fades with distance, which is referred to as a [[path loss]] in wireless networks. Conversely, in wired networks the existence of a wired path between the sender or transmitter and the receiver determines the correct reception of data. In a wireless network ones has to take other factors into account (e.g. the background noise, interfering strength of other simultaneous transmission). The concept of SINR attempts to create a representation of this aspect.
 
== Mathematical definition ==
 
The definition of SINR is usually defined for a particular receiver (or user). In particular, for a receiver located at some point ''x'' in space (usually, on the plane), then its corresponding SINR given by
 
:<math>\mathrm{SINR}(x) {{=}} \frac{P}{I+N} </math>
 
where ''P'' is the power of the incoming signal of interest, ''I'' is the interference power of the other (interfering) signals in the network, and ''N'' is some noise term, which may be a constant or random. Like other ratios in electronic engineering and related fields, the SINR is often expressed in [[decibel]]s or dB.
 
==Propagation model==
To develop a mathematical model for estimating the SINR, a suitable [[mathematical model]] is needed to represent the propagation of the incoming signal and the interfering signals. A common model approach is to assume the [[Stochastic geometry models of wireless networks#Model fundamentals#Propagation model|propagation model]] consists of a random component and non-random (or deterministic) component.<ref name="BB1">F. Baccelli and B. Blaszczyszyn. ''Stochastic Geometry and Wireless Networks, Volume I --- Theory'', volume 3, No 3--4 of ''Foundations and Trends in Networking''. NoW Publishers, 2009.
 
</ref><ref name="BB2">F. Baccelli and B. Blaszczyszyn. ''Stochastic Geometry and Wireless Networks, Volume II --- Applications'', volume 4, No 1--2 of ''Foundations and Trends in Networking''. NoW Publishers, 2009.
 
</ref>
 
The deterministic component seeks to capture how a signal decays or attenuates as it travels a medium such as air, which is done by introducing a path-loss or attenuation function. A common choice for the path-loss function is a simple power-law. For example, if a signal travels from point ''x'' to point ''y'',  then it decays by a factor given by the path-loss function
 
:<math>  \ell(|x-y|)=  |x-y|^\alpha</math>,
 
where the path-loss exponent '' α>2'', and ''|x-y|'' denotes the [[Euclidean distance|distance]] between point ''y'' of the user and the signal source at point ''x''. Although this model suffers from a singularity (when ''x=y''), its simple nature results in it often being used due to the relatively tractable models it gives.<ref name="andrews2010primer"/> Exponential functions are sometimes used to model fast decaying signals.<ref name="Haenggi2009">M. Haenggi, J. Andrews, F. Baccelli, O. Dousse, and M. Franceschetti. Stochastic geometry and random graphs for the analysis and design of wireless networks. ''IEEE JSAC'', 27(7):1029--1046, september 2009.
 
</ref>
 
The random component of the model entails representing [[multipath fading]] of the signal, which is caused by  signals colliding with and reflecting off various obstacles such as buildings. This is incorporated into the model by introducing a [[random variable]] with some [[probability distribution]]. The probability distribution is chosen depending on the type of fading model and include [[Rayleigh distribution|Rayleigh]], [[Rician distribution|Rician]], [[Log-normal distribution|log-normal shadow]] (or shadowing), and [[Nakagami distribution|Nakagami]].
 
==SINR model==
The propagation model leads to a model for the SINR.<ref name="franceschetti2007random"/><ref name="BB2"/> Consider a collection of 'n' base stations located at points ''x<sub>1</sub>'' to ''x<sub>n</sub>'' in the plane or 3D space. Then for a user located at, say ''x=0'', then the SINR for a signal coming from base station, say, ''x<sub>i</sub>'', is given by
 
:<math>\mathrm{SINR}(x_i) {{=}} \frac{\ell(|x_i|)F_i}{\sum_j^n [\ell(|x_j|)F_j]-\ell(|x_i|)F_i +N} </math>,
where ''F<sub>i</sub>'' are fading [[random variables]] of some distribution. The SINR is can be re-written as
 
:<math>\mathrm{SINR}(x_i) {{=}} \frac{\ell(|x_i|)F_i}{\sum_{j\neq i} [\ell(|x_j|)F_j] +N} </math>,
which under the simple power-law path-loss model becomes
 
:<math>\mathrm{SINR}(x_i) {{=}} \frac{|x_i|^{\alpha}F_i}{\sum_{j\neq i} |x_j|^{\alpha}F_j +N} </math>.
 
==Stochastic geometry models==
In wireless networks, the factors that contribute to the SINR are often random (or appear random) including the signal propagation and the positioning of network transmitters and receivers. Consequently, in recent years this has motivated research in developing tractable [[Stochastic geometry models of wireless networks|stochastic geometry models]] in order to estimate the SINR in wireless networks. The related field of [[continuum percolation theory]] has also been used to derive  bounds on the SINR in wireless networks.<ref name="franceschetti2007random">M. Franceschetti and R. Meester. ''Random networks for communication: from statistical physics to information systems'', volume 24. Cambridge University Press, 2007.</ref><ref name="meester1996continuum">R. Meester. ''Continuum percolation'', volume 119. Cambridge University Press, 1996.</ref>
 
==See also==
* [[Signal-to-noise ratio]]
* [[Stochastic geometry models of wireless networks]]
* [[Continuum percolation theory]]
 
==References==
<references/>
 
{{Noise}}
 
[[Category:Noise]]
[[Category:Electronics]]
[[Category:Digital audio]]
[[Category:Engineering ratios]]

Latest revision as of 04:35, 14 September 2014

I am 27 years old and my name is Dirk Frederic. I life in Paris (France).

Also visit my blog; wrap car