An open API service indexing awesome lists of open source software.

https://github.com/farzinkh/lna

Designing an ultra low-noise amplifier by python.
https://github.com/farzinkh/lna

amplifier lna schematic

Last synced: 10 months ago
JSON representation

Designing an ultra low-noise amplifier by python.

Awesome Lists containing this project

README

          

# LNA
Designing an ultra Low-noise amplifier by python.
## About
[ATF-36077](atf36077.pdf) Pseudomorphic HEMT transistor is used in this project to design the LNA at 8 Ghz using S parameters from Touchstone file.

[show code](code.ipynb)
## Screanshots
![Screenshot](images/index.png)
![Screenshot](images/index2.png)
![Screenshot](images/index3.png)
![Screenshot](images/index4.png)

![Screenshot](images/index5.png)
# Requirements
```
numpy
matplotlib
scipy
plotly
scikit-rf
schemdraw
```