Wideband two-ray propagation channel
The phased.WidebandTwoRayChannel
models a wideband
two-ray propagation channel. A two-ray propagation channel is the simplest type of
multipath channel. You can use a two-ray channel to simulate propagation of signals in a
homogeneous, isotropic medium with a single reflecting boundary. This type of medium has
two propagation paths: a line-of-sight (direct) propagation path from one point to
another and a ray path reflected from the boundary.
You can use this System object™ for short-range radar and mobile communications applications where the
signals propagate along straight paths and the earth is assumed to be flat. You can also
use this object for sonar and microphone applications. For acoustic applications, you
can choose nonpolarized fields and adjust the propagation speed to be the speed of sound
in air or water. You can use phased.WidebandTwoRayChannel
to model propagation from several points
simultaneously.
Although the System object works for all frequencies, the attenuation models for atmospheric gases and rain are valid for electromagnetic signals in the frequency range 1–1000 GHz only. The attenuation model for fog and clouds is valid for 10–1000 GHz. Outside these frequency ranges, the System object uses the nearest valid value.
The phased.WidebandTwoRayChannel
System object applies range-dependent time delays to the signals, as well as gains or
losses, phase shifts, and boundary reflection loss. When either the source or
destination is moving, the System object applies Doppler shifts to the signals.
Signals at the channel output can be kept separate or be combined. If you keep the signals separate, both signals arrive at the destination separately and are not combined. If you choose to combine the signals, the two signals from the source propagate separately but are coherently summed at the destination into a single quantity. Choose this option when the difference between the sensor or array gains in the directions of the two paths is insignificant.
In contrast to the phased.WidebandFreeSpace
and phased.WidebandLOSChannel
System objects, this System object does not support two-way propagation.
To compute the propagation delay for specified source and receiver points:
Define and set up your two-ray channel. See Construction.
Call the step
method to compute the
propagated signal using the properties of the phased.WidebandTwoRayChannel
System object.
Note
Alternatively, instead of using the step
method
to perform the operation defined by the System object, you can
call the object with arguments, as if it were a function. For example, y
= step(obj,x)
and y = obj(x)
perform
equivalent operations.
creates a two-ray propagation channel System object, channel
= phased.WidebandTwoRayChannelchannel
.
creates a System object, channel
= phased.WidebandTwoRayChannel(Name
,Value
)channel
, with each specified property
Name
set to the specified Value
. You can
specify additional name and value pair arguments in any order as
(Name1,Value1
,...,NameN,ValueN
).
reset | Reset states of System object |
step | Propagate wideband signal from point to point using two-ray channel model |
Common to All System Objects | |
---|---|
release | Allow System object property value changes |
[1] Proakis, J. Digital Communications. New York: McGraw-Hill, 2001.
[2] Skolnik, M. Introduction to Radar Systems, 3rd Ed. New York: McGraw-Hill.
[3] Saakian, A. Radio Wave Propagation Fundamentals. Norwood, MA: Artech House, 2011.
[4] Balanis, C. Advanced Engineering Electromagnetics. New York: Wiley & Sons, 1989.
[5] Rappaport, T. Wireless Communications: Principles and Practice, 2nd Ed New York: Prentice Hall, 2002.
[6] Radiocommunication Sector of the International Telecommunication Union. Recommendation ITU-R P.676-10: Attenuation by atmospheric gases. 2013.
[7] Radiocommunication Sector of the International Telecommunication Union. Recommendation ITU-R P.840-6: Attenuation due to clouds and fog. 2013.
[8] Radiocommunication Sector of the International Telecommunication Union. Recommendation ITU-R P.838-3: Specific attenuation model for rain for use in prediction methods. 2005.