phased.ElementDelay
Sensor array element delay estimator
Description
The phased.ElementDelay
System object™ calculates the signal delay for elements in an array.
To compute the signal delay across the array elements:
Create the
phased.ElementDelay
object and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Description
creates an element
delay estimator System object to calculate the signal delay for elements in an array when the signal
arrives the array from specified directions. By default, a 2-element uniform linear array
(ULA) is used.H
= phased.ElementDelay
creates an element delay estimator System object with each specified property H
= phased.ElementDelay(Name
=Value
)Name
set to the specified
Value
. Specify optional pairs of arguments as
(Name1
=Value1
,...,NameN
=ValueN
)
where Name
is the argument name and Value
is the
corresponding value. Name-value arguments must appear after other arguments, but the order
of the pairs does not matter.
Properties
Usage
Syntax
Description
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
Examples
Algorithms
References
[1] Van Trees, H. Optimum Array Processing. New York: Wiley-Interscience, 2002.
Extended Capabilities
Version History
Introduced in R2011a