Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulo-d2000/phasedarray
Python - Phased Array sim.
https://github.com/paulo-d2000/phasedarray
Last synced: 10 days ago
JSON representation
Python - Phased Array sim.
- Host: GitHub
- URL: https://github.com/paulo-d2000/phasedarray
- Owner: Paulo-D2000
- Created: 2021-11-13T20:03:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T20:25:25.000Z (about 3 years ago)
- Last Synced: 2024-11-14T06:32:36.922Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phasedarray
Python - Phased Array sim.![image](https://user-images.githubusercontent.com/58897843/141658053-4b2cb75f-d344-4d3c-9eaa-75fd925bad3d.png)
example:
# Cria um solver com 8 antenas, 1.79 GHz, grade 20x20
fdtd = Solver(8, 1.7e9, 20, 20)# main loop
#for i in range(0,360,1):
#fdtd.setAngle(i)
#fdtd.Simulate()
#fdtd.Plot()
#if(i%16==0):
#print(int(i/360*100),"% done.")