ThreatSourceLibaray/ThreatSource/data/missiles/mmw/mmw_001.toml

53 lines
3.3 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 毫米波末制导导弹-001 配置
Type = "MillimeterWaveTerminalGuidance" # 导弹类型
[Name]
Zh = "毫米波末制导导弹-001"
En = "Millimeter Wave Terminal Guided Missile-001"
[Properties]
Type = "MillimeterWaveTerminalGuidance" # 属性中的类型与顶层Type一致
MaxSpeed = 250.0 # 最大速度 (米/秒)
MaxFlightTime = 60.0 # 最大飞行时间 (秒)
MaxFlightDistance = 8000.0 # 最大飞行距离 (米)
MaxAcceleration = 100.0 # 最大加速度 (米/秒^2)
ProportionalNavigationCoefficient = 4.0 # 比例导引系数
LaunchAcceleration = 100.0 # 发射加速度 (米/秒^2)
MaxEngineBurnTime = 3.0 # 最大发动机燃烧时间 (秒)
CruiseTime = 2.5 # 巡航时间 (秒)
Mass = 28.0 # 质量 (千克)
ExplosionRadius = 5.0 # 爆炸半径 (米)
HitProbability = 0.9 # 命中概率
SelfDestructHeight = 0.0 # 自毁高度 (米)
CruiseAttackAngle = 5.0 # 巡航阶段攻角 (度)
GuidanceSeekingAngle = 15.0 # 制导阶段导引头下视角 (度)
InfraredRadiationIntensity = 96.0 # 红外辐射强度 (瓦特/球面度)
UltravioletRadiationIntensity = 100.0 # 紫外辐射强度 (瓦特/球面度)
[MillimeterWaveGuidanceConfig]
MaxDetectionRange = 5000.0 # 最大探测距离 (米)
FieldOfViewAngle = 30.0 # 视场角 (度) - 扩大搜索范围提高目标捕获率
TargetRecognitionProbability = 0.95 # 目标识别概率
WaveFrequency = 9.4e10 # 波频率 (赫兹, JSON中为94e9)
PulseDuration = 1.0e-6 # 脉冲持续时间 (秒)
SearchBeamWidth = 5.0 # 搜索波束宽度 (度)
TrackBeamWidth = 3.0 # 跟踪波束宽度 (度)
LockBeamWidth = 2.0 # 锁定波束宽度 (度)
ScanAngularSpeedDeg = 150.0 # 扫描角速度 (度/秒) - 适中速度平衡精度和效率
SpiralTightness = 1.2 # 螺旋扫描紧密度系数 - 提高覆盖密度
SpiralTurns = 2 # 螺旋扫描圈数 - 减少圈数提高效率
RecognitionSNRThreshold = -25.0 # 识别信噪比阈值 (分贝)
LockSNRThreshold = -15.0 # 锁定信噪比阈值 (分贝) - 放宽阈值提高稳定性
TargetLostTolerance = 0.8 # 目标丢失容忍时间 (秒) - 增加稳定性
LockConfirmationTime = 0.2 # 锁定确认时间 (秒) - 快速响应
PulseRepetitionFrequency = 1.0e-4 # 脉冲重复频率 (秒)
TransmitPower = 0.3 # 发射功率 (瓦特)
DopplerVelocityResolution = 1.0 # 多普勒速度分辨率 (米/秒)
MaxMeasurableVelocity = 1000.0 # 最大可测量速度 (米/秒)
AntennaGainDB = 23.0 # 天线增益 (分贝)
NoiseFigureDB = 7.0 # 噪声系数 (分贝)
SystemLossDB = 6.0 # 系统损耗 (分贝)
MonopulseSensitivity = 0.1 # 单脉冲灵敏度系数 - 优化测角精度
YawControlEffectiveness = 120.0 # 偏航控制有效性 (度/秒^2 或类似单位)
PitchControlEffectiveness = 150.0 # 俯仰控制有效性 (度/秒^2 或类似单位)
JammingResistanceThreshold = 1.0e-5 # 干扰抗性阈值 (瓦特)