Weather Radar Average Power.
More...
#include <radarlib/formula.hpp>
|
| static double | calculateWatts (double peakPwr, int prf, double pulseWidth) |
| | Calculate Weather Radar Average Power.
|
| |
| static double | calculateKWatts (double peakPwr, int prf, double pulseWidth) |
| | Calculate Weather Radar Average Power.
|
| |
Weather Radar Average Power.
This class provide functions to calculate/convert a weather radar average power
◆ calculateWatts()
| static double Radar::WeatherRadarAveragePower::calculateWatts |
( |
double | peakPwr, |
|
|
int | prf, |
|
|
double | pulseWidth ) |
|
static |
Calculate Weather Radar Average Power.
- Parameters
-
| peakPwr | peak transmitter power output in Watts |
| prf | pulse repetition frequency in pulses per second |
| pulseWidth | pulse width in microseconds |
- Returns
- The average power (Watts)
◆ calculateKWatts()
| static double Radar::WeatherRadarAveragePower::calculateKWatts |
( |
double | peakPwr, |
|
|
int | prf, |
|
|
double | pulseWidth ) |
|
static |
Calculate Weather Radar Average Power.
- Parameters
-
| peakPwr | peak transmitter power output in Watts |
| prf | pulse repetition frequency in pulses per second |
| pulseWidth | pulse width in microseconds |
- Returns
- The average power (KiloWatts)
The documentation for this class was generated from the following file: