SystemPowerTarget {radar}R Documentation

Power intercepted by target

Description

SystemPowerTarget returns the power intercepted by target From Rinehart (1997), Eqn 4.3

Usage

SystemPowerTarget(Pt, G, Asig, r)

Arguments

Pt

Transmitted power [W]

G

Antenna gain [dB]

Asig

Area of target [m^2]

r

Distance to sample volume from radar [m]

Value

Psig

Power intecepted by target [m]

Author(s)

Jose Gama

Source

Nick Guy, 2014 PyRadarMet - Python Fundamental Calculations in Radar Meteorology https://github.com/nguy/PyRadarMet

R. E. Rinehart, 1997 Radar for Meteorologists Rinehart Publishing

References

Nick Guy, 2014 PyRadarMet - Python Fundamental Calculations in Radar Meteorology https://github.com/nguy/PyRadarMet

R. E. Rinehart, 1997 Radar for Meteorologists Rinehart Publishing


[Package radar version 1.0.0 Index]