Test case to unit test satellite C/N0 estimator with mode MINIMUM. More...
Public Member Functions | |
| SatBasicEstimatorMinTestCase () | |
| virtual | ~SatBasicEstimatorMinTestCase () |
| Public Member Functions inherited from SatEstimatorBaseTestCase | |
| SatEstimatorBaseTestCase () | |
| SatEstimatorBaseTestCase (std::string info) | |
| virtual | ~SatEstimatorBaseTestCase () |
| void | AddSample (double cno) |
| void | CreateEstimator (SatCnoEstimator::EstimationMode_t mode, Time window) |
| void | GetCnoEstimation () |
Protected Member Functions | |
| virtual void | DoRun (void) |
Additional Inherited Members | |
| Protected Attributes inherited from SatEstimatorBaseTestCase | |
| std::vector< double > | m_cnoEstimations |
| Ptr< SatCnoEstimator > | m_estimator |
Test case to unit test satellite C/N0 estimator with mode MINIMUM.
This case tests that SatBasicCnoEstimator can be created in mode MINIMUM and C/N0 is estimated correctly in set window.
Expected result: Returned C/N0 estimation must be the minimum value of samples in window.
C/N0 estimation must be NAN, if no samples are got during time window.
Definition at line 237 of file satellite-cno-estimator-test.cc.
|
inline |
Definition at line 240 of file satellite-cno-estimator-test.cc.
References SatEstimatorBaseTestCase::SatEstimatorBaseTestCase().
|
inlinevirtual |
Definition at line 245 of file satellite-cno-estimator-test.cc.
|
protectedvirtual |
Implements SatEstimatorBaseTestCase.
Definition at line 254 of file satellite-cno-estimator-test.cc.
References SatEstimatorBaseTestCase::AddSample(), SatEstimatorBaseTestCase::CreateEstimator(), SatEstimatorBaseTestCase::GetCnoEstimation(), ns3::SatEnvVariables::GetInstance(), SatEstimatorBaseTestCase::m_cnoEstimations, and ns3::SatCnoEstimator::MINIMUM.