This commit is contained in:
2025-10-22 11:31:24 +08:00
parent e47a7875c9
commit 399a5b050a
10 changed files with 913 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
# ****************************************************************************
# CUI
#
# The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
#
# The use, dissemination or disclosure of data in this file is subject to
# limitation or restriction. See accompanying README and LICENSE for details.
# ****************************************************************************
antenna_pattern COMM_JAMMER_ANTENNA
uniform_pattern
peak_gain 12 dB
end_uniform_pattern
end_antenna_pattern
electronic_warfare COMM_JAM_EA WSF_ELECTRONIC_ATTACK
technique noise_jamming WSF_EA_TECHNIQUE
debug
mitigation_class noise_jamming
effect noise_effect WSF_POWER_EFFECT
jamming_delta_gain 25 dB
end_effect
end_technique
end_electronic_warfare
weapon COMM_JAMMER_30M_3G WSF_RF_JAMMER
azimuth_field_of_view -90 deg 90 deg
elevation_field_of_view -45 deg 45 deg
maximum_range 30 km
slew_mode fixed
transmitter
power 3000 w
frequency_band 30 mhz 3000 mhz
antenna_pattern COMM_JAMMER_ANTENNA
electronic_attack COMM_JAM_EA
technique noise_jamming
default_on
end_technique
end_electronic_attack
end_transmitter
end_weapon

View File

@@ -0,0 +1,50 @@
# ****************************************************************************
# CUI
#
# The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
#
# The use, dissemination or disclosure of data in this file is subject to
# limitation or restriction. See accompanying README and LICENSE for details.
# ****************************************************************************
antenna_pattern WIDEBAND_JAMMER_ANTENNA
circular_pattern
peak_gain 18 dB
beamwidth 30 deg
end_circular_pattern
end_antenna_pattern
electronic_warfare RADAR_JAM_EA WSF_ELECTRONIC_ATTACK
technique noise_jamming WSF_EA_TECHNIQUE
debug
mitigation_class_name noise_jamming
effect power_effect WSF_POWER_EFFECT
jamming_delta_gain 15 dB
end_effect
end_technique
end_electronic_warfare
weapon RADAR_JAMMER_2_18GHZ WSF_RF_JAMMER
azimuth_field_of_view -180 deg 180 deg
elevation_field_of_view -90 deg 90 deg
maximum_range 20 km
slew_mode azimuth_and_elevation
azimuth_slew_limits -85 deg 85 deg
elevation_slew_limits -25 deg 25 deg
transmitter
power 1500 w
frequency_band 2 ghz 18 ghz
antenna_pattern WIDEBAND_JAMMER_ANTENNA
electronic_attack RADAR_JAM_EA
technique noise_jamming
default_on
end_technique
end_electronic_attack
end_transmitter
end_weapon