Compare commits

..

No commits in common. "ac69e665f2427145f47a657848874966d32b6c05" and "0b09e35575b98d61c061f47463f6ce8459023186" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View File

@ -15,17 +15,14 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: https://gitee.com/actions-mirror/checkout@v4 uses: actions/checkout@v4
- name: Setup Python - name: Setup Python
uses: https://gitee.com/actions-mirror/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.11"
cache: pip cache: pip
- name: Configure pip mirror
run: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
- name: Install dependencies - name: Install dependencies
run: pip install --retries 3 -r requirements.txt run: pip install --retries 3 -r requirements.txt

View File

@ -62,6 +62,6 @@ ez-Q 2.5 FPGA平台使用系数直读模式其需要额外的存储空间来
匹配滤波器系数存储结构如下图所示。 匹配滤波器系数存储结构如下图所示。
- 匹配滤波器的I和Q数据分开存储每个比特的I、Q数据容量分别为16 KB。 - 匹配滤波器的I和Q数据分开存储每个比特的I、Q数据容量分别为16 KB。
- I路数据偏移地址为 x × 32 KBQ路数据偏移地址为 x × 32 KB + 16 KB其中 x 为 Qubit 序号,范围为 0~15。 - I路数据偏移地址为x*32KBQ路数据偏移地址为x*32KB+16 KB其中x为Qubit序号范围为0~15。
![匹配滤波器系数存储结构](../assets/readout_mtf.png) ![匹配滤波器系数存储结构](../assets/readout_mtf.png)