通信干扰提交

This commit is contained in:
任永昌
2025-10-22 01:20:11 +08:00
parent 071ca4014a
commit de03d4f807
7 changed files with 614 additions and 7 deletions

View File

@@ -0,0 +1,51 @@
# ****************************************************************************
# 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.
# ****************************************************************************
# * * ************************************** * *
# * ****** blue ew aircraft ****** *
# * ****** with 2-18GHz jam ****** *
# * * ************************************** * *
//include_once weapons/jammer/radar_jammer_2_18ghz.txt
include_once weapons/jammer/comm_jammer_30m_3g.txt
include_once signatures/fighter_sigs.txt
platform_type BLUE_EW_AIRCRAFT WSF_PLATFORM
icon EA-6B
side blue
infrared_signature FIGHTER_INFRARED_SIG
optical_signature FIGHTER_OPTICAL_SIG
radar_signature FIGHTER_RADAR_SIG
//@ mover
mover WSF_AIR_MOVER
default_radial_acceleration 2.0 g
default_linear_acceleration 1.0 g
default_climb_rate 200 fps
minimum_altitude 500 m
end_mover
# weapon radar_jammer RADAR_JAMMER_2_18GHZ
# on
# yaw 0 deg
# pitch -10 deg
# ignore_same_side
# end_weapon
weapon comm_jammer COMM_JAMMER_30M_3G
on
ignore_same_side
end_weapon
processor data_mgr WSF_TRACK_PROCESSOR
purge_interval 60 sec
end_processor
end_platform_type

View File

@@ -30,10 +30,43 @@ end_radar_signature
# Red datalink
# --------------------------------------------------------------
comm DATALINK WSF_COMM_TRANSCEIVER
transfer_rate 100 mbits/sec
end_comm
//
//@ the old comm DATALINK
//
#comm DATALINK WSF_COMM_TRANSCEIVER
# transfer_rate 100 mbits/sec
#end_comm
//
//the new DATALINK
//
antenna_pattern DATALINK_ANTENNA
uniform_pattern
peak_gain 10 dB
end_uniform_pattern
end_antenna_pattern
comm DATALINK WSF_RADIO_TRANSCEIVER
maximum_range 50 km
transfer_rate 100 mbits/sec
transmit_mode continuous
transmitter
power 100 w
frequency 1.5 GHz //the matter
bandwidth 10 MHz
antenna_pattern DATALINK_ANTENNA
end_transmitter
receiver
frequency 1.5 GHz
bandwidth 10 MHz
antenna_pattern DATALINK_ANTENNA
end_receiver
jamming_perception_threshold 3 db
jamming_perception_timeout 60 sec
end_comm
# --------------------------------------------------------------
# Filter tactics
# --------------------------------------------------------------