2025-09-12 15:20:28 +08:00
|
|
|
# ****************************************************************************
|
|
|
|
|
# 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.
|
|
|
|
|
# ****************************************************************************
|
|
|
|
|
# * * ************************************** * *
|
|
|
|
|
# * ****** Demonstration input file ****** *
|
|
|
|
|
# * ****** UNCLASSIFIED ****** *
|
|
|
|
|
# * * ************************************** * *
|
|
|
|
|
|
|
|
|
|
# --------------------------------------------------------------
|
|
|
|
|
# Vehicle Signatures
|
|
|
|
|
# --------------------------------------------------------------
|
|
|
|
|
infrared_signature VEHICLE_INFRARED_SIGNATURE
|
|
|
|
|
constant 10 watts/steradian
|
|
|
|
|
end_infrared_signature
|
|
|
|
|
|
|
|
|
|
optical_signature VEHICLE_OPTICAL_SIGNATURE
|
|
|
|
|
constant 10 m^2
|
|
|
|
|
end_optical_signature
|
|
|
|
|
|
2025-10-11 18:00:31 +08:00
|
|
|
radar_signature VEHICLE_RADAR_SIGNATURE
|
|
|
|
|
constant 10 m^2
|
2025-09-12 15:20:28 +08:00
|
|
|
end_radar_signature
|
|
|
|
|
|
|
|
|
|
# --------------------------------------------------------------
|
|
|
|
|
# Red datalink
|
|
|
|
|
# --------------------------------------------------------------
|
|
|
|
|
|
2025-10-22 01:20:11 +08:00
|
|
|
//
|
|
|
|
|
//@ the old comm DATALINK
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#comm DATALINK WSF_COMM_TRANSCEIVER
|
|
|
|
|
# transfer_rate 100 mbits/sec
|
|
|
|
|
#end_comm
|
2025-09-12 15:20:28 +08:00
|
|
|
|
2025-10-22 01:20:11 +08:00
|
|
|
//
|
|
|
|
|
//the new DATALINK
|
|
|
|
|
//
|
|
|
|
|
antenna_pattern DATALINK_ANTENNA
|
|
|
|
|
uniform_pattern
|
|
|
|
|
peak_gain 10 dB
|
|
|
|
|
end_uniform_pattern
|
|
|
|
|
end_antenna_pattern
|
2025-10-22 11:27:14 +08:00
|
|
|
|
2025-10-22 01:20:11 +08:00
|
|
|
comm DATALINK WSF_RADIO_TRANSCEIVER
|
2025-10-22 11:27:14 +08:00
|
|
|
maximum_range 200 km
|
2025-10-22 01:20:11 +08:00
|
|
|
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
|
2025-09-12 15:20:28 +08:00
|
|
|
# --------------------------------------------------------------
|
|
|
|
|
# Filter tactics
|
|
|
|
|
# --------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
filter FILTER_TACTICS WSF_KALMAN_FILTER
|
|
|
|
|
range_measurement_sigma 50. m
|
|
|
|
|
bearing_measurement_sigma 0.1 deg
|
|
|
|
|
elevation_measurement_sigma 0.1 deg
|
|
|
|
|
|
|
|
|
|
# values for maneuvering targets (per Erik)
|
|
|
|
|
process_noise_sigmas_XYZ 50 50 30
|
|
|
|
|
end_filter
|