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.
- Host: GitHub
- URL: https://github.com/farzinkh/lna
- Owner: Farzinkh
- Created: 2022-09-15T19:56:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T07:55:39.000Z (over 3 years ago)
- Last Synced: 2025-02-28T20:43:24.644Z (about 1 year ago)
- Topics: amplifier, lna, schematic
- Language: Jupyter Notebook
- Homepage:
- Size: 1.55 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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





# Requirements
```
numpy
matplotlib
scipy
plotly
scikit-rf
schemdraw
```