radarlib 1.4.6
Radar::NyquistVelocity Class Reference

Niquist velocity class. More...

#include <radarlib/formula.hpp>

Static Public Member Functions

static double calculate (long prf, double waveLength_meters)
 Calculate nyquist velocity (meters/seconds) using PRF and wavelength.
 
static double calculate (long lowPRF, long highPRF, double waveLength_meters)
 Calculate nyquist velocity (meters/seconds) using dual PRF values and wavelength.
 

Detailed Description

Niquist velocity class.


This class provide functions to calculate/convert a nyquist velocity

Member Function Documentation

◆ calculate() [1/2]

static double Radar::NyquistVelocity::calculate ( long prf,
double waveLength_meters )
static

Calculate nyquist velocity (meters/seconds) using PRF and wavelength.

Parameters
prfPulse Repetition Frequency expressed as integer number of pulses per second
waveLength_metersWave 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
lowPRFPulse Repetition Frequency expressed as integer number of pulses per second
highPRFPulse Repetition Frequency expressed as integer number of pulses per second
waveLength_metersWave length expressed in meters

The documentation for this class was generated from the following file: