地对地导弹测试

This commit is contained in:
2025-10-15 11:23:32 +08:00
parent 9163fad251
commit a236fcde15
365 changed files with 380521 additions and 261 deletions

View File

@@ -0,0 +1,18 @@
# ****************************************************************************
# 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 ****** *
# * * ************************************** * *
# generic plt radar signature
radar_signature EXAMPLE_RADAR_SIG
plt_file plt_radar_sig.txt default horizontal
end_radar_signature

View File

@@ -0,0 +1,54 @@
# ****************************************************************************
# 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.
# ****************************************************************************
# Example PLT file
NPTS=20 ELEV=-90 FREQ=0.1
-180.0 0.0 0.0
-137.5 0.0 0.0
-135.0 20.0 20.0
-132.5 0.0 0.0
-92.5 0.0 0.0
-90.0 20.0 20.0
-87.5 0.0 0.0
-47.5 0.0 0.0
-45.0 20.0 20.0
-42.5 0.0 0.0
42.5 0.0 0.0
45.0 20.0 20.0
47.5 0.0 0.0
87.5 0.0 0.0
90.0 20.0 20.0
92.5 0.0 0.0
132.5 0.0 0.0
135.0 20.0 20.0
137.5 0.0 0.0
180.0 0.0 0.0
END OF DATA
NPTS=20 ELEV=90 FREQ=0.1
-180.0 0.0 0.0
-137.5 0.0 0.0
-135.0 20.0 20.0
-132.5 0.0 0.0
-92.5 0.0 0.0
-90.0 20.0 20.0
-87.5 0.0 0.0
-47.5 0.0 0.0
-45.0 20.0 20.0
-42.5 0.0 0.0
42.5 0.0 0.0
45.0 20.0 20.0
47.5 0.0 0.0
87.5 0.0 0.0
90.0 20.0 20.0
92.5 0.0 0.0
132.5 0.0 0.0
135.0 20.0 20.0
137.5 0.0 0.0
180.0 0.0 0.0
END OF DATA

View File

@@ -0,0 +1,29 @@
# ****************************************************************************
# 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.
# ****************************************************************************
Shaped RCS pattern for use in SALRAM-ENGAGE
Shaped RCS pattern for use in SALRAM-ENGAGE
Shaped RCS pattern for use in SALRAM-ENGAGE
15 8
-90.00 -20.00 -10.00 -1.00 1.00 10.00 20.00 90.00
-180.00 20.00 10.00 10.00 10.00 10.00 10.00 10.00 20.00
-120.00 20.00 10.00 10.00 10.00 10.00 10.00 10.00 20.00
-90.00 20.00 20.00 20.00 20.00 20.00 20.00 20.00 20.00
-60.00 20.00 0.00 0.00 0.00 0.00 0.00 0.00 20.00
-32.00 20.00 0.00 0.00 0.00 0.00 0.00 0.00 20.00
-30.00 20.00 5.00 5.00 5.00 5.00 5.00 5.00 20.00
-28.00 20.00 -5.00 -5.00 -5.00 -5.00 -5.00 -5.00 20.00
-0.00 20.00 -10.00 -10.00 -10.00 -10.00 -10.00 -10.00 20.00
28.00 20.00 -5.00 -5.00 -5.00 -5.00 -5.00 -5.00 20.00
30.00 20.00 5.00 5.00 5.00 5.00 5.00 5.00 20.00
32.00 20.00 0.00 0.00 0.00 0.00 0.00 0.00 20.00
60.00 20.00 0.00 0.00 0.00 0.00 0.00 0.00 20.00
90.00 20.00 20.00 20.00 20.00 20.00 20.00 20.00 20.00
120.00 20.00 10.00 10.00 10.00 10.00 10.00 10.00 20.00
179.00 20.00 10.00 10.00 10.00 10.00 10.00 10.00 20.00

View File

@@ -0,0 +1,13 @@
# ****************************************************************************
# 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.
# ****************************************************************************
radar_signature salram_radar_signature
state default
polarization default
salram_file salram/newman.psam units dbsm
end_radar_signature

View File

@@ -0,0 +1,23 @@
# ****************************************************************************
# 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.
# ****************************************************************************
radar_signature SMALL_RADAR_SIGNATURE
constant .0001 m^2
bistatic_signature
azimuth -180 deg
elevation -90 deg
constant 0.0001 m^2
elevation 90 deg
constant 0.0001 m^2
azimuth 180 deg
elevation -90 deg
constant 0.0001 m^2
elevation 90 deg
constant 0.0001 m^2
end_bistatic_signature
end_radar_signature

View File

@@ -0,0 +1,34 @@
# ****************************************************************************
# 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.
# ****************************************************************************
radar_signature SMALL_RADAR_SIGNATURE
constant .0001 m^2
bistatic_signature
azimuth -180 deg
elevation -90 deg
constant 0.0001 m^2
elevation 0 deg
constant 0.0001 m^2
elevation 90 deg
constant 0.0001 m^2
azimuth 0 deg
elevation -90 deg
constant 0.0001 m^2
elevation 0 deg
constant 0.0001 m^2
elevation 90 deg
constant 0.0001 m^2
azimuth 180 deg
elevation -90 deg
constant 0.0001 m^2
elevation 0 deg
constant 0.0001 m^2
elevation 90 deg
constant 0.0001 m^2
end_bistatic_signature
end_radar_signature