初次提交,只有想定基本结构

This commit is contained in:
2026-02-08 22:26:33 +08:00
parent f810ac44bb
commit fbb0fe1767
32 changed files with 5123 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
# File generated by Wizard 2.9.0 on Dec 22, 2024.
sensor GEO_SENSOR WSF_GEOMETRIC_SENSOR
azimuth_field_of_view -180.0 degrees 180.0 degrees
elevation_field_of_view -20 degrees 89.0 degrees
check_terrain_masking true
minimum_range 6 inch
maximum_range 1000 km
on
frame_time 1 sec
hits_to_establish_track 2 5
hits_to_maintain_track 1 5
reports_location
reports_type
track_quality 0.75
end_sensor

View File

@@ -0,0 +1,21 @@
# File generated by Wizard 2.9.0 on Dec 22, 2024.
sensor LASER_DESIGNATOR-1212 WSF_LASER_DESIGNATOR
azimuth_field_of_view -0.25 deg 0.25 deg
elevation_field_of_view -0.25 deg 0.25 deg
on
maximum_transmission_range 1000 km
terrain_float_distance 10 m
target_association_staleout_interval 10 sec
maximum_target_association_distance 200 m
frame_time 0.1 s
cue_mode both
slew_mode both
laser_code 1212
azimuth_slew_rate 20 deg/s
elevation_slew_rate 20 deg/s
reports_location
transmitter
wavelength 1.06E-6 microns
power 1 mw
end_transmitter
end_sensor

View File

@@ -0,0 +1,82 @@
# ****************************************************************************
# 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.
# ****************************************************************************
###################################################################################
#
# UNCLASSIFIED
#
# This is a made up radar
# The antenna came from the RED_MISSILE_SEEKER_1 system from the ship_ad_demo...
###################################################################################
antenna_pattern AA_MRM_RADAR_ANTENNA
sine_pattern
peak_gain 31 db # computed using 420 mm dia & 9 GHz
minimum_gain -10 db # unknown
azimuth_beamwidth 4.6 deg # 420 mm dia & 9 GHz
elevation_beamwidth 4.6 deg # 420 mm dia & 9 GHz
end_sine_pattern
end_antenna_pattern
filter AA_MRM_RADAR_FILTER_TACTICS WSF_KALMAN_FILTER
range_measurement_sigma 4. m
bearing_measurement_sigma 0.2 deg
elevation_measurement_sigma 0.2 deg
# values for maneuvering targets (per Erik)
process_noise_sigmas_XYZ 50 50 30
end_filter
sensor AA_MRM_RADAR WSF_RADAR_SENSOR
#show_calibration_data
maximum_request_count 1
frame_time .50 sec # unknown
one_m2_detect_range 25 km # from aa_mrm.txt documentation
maximum_range 30 km # unknown
slew_mode azimuth_and_elevation # Ref 1
azimuth_slew_limits -30.0 deg 30.0 deg # Ref 1
elevation_slew_limits -20.0 deg 10.0 deg # Ref 1
scan_mode azimuth_and_elevation
azimuth_scan_limits -30.0 deg 30.0 deg
elevation_scan_limits -20.0 deg 10.0 deg
transmitter
antenna_pattern AA_MRM_RADAR_ANTENNA
power 500 w # unknown
frequency 9000 mhz # assuming X-band
pulse_width 1.0 usec # unknown
pulse_repetition_frequency 3600 hz # unknown
end_transmitter
receiver
antenna_pattern AA_MRM_RADAR_ANTENNA
bandwidth 1.0 mhz # use inverse of pulse width
end_receiver
filter AA_MRM_RADAR_FILTER_TACTICS
end_filter
hits_to_establish_track 2 3 # make it easy
hits_to_maintain_track 1 3 # make it real easy
track_quality 1.0 # 'weapons' grade
reports_range
reports_bearing
reports_elevation
end_sensor

View File

@@ -0,0 +1,71 @@
# File generated by Wizard 2.9.0 on Dec 22, 2024.
# ****************************************************************************
# 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.
# ****************************************************************************
# made up fire control radar
antenna_pattern GENERIC_FIRE_CONTROL_RADAR_ANTENNA_PATTERN
sine_pattern
azimuth_beamwidth 4.0 deg
elevation_beamwidth 4.0 deg
peak_gain 30 dB
end_sine_pattern
end_antenna_pattern
sensor GENERIC_FIRE_CONTROL_RADAR WSF_RADAR_SENSOR
# off # default
on
no_debug # default
# debug
# slew_mode azimuth_and_elevation
# azimuth_slew_limits -45.0 degrees 45 degrees
# elevation_slew_limits -45.0 degrees 45 degrees
# scan_mode azimuth_and_elevation
# azimuth_scan_limits -15 degrees 15 degrees
# elevation_scan_limits -15 degrees 15 degrees
#
azimuth_slew_limits -180.0 degrees 180 degrees
elevation_slew_limits -90.0 degrees 90 degrees
scan_mode azimuth_and_elevation
azimuth_scan_limits -180 degrees 180 degrees
elevation_scan_limits -90 degrees 90 degrees
minimum_range 2 km
maximum_range 200 km
close_target_detection
end_close_target_detection
# show_calibration_data # display radar characteristics
frame_time 1 sec
transmitter
antenna_pattern GENERIC_FIRE_CONTROL_RADAR_ANTENNA_PATTERN
power 250 kw
frequency 3 ghz
pulse_repetition_frequency 250 hz
pulse_width 8 usec
end_transmitter
receiver
antenna_pattern GENERIC_FIRE_CONTROL_RADAR_ANTENNA_PATTERN
bandwidth 1 mhz
end_receiver
# azimuth_error_sigma 0.3 deg
# elevation_error_sigma 0.3 deg
# range_error_sigma 4 m
#-- Track Formation Commands
reports_bearing
reports_elevation
reports_location
reports_velocity
track_quality 1.0 # Perfect track quality
hits_to_establish_track 2 2 # 2 of last 3 scans to establish track
hits_to_maintain_track 1 2 # 1 of last 2 scans to maintain track
end_sensor