Small-scale Fading Models

We support two fading models.

Null Fading Model

This fading model specifies that no fading is to be used.

Attributes

This model has no attributes.

Example

        <FadingModel type="Null"/>

Ricean Fading Model

This model implements Ricean fading (and Rayleigh fading as a subset.) The speed of fading is determined by the relative speed between the transmitter and the receiver in the emulated world model. A "minimum speed" may be specified so that even if the relative speed between the transmitter and receiver is zero, fading will still occur. Conceptually minSpeed accounts for the movement of objects in the environment.

Attributes

Example

        <FadingModel type="Ricean">
			<k>7.5</k>
			<minSpeed>2.5</minSpeed>
        </FadingModel>