Files
lab1/platforms/common.txt
2025-10-22 01:20:11 +08:00

82 lines
2.3 KiB
Plaintext

# ****************************************************************************
# 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
radar_signature VEHICLE_RADAR_SIGNATURE
constant 10 m^2
end_radar_signature
# --------------------------------------------------------------
# Red datalink
# --------------------------------------------------------------
//
//@ 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
# --------------------------------------------------------------
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