Metadata-Version: 2.1
Name: passive-auto-design
Version: 0.1.4
Summary: Tools for fast prototyping of radio-frequence passive components
Home-page: https://github.com/Patarimi/PassiveAutoDesign
Author: Patarimi
Author-email: mpqqch@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# PassiveAutoDesign [WIP] [![Build Status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva/branch/master?svg=true)](https://ci.appveyor.com/project/Patarimi/passiveautodesign) [![Requirements Status](https://requires.io/github/Patarimi/PassiveAutoDesign/requirements.svg?branch=master)](https://requires.io/github/Patarimi/PassiveAutoDesign/requirements/?branch=master) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Patarimi/PassiveAutoDesign.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Patarimi/PassiveAutoDesign/context:python)[![Coverage Status](https://coveralls.io/repos/github/Patarimi/PassiveAutoDesign/badge.svg?branch=master)](https://coveralls.io/github/Patarimi/PassiveAutoDesign?branch=master)
Python Script for Fast Design of RF-Passive Components.\
This script is in an early stage of development. Tested on Windows and Linux.

Getting started
----
The library required are scikit-rf, numpy, scipy, yaml and matplotlib (for plotting results). The required versions can be find in _requirements.txt_.\
Install the library using
```
pip install passive-auto-design
```
Examples are given in the _examples_ directory.\
A demo is given [here](https://rf-design-helper-web.herokuapp.com/)

Package Structure
----
The Package is composed of five modules:

- The _substrate.py_ file which describes the substrate used (or Back End Of Line).
- The _components_ directory which contains RF-components to be implemented in a susbtrate (Waveguides, Transformers, Coupler...). It also enables rough geometry design/estimation from given rf specifications.
- _special.py_ which contains physical constants and special functions (dB, NmtodBcm, ...)


