Skip to content
Farzin edited this page Jan 16, 2021 · 13 revisions

Schematic maker for LC,RC & RLC electronic filters

please install Anaconda and download program V1.0 master and extract it wherever you want and cd FilterProject then choose one of this sequence to set your environment:

first : use prebuild environmrnt and clone filterproject.yml as your environment.

conda env create --name <envname> -f filterproject.yml

second :create new environment by this command

conda create --name <envname> --file requirements.txt python=3.7

and run program by python Filtermaker.py

if you are interested in this project and want to do any changes or development or debuging please feel free to use it. last verion : V1.0 master good luck

TO DO:

p(s)*p(-s) needs to be completed it is not executive
Clone this wiki locally