WSF_PULSE_SUPPRESS_EFFECT

effect WSF_PULSE_SUPPRESS_EFFECT

EW Effects: Predefined Electronic Warfare Effect Types

...
  effect <effect-name> WSF_PULSE_SUPPRESS_EFFECT
     electronic_warfare_effect Commands
     WSF_PULSE_EFFECT Commands

     reject <suppression-type-value> <suppression-type> <lower-suppression-value>
     allow  <suppression-type-value> <suppression-type> <lower-suppression-value>
     <upper-suppression-value>
  end_effect
...

Overview

This base effect type can be included in the electronic_protect or electronic_attack technique block as one of the many available effects for a given technique. The commands listed below are the base-type commands that can be specified in the effect block for this effect type.

Commands

reject <suppression-type> <lower-suppression-value> <upper-suppression-value>
allow <suppression-type> <lower-suppression-value> <upper-suppression-value>

Specifies the rejected or allowed suppression-type and required input variables that are dependent upon the suppression-type specified.

<suppression-type>

Specifies the suppression type to be used. Available suppression types are given in the following table.

<lower-suppression-value>

Specifies the lower suppression value of the specified suppression type. Value types are given in the following table.

<upper-suppression-value>

Specifies the upper suppression value of the specified suppression type. Value types are given in the following table.

<suppression-type>

Description

<lower-suppression-value>

<upper-suppression-value>

frequency

Apply pulse frequency suppression, allows or rejects the frequency inside the limits.

Lower frequency limit <frequency-value>

Upper frequency limit <frequency-value>

pulse_width

Apply Pulse-Width (PW) suppression, allows or rejects the PW inside the limits.

Lower PW limit <time-value>

Upper PW limit <time-value>

pulse_repetition_frequency

Apply Pulse-Repetition-Frequency (PRF) suppression, allows or rejects the PRF inside the limits.

Lower PRF limit <frequency-value>

Upper PRF limit <frequency-value>

modulation’ (Currently not implemented)

Apply pulse modulation suppression, allows or rejects the specified modulation type with the specified ratio applied to the power.

Modulation type <modulation-type> (see below for modulation types)

Rejection ratio <value> [0,1]

coherent

Apply coherent pulse suppression, allows or rejects the specified ratio of coherent pulse power.

Power rejection ratio <value> [0,1]

N/A

noncoherent

Apply noncoherent pulse suppression, allows or rejects the specified ratio of noncoherent pulse power.

Power rejection ratio <value> [0,1]

N/A

percent_of_pulses

Apply percent of pulses suppression, allows or rejects the specified ratio of pulses, for WSF_FALSE_TARGET_EFFECT this is a ratio of false-targets instead of pulses.

Pulse rejection ratio <value> [0,1]

N/A

<modulation-type>

Specifies the modulation type. Available modulation types are as follows:

continuous_wave / cw - Continuous Wave
coherent_pulse       - Coherent Pulse
non_coherent_pulse   - Noncoherent Pulse
linear_fm            - Linear Frequency
non_linear_fm        - Nonlinear Frequency
phase_key            - Phase Key (generic key)
phase_modulation     - Phase Modulation (generic modulation)
phase_coding         - Phase code (generic code)
ask                  - Amplitude Shift Keying
fsk                  - Frequency Shift Keying
psk                  - Phase Shift Keying
bpsk                 - Binary Phase Shift Keying
dpsk                 - Differential Phase Shift Keying
qpsk                 - Quadrature Phase Shift Keying
qam                  - Quadrature Amplitude Modulation