Niquist velocity class.
More...
#include <radarlib/formula.hpp>
|
static double | calculate (long prf, double waveLength_meters) |
| Calculate nyquist velocity (meters/seconds) using PRF and wavelength. More...
|
|
static double | calculate (long lowPRF, long highPRF, double waveLength_meters) |
| Calculate nyquist velocity (meters/seconds) using dual PRF values and wavelength. More...
|
|
Niquist velocity class.
This class provide functions to calculate/convert a nyquist velocity
◆ calculate() [1/2]
static double Radar::NyquistVelocity::calculate |
( |
long |
prf, |
|
|
double |
waveLength_meters |
|
) |
| |
|
static |
Calculate nyquist velocity (meters/seconds) using PRF and wavelength.
- Parameters
-
prf | Pulse Repetition Frequency expressed as integer number of pulses per second |
waveLength_meters | Wave length expressed in meters |
◆ calculate() [2/2]
static double Radar::NyquistVelocity::calculate |
( |
long |
lowPRF, |
|
|
long |
highPRF, |
|
|
double |
waveLength_meters |
|
) |
| |
|
static |
Calculate nyquist velocity (meters/seconds) using dual PRF values and wavelength.
- Parameters
-
lowPRF | Pulse Repetition Frequency expressed as integer number of pulses per second |
highPRF | Pulse Repetition Frequency expressed as integer number of pulses per second |
waveLength_meters | Wave length expressed in meters |
The documentation for this class was generated from the following file: