From e729c5baeea2c5ec1e1849816ecbc03544f5ef25 Mon Sep 17 00:00:00 2001 From: waiwaylee Date: Wed, 2 Sep 2026 11:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E4=BF=AE=E6=94=B9FR?= =?UTF-8?q?EQ0=E5=AE=8F=E5=AE=9A=E4=B9=89=E4=B8=BA9.2GHz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: waiwaylee --- CHANGELOG.md | 1 + data_process_class_dll/parameters.h | 22 +--------------------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00c5eb..b301bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - TAS 波束控制增加数据率门控:`Beam_Ctrl()` 仅在队首目标航迹时间 `T_track` 与最新时间戳 `latest_timestamp` 的差值大于 `1 / DATA_RATE_TAS` 秒时输出 TAS 跟踪波束,使 TAS 目标数据率不再随波束时间(Beam_Ctrl 调用频率)变化;队列轮转逻辑保持不变。 - 波束门控使用 `Work_Parameter.DATA_RATE_TAS`(运行时参数)而非 `parameters.h` 中的 `DATA_RATE_TAS` 宏;参数 ≤ 0 时不做门控,保持原输出行为。 +- 参数配置中频点修改为9.2GHz,‘#define FREQ0 9.2’。 ## [1.5.5] - 2026-08-27 diff --git a/data_process_class_dll/parameters.h b/data_process_class_dll/parameters.h index 123360c..252c847 100644 --- a/data_process_class_dll/parameters.h +++ b/data_process_class_dll/parameters.h @@ -5,27 +5,7 @@ #define PI 3.1415926f //频点(GHz) -#define FREQ0 16.8 -#define FREQ1 16.8 -#define FREQ2 16.8 -#define FREQ3 16.8 -#define FREQ4 16.8 -#define FREQ5 16.8 -#define FREQ6 16.8 -#define FREQ7 16.8 -#define FREQ8 16.8 -#define FREQ9 16.8 -#define FREQ10 16.8 -#define FREQ11 16.8 -#define FREQ12 16.8 -#define FREQ13 16.8 -#define FREQ14 16.8 -#define FREQ15 16.8 -#define FREQ16 16.8 -#define FREQ17 16.8 -#define FREQ18 16.8 -#define FREQ19 16.8 -#define FREQ20 16.8 +#define FREQ0 9.2 //#define MECHANICAL_SCANNING //#define PHASE_SCANNING