From 2fe91f5a8b915c413d36b3fa9b1a22badf097df2 Mon Sep 17 00:00:00 2001 From: guocheng Date: Tue, 28 Jul 2026 17:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D*=E5=8F=B7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapters/04-04-acq-matched-filter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/04-04-acq-matched-filter.md b/chapters/04-04-acq-matched-filter.md index edc78ba..25d8a95 100644 --- a/chapters/04-04-acq-matched-filter.md +++ b/chapters/04-04-acq-matched-filter.md @@ -62,6 +62,6 @@ ez-Q 2.5 FPGA平台使用系数直读模式,其需要额外的存储空间来 匹配滤波器系数存储结构如下图所示。 - 匹配滤波器的I和Q数据分开存储,每个比特的I、Q数据容量分别为16 KB。 -- I路数据偏移地址为x*32KB,Q路数据偏移地址为x*32KB+16 KB,其中x为Qubit序号,范围为0~15。 +- I路数据偏移地址为 x × 32 KB,Q路数据偏移地址为 x × 32 KB + 16 KB,其中 x 为 Qubit 序号,范围为 0~15。 ![匹配滤波器系数存储结构](../assets/readout_mtf.png)