phased.MUSICEstimator2D
Estimate 2D direction of arrival using narrowband MUSIC algorithm
Description
The phased.MUSICEstimator2D
            System object™ implements the narrowband multiple signal classification
                (MUSIC) algorithm for 2-D planar or 3-D arrays such as a
            uniform rectangular array (URA). MUSIC is a high-resolution direction-finding algorithm
            capable of resolving closely-spaced signal sources. The algorithm is based on the
            eigenspace decomposition of the sensor covariance matrix.
To estimate directions of arrival (DOA):
- Create the - phased.MUSICEstimator2Dobject 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
estimator = phased.MUSICEstimator2Destimator.
estimator = phased.MUSICEstimator2D(Name,Value)estimator, with each specified property Name
                    set to the specified Value. You can specify additional name-value pair arguments
                    in any order as
                        (Name1,Value1,...,NameN,ValueN).
Properties
Usage
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. L., Optimum Array Processing. New York: Wiley-Interscience, 2002.
Extended Capabilities
Version History
Introduced in R2016b


