圖片索引 Figure Index
本站的圖分兩種:(a) 我們用 Python 生成的圖(全部是教學用 toy/conceptual model, 非 transistor-level),與 (b) 我們引用的論文 PDF 內的圖。這頁把每一張都建檔, 讓你能從圖反查到「哪個 script、哪個 function、什麼參數、背後是哪條公式、出自哪篇論文」。
怎麼讀這張表:
- Toy? = 是否為教學用簡化模型(非 transistor-level)。
- Redrawn? = 是否直接從論文 figure 重畫(本站生成圖一律重新模擬而非描圖,故多為 No)。
- Verify? =
manual_verification_needed,標 ⚠️ 者其常數/對照仍需人工確認。- 一鍵重跑全部:
python scripts/run_all_sims.py(輸出到static/figures/)。 資料取自extracted/extracted_figures.json。
(a) 生成圖(14 張)
| Figure | Generated By (script / function) | Formula Behind It | Source | Teaching Message | Toy? | Redrawn? | Verify? |
|---|---|---|---|---|---|---|---|
limit_cycle_phase_amplitude.png | simulations/lab_01_sinusoidal_oscillator.py / fig_limit_cycle(params: f0=1.0, fs=4000, mu=0.6, start=(1.7,0)) | 2-D state model ;切向=相位、徑向=振幅 | [P1] Fig. 4(c)(limit cycle、peak vs ZC 注入) | 相位=切向(持續)、振幅=徑向(被拉回) | Yes | No | No |
waveform_with_impulse_markers.png | lab_01_sinusoidal_oscillator.py / fig_impulse_markers(f0=1.0, amp=1.0) | ;peak 處 、ZC 處 |