PhasedArray:

Path: Link/Radar

% Generate a phased array
--------------------------------------------------------------------------
   Form:
   d = PhasedArray( f, beamwidth, thetaMax )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   f             (1,1)    Frequency (GHz)  or string, e.g. 'ku'
   beamwidth     (1,1)    Beamwidth (deg)
   thetaMax      (1,1)    Maximum scan angle (deg)
   eta           (1,1)    Aperture efficiency

   -------
   Outputs
   -------
   d             (1,1)    Data structure
                          .wAntenna          (1,1) Width of the antenna
                          .wElement          (1,1) Width of the element
                          .n                 (1,1) Number of elements
                          .g0                (1,1) Gain (dB)
                          .gThetaMax         (1,1) Gain at thetaMax (dB)
                          .beamwidthThetaMax (1,1) Beamwidth at thetaMax

--------------------------------------------------------------------------

Children:

Link: LinkUtilities/Frequency
Common: Database/Constant
Math: Trigonometry/CosD

Back to the Link Module page