RadarCrosssection:

Path: Link/Radar

% Computes radar crossections.

   Types                            d
     cylinder               [radius length]
     sphere                 [diameter]
     diplane                [length of hinge, width of plane]
     triangular trihedral   [side]
     square trihedral       [side]
     circular trihedral     [side]
     flat rectangular plate [length width]

--------------------------------------------------------------------------
   Form:
   sigma = RadarCrossection( type, lambda, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   type          (1,:)    String with type
   lambda        (1,:)    Wavelength
   d             (1,:)    Parameters

   -------
   Outputs
   -------
   sigma      (1,:)     Crossection

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

Children:

Common: Graphics/Plot2D

Back to the Link Module page