This repository gathers the analytical notes, interactive notebooks, plots, and reference material used to study an opposition-method test bench for two three-phase inverters.
- Read the main technical overview in
docs/overview.md. - Use
notebooks/study.ipynbfor the broader interactive study notebook. - Use
notebooks/power_dashboard.ipynbfor the trimmed interactive dashboard intended for Voilà. - Use
notebooks/inductor_sizing.ipynbanddocs/inductor_sizing.mdfor the sizing-focused analysis.
docs/: narrative documents and usage notesnotebooks/: interactive study and dashboard notebooksscripts/: supporting plotting and exploratory scriptsdata/: tabular data used by the analysisassets/images/: figures used by the markdown documentsreferences/: papers and datasheets
Install the minimum packages:
pip install voila ipywidgets matplotlibLaunch the dashboard from the repository root:
voila notebooks/power_dashboard.ipynb --theme=dark- Treat the markdown files as the primary reading path for colleagues.
- Treat the notebooks as supporting interactive material.
- Treat the PDFs as source references, not as the main entrypoint.