ThreatSourceLibaray/ThreatSource/data/missiles/laser_semi_active/lsgm_001.conf

49 lines
2.2 KiB
Plaintext

// 导弹配置: 激光半主动制导导弹-001
type = "LaserSemiActiveGuidance" // 顶层类型
name { // 不同语言的名称
zh = "激光半主动制导导弹-001"
en = "Laser Semi-Active Guidance Missile-001"
}
properties { // 通用导弹属性
type = "LaserSemiActiveGuidance" // properties内部的类型标识符
maxSpeed = 800.0 // 最大速度 (m/s)
maxFlightTime = 60.0 // 最大飞行时间 (秒)
maxFlightDistance = 4000.0 // 最大飞行距离 (米)
maxAcceleration = 50.0 // 最大横向加速度 (m/s^2)
proportionalNavigationCoefficient = 2.0 // 比例导引系数
launchAcceleration = 100.0 // 初始发射加速度 (m/s^2)
maxEngineBurnTime = 0.1 // 发动机最大燃烧时间 (秒)
cruiseTime = 5.0 //巡航阶段时长 (秒)
mass = 22.0 // 导弹质量 (kg)
explosionRadius = 5.0 // 爆炸半径 (米)
hitProbability = 0.9 // 固有命中概率 (0.0 到 1.0)
selfDestructHeight = 0.0 // 离地自毁高度 (米)
laserCodeConfig { // properties内部的激光编码配置
IsCodeEnabled = true // 激光编码系统是否启用?
IsCodeMatchRequired = true // 制导是否需要匹配激光编码?
code { // 具体的激光编码详情
codeType = "PRF" // 激光编码类型 (例如 PRF)
codeValue = 1010 // 激光编码的实际值
}
}
}
laserSemiActiveGuidanceConfig { // 激光半主动制导系统配置
fieldOfViewAngle = 30.0 // 传感器视场角 (度)
lensDiameter = 0.1 // 传感器透镜直径 (米)
sensorDiameter = 0.03 // 探测器/传感器本身直径 (米)
focusedSpotDiameter = 0.006 // 传感器上聚焦激光光斑直径 (米)
reflectionCoefficient = 0.2 // 目标激光反射系数 (0.0 到 1.0)
targetReflectiveArea = 1.0 // 目标有效反射面积 (m^2)
lockThreshold = 1.0e-7 // 锁定目标的最小接收功率 (瓦特, 例如 1e-7 W)
spotOffsetSensitivity = 0.05 // 对光斑偏移的敏感度,用于制导调整
jammingResistanceThreshold = 1.0e-5 // 克服干扰所需的接收功率阈值 (瓦特, 例如 1e-5 W)
transmitterEfficiency = 0.85 // 激光指示器发射效率 (0.0 到 1.0)
receiverEfficiency = 0.8 // 导弹激光接收器效率 (0.0 到 1.0)
wavelength = 1.06 // 激光波长 (微米, μm)
}