https://github.com/scivision/bistatic-radar-sea-reflectivity
NRL model of bistatic sea surface radar reflectivity (2014) by Mital & Gregers-Hansen
https://github.com/scivision/bistatic-radar-sea-reflectivity
matlab oct2py python radar radar-clutter
Last synced: 7 months ago
JSON representation
NRL model of bistatic sea surface radar reflectivity (2014) by Mital & Gregers-Hansen
- Host: GitHub
- URL: https://github.com/scivision/bistatic-radar-sea-reflectivity
- Owner: scivision
- License: mit
- Created: 2017-12-25T09:40:45.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T15:43:01.000Z (10 months ago)
- Last Synced: 2025-04-12T08:12:17.047Z (7 months ago)
- Topics: matlab, oct2py, python, radar, radar-clutter
- Language: MATLAB
- Homepage:
- Size: 3.04 MB
- Stars: 21
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matlab Bistatic Sea Reflectivity model
[Original NRL Paper](./a610697.pdf) by Rashmi Mital and Vilhelm Gregers-Hansen
Matlab NRL model of bistatic sea surface radar reflectivity for
hot clutter modeling.
No Matlab toolboxes are used.
Run self-test if desired:
```matlab
buildtool test
```
variable | description
-------------|--------------------------------------------------
hT | transmitter height above ground (meters)
hR | receiver height above ground (meters)
thetad | horizon elevation angle to transmitter (degrees)
D | Distance between the RX and TX antennas (meters)
xPatch | x-coordinate of the surface patch (meters)
yPatch | y-coordinate of the surface patch (meters)
R1 | Path Length from RX to surface patch (meters)
R2 | Path Length from RX to surface patch (meters)
Rd | Direct path length between RX and TX (meters)
grazRx:γr | Grazing angle from receiver (degrees)
grazTx:γt | Grazing angle from transmitter (degrees)