Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 251 Bytes

rnsic-passive-filter

Python script to calculate passive filter to the AC side of a rectifier, based on Chen Z. and Luo Y. approach.

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 main.py
deactivate