step
System object: phased.WidebandFreeSpace
Namespace: phased
Propagate wideband signal from point to point using free-space channel model
Syntax
prop_sig = step(sWBFS,sig,origin_pos,dest_pos,origin_vel,dest_vel)
Description
Note
Starting in R2016b, 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.
returns
the resulting signal, prop_sig
= step(sWBFS
,sig
,origin_pos
,dest_pos
,origin_vel
,dest_vel
)prop_sig
, when a wideband
signal sig
propagates through a free-space channel
from the origin_pos
position to the dest_pos
position.
Either the origin_pos
or dest_pos
arguments
can specify more than one point but you cannot specify both as having
multiple points. The velocity of the signal origin is specified in origin_vel
and
the velocity of the signal destination is specified in dest_vel
.
The dimensions of origin_vel
and dest_vel
must
agree with the dimensions of origin_pos
and dest_pos
,
respectively.
Electromagnetic fields propagated through a free-space channel
can be polarized or nonpolarized. For nonpolarized fields, such as
acoustic fields, the propagating signal field, sig
,
is a vector or matrix. When the fields are polarized, sig
is
a struct
array. Every structure element represents
an electric field vector signal.
Note
The object performs an initialization the first time the object is executed. This
initialization locks nontunable properties
and input specifications, such as dimensions, complexity, and data type of the input data.
If you change a nontunable property or an input specification, the System object issues an error. To change nontunable properties or inputs, you must first
call the release
method to unlock the object.
Input Arguments
Output Arguments
Examples
References
[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.
Version History
Introduced in R2015b