|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Chi-square distributed RCS model. More...
#include "target.h"
Inheritance diagram for radar::RcsChiSquare:
Collaboration diagram for radar::RcsChiSquare:Public Member Functions | |
| RcsChiSquare (std::mt19937 &rngEngine, RealType k) | |
| Constructs an RcsChiSquare model. | |
| RealType | getK () const noexcept |
| Gets the 'k' parameter (degrees of freedom) of the distribution. | |
| RealType | sampleModel () override |
| Samples the chi-square RCS model. | |
|
explicit |
Constructs an RcsChiSquare model.
| rngEngine | The random number engine to use. |
| k | The degrees of freedom for the chi-square distribution. |
Definition at line 89 of file target.h.
|
noexcept |
|
overridevirtual |
Samples the chi-square RCS model.
Implements radar::RcsModel.
Definition at line 105 of file target.h.