锘??xml version="1.0" encoding="utf-8" standalone="yes"?>欧美日韩伦理一区二区,亚洲精品成人久久,精品资源在线http://www.aygfsteel.com/illidan/category/38686.htmlTrinity, log me out!zh-cnWed, 14 Apr 2010 21:46:45 GMTWed, 14 Apr 2010 21:46:45 GMT60Charging and rate control for elastic traffichttp://www.aygfsteel.com/illidan/archive/2010/04/14/318238.html浼婅惤涓?/dc:creator>浼婅惤涓?/author>Wed, 14 Apr 2010 02:41:00 GMThttp://www.aygfsteel.com/illidan/archive/2010/04/14/318238.htmlhttp://www.aygfsteel.com/illidan/comments/318238.htmlhttp://www.aygfsteel.com/illidan/archive/2010/04/14/318238.html#Feedback0http://www.aygfsteel.com/illidan/comments/commentRss/318238.htmlhttp://www.aygfsteel.com/illidan/services/trackbacks/318238.html

]]>
鑷敱絀洪棿璺崯鍦╪s2涓殑搴旂敤http://www.aygfsteel.com/illidan/archive/2009/04/06/264142.html浼婅惤涓?/dc:creator>浼婅惤涓?/author>Mon, 06 Apr 2009 12:01:00 GMThttp://www.aygfsteel.com/illidan/archive/2009/04/06/264142.htmlhttp://www.aygfsteel.com/illidan/comments/264142.htmlhttp://www.aygfsteel.com/illidan/archive/2009/04/06/264142.html#Feedback0http://www.aygfsteel.com/illidan/comments/commentRss/264142.htmlhttp://www.aygfsteel.com/illidan/services/trackbacks/264142.html
<浼婅惤涓?gt; illidan.modeler [at] gmail.com
Northern Capital, Republic of Pandaren

Of the Net, by the Net, for the Net


Free space path-loss is a major factor when considering the attenuation of EM signal strength. Basically it's defined by the following equation:

Pt/Pr = (4*Pi*d*f/c)^2

Pt: transmitted power
Pr: received power
d: the distance between transmitter and receiver
f: the signal frequency
c: light speed


Recast the equation in dB form, we get

FSPL (dB) = -147.56 + 20*log10(d) + 20*log10(f)

Take the FSPL of a IEEE 802.11 WLAN signal for example. The relation between FSPL and distance is depicted below:

where the transmission power is about 10 mW, without considering antenna gain and other attenuation.

In ns2, path loss, which is an effect of the physical layer, is handled by class WirelessPhy (mac/wirelss-phy.{h,cc}). WirelessPhy calculates the path loss in its method sendUp(), by calling FreeSpace::Pr(PacketStamp *t, PacketStamp *r, WirelessPhy *ifp). FreeSpace and its parent Propagation are defined in mobile/propagation.{h, cc}.

The code snipit carrying out the call to FreeSpace's method is given below (wireless-phy.cc):
 if(propagation_) {
        s.stamp((MobileNode*)node(), ant_, 0, lambda_);
        Pr = propagation_->Pr(&p->txinfo_, &s, this);
        if (Pr < CSThresh_) {
            pkt_recvd = 0;
            goto DONE;
        }

The real meat of the path loss calculation is Propagation's method Friis(), which not only deals with free-space path loss but also considers antenna gains. (Note: By my obervation, antenna gain is actually 0 dB by default, revealed in Antenna::getTxGain().)

For a description of path loss and link budget analysis, turn to sub-section 5.2 of [Sklar 2001].

References
1. [Book] [Sklar 2001]

  



]]>
Notes::small-scale fadinghttp://www.aygfsteel.com/illidan/archive/2009/04/04/263847.html浼婅惤涓?/dc:creator>浼婅惤涓?/author>Fri, 03 Apr 2009 16:46:00 GMThttp://www.aygfsteel.com/illidan/archive/2009/04/04/263847.htmlhttp://www.aygfsteel.com/illidan/comments/263847.htmlhttp://www.aygfsteel.com/illidan/archive/2009/04/04/263847.html#Feedback0http://www.aygfsteel.com/illidan/comments/commentRss/263847.htmlhttp://www.aygfsteel.com/illidan/services/trackbacks/263847.html Notes::small-scale fading

<浼婅惤涓?gt; illidan.modeler [at] gmail.com
Northern Capital, Republic of Pandaren


Of the Net, by the Net, for the Net

What

Fading is the distortion that a carrier-modulated telecommunication signal experiences over certain propagation media.

Propagation models that characterize the rapid fluctions of the received signal strength over very short travel distances (a few wavelengths) or short time duration (on the order of seconds) are called small-scale or fading models. (Page  106 of [3])

Why
In wireless systems, fading is due to multipath propagation and is sometimes referred to as multipath induced fading. [1]

How
The effects of fading can be combated by using diversity to transmit the signal over multiple channels that experience independent fading and coherently combining them at the receiver.

Miscellaneous
The coherence time is a measure of the minimum time required for the magnitude change of the channel to become decorrelated from its previous value.

There's a good summary of large-scale and small-scall fadings on Page 40 and 41 of [5].


References
  1. Web http://en.wikipedia.org/wiki/Fading
  2. Web http://www.ylesstech.com/terminology.php?letter=all&id=15
  3. [Rappaport 2001]
  4. [Goldsmith 2005]
  5. [Tse 2005] 


]]>
鍌呴噷鍙跺垎鏋?:鍛ㄦ湡.榪炵畫http://www.aygfsteel.com/illidan/archive/2009/03/30/262953.html浼婅惤涓?/dc:creator>浼婅惤涓?/author>Mon, 30 Mar 2009 10:22:00 GMThttp://www.aygfsteel.com/illidan/archive/2009/03/30/262953.htmlhttp://www.aygfsteel.com/illidan/comments/262953.htmlhttp://www.aygfsteel.com/illidan/archive/2009/03/30/262953.html#Feedback0http://www.aygfsteel.com/illidan/comments/commentRss/262953.htmlhttp://www.aygfsteel.com/illidan/services/trackbacks/262953.html


Name Time domain Frequency domain
Domain property Function property Domain property Function property
(Continuous) Fourier transform Continuous Aperiodic Continuous Aperiodic
Discrete-time Fourier transform Discrete Aperiodic Continuous Periodic (ƒs)
Fourier series Continuous Periodic (τ) Discrete Aperiodic
Discrete Fourier transform Discrete Periodic (N)[1] Discrete Periodic (N)

http://en.wikipedia.org/wiki/Fourier_analysis

As on 09-03-30





]]>
主站蜘蛛池模板: 永年县| 萨嘎县| 镇宁| 天台县| 武汉市| 泗阳县| 罗山县| 关岭| 滨海县| 文登市| 洛川县| 拉孜县| 郁南县| 嵩明县| 宜州市| 习水县| 兴业县| 兴山县| 罗山县| 永清县| 新野县| 建昌县| 南开区| 祁阳县| 丹东市| 沾益县| 壶关县| 舟曲县| 赣榆县| 青海省| 海兴县| 宜丰县| 澜沧| 凤台县| 揭西县| 和静县| 彰化市| 龙岩市| 福鼎市| 巴林右旗| 安乡县|