Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scivision/tincanradar
Utilities for designing, building, and using a $35 Tin Can Radar, from the original 2006 prototype
https://github.com/scivision/tincanradar
antenna f2py fortran geoscience matlab python radar
Last synced: 14 days ago
JSON representation
Utilities for designing, building, and using a $35 Tin Can Radar, from the original 2006 prototype
- Host: GitHub
- URL: https://github.com/scivision/tincanradar
- Owner: scivision
- License: apache-2.0
- Created: 2016-01-06T06:07:56.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T17:20:41.000Z (10 months ago)
- Last Synced: 2024-09-30T20:08:56.100Z (about 1 month ago)
- Topics: antenna, f2py, fortran, geoscience, matlab, python, radar
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tin Can Radar
Utilities for designing, building, and using a $35 Tin Can Radar, from the original 2006 prototype designed and built by Michael Hirsch and advised by Greg Charvat.
We include utilities for designing the Wilkenson power divider used to siphon off a sample of the transmit waveform for the homodyne receiver.
We include design equations for using coffee cans for antennas, as well as the more broadband Linear Tapered Slot Antenna.If you need something more, start an issue or send a message.
* FS2dBm.py Convert field strength in dBuV/m or uV/m to 50 ohm dBm
* ToneFinder.py Simulate noisy sinusoids from target returns
* Friis.py Compute Free Space Path Loss (dB)## Forward Model
A forward model of linear/non-linear FMCW chirp is provided in Python using an optional Fortran library for speed.
## Install
```sh
pip install -e .
```Old scripts of some duplicity and perhaps not full correctness are in
the matlab directory.Fortran code:
```sh
cmake -B buildcmake --build build
```