Class EEFundamentalParameterData

java.lang.Object
edu.nps.moves.dis7.pdus.EEFundamentalParameterData
All Implemented Interfaces:
Serializable

public class EEFundamentalParameterData extends Object implements Serializable
Contains electromagnetic emission regeneration parameters that are variable throught a scenario. Section 6.2.22.
See Also:
  • Field Details

    • frequency

      protected float frequency
      center frequency of the emission in hertz.
    • frequencyRange

      protected float frequencyRange
      Bandwidth of the frequencies corresponding to the fequency field.
    • effectiveRadiatedPower

      protected float effectiveRadiatedPower
      Effective radiated power for the emission in DdBm. For a radar noise jammer, indicates the peak of the transmitted power.
    • pulseRepetitionFrequency

      protected float pulseRepetitionFrequency
      Average repetition frequency of the emission in hertz.
    • pulseWidth

      protected float pulseWidth
      Average pulse width of the emission in microseconds.
  • Constructor Details

    • EEFundamentalParameterData

      public EEFundamentalParameterData()
      Constructor creates and configures a new instance object
  • Method Details