A Discrete-Event Network Simulator
API
ThreeGppChannelMatrixComputationTest Class Reference

Test case for the ThreeGppChannelModel class. More...

+ Inheritance diagram for ThreeGppChannelMatrixComputationTest:
+ Collaboration diagram for ThreeGppChannelMatrixComputationTest:

Public Member Functions

 ThreeGppChannelMatrixComputationTest ()
 Constructor. More...
 
virtual ~ThreeGppChannelMatrixComputationTest ()
 Destructor. More...
 
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()
 Destructor. More...
 
std::string GetName (void) const
 

Private Member Functions

void DoComputeNorm (Ptr< ThreeGppChannelModel > channelModel, Ptr< MobilityModel > txMob, Ptr< MobilityModel > rxMob, Ptr< PhasedArrayModel > txAntenna, Ptr< PhasedArrayModel > rxAntenna)
 Compute the Frobenius norm of the channel matrix and stores it in m_normVector. More...
 
virtual void DoRun (void)
 Build the test scenario. More...
 

Private Attributes

std::vector< double > m_normVector
 each element is the norm of a channel realization More...
 

Additional Inherited Members

- Public Types inherited from ns3::TestCase
enum  TestDuration { QUICK = 1, EXTENSIVE = 2, TAKES_FOREVER = 3 }
 How long the test takes to execute. More...
 
- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
 Constructor. More...
 
void AddTestCase (TestCase *testCase, TestDuration duration=QUICK)
 Add an individual child TestCase to this test suite. More...
 
TestCaseGetParent () const
 Get the parent of this TestCsse. More...
 
bool IsStatusFailure (void) const
 Check if any tests failed. More...
 
bool IsStatusSuccess (void) const
 Check if all tests passed. More...
 
void SetDataDir (std::string directory)
 Set the data directory where reference trace files can be found. More...
 
void ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line)
 Log the failure of this TestCase. More...
 
bool MustAssertOnFailure (void) const
 Check if this run should assert on failure. More...
 
bool MustContinueOnFailure (void) const
 Check if this run should continue on failure. More...
 
std::string CreateDataDirFilename (std::string filename)
 Construct the full path to a file in the data directory. More...
 
std::string CreateTempDirFilename (std::string filename)
 Construct the full path to a file in a temporary directory. More...
 

Detailed Description

Test case for the ThreeGppChannelModel class.

1) check if the channel matrix has the correct dimensions 2) check if the channel matrix is correctly normalized

Definition at line 48 of file three-gpp-channel-test-suite.cc.

Constructor & Destructor Documentation

◆ ThreeGppChannelMatrixComputationTest()

ThreeGppChannelMatrixComputationTest::ThreeGppChannelMatrixComputationTest ( )

Constructor.

Definition at line 80 of file three-gpp-channel-test-suite.cc.

◆ ~ThreeGppChannelMatrixComputationTest()

ThreeGppChannelMatrixComputationTest::~ThreeGppChannelMatrixComputationTest ( )
virtual

Destructor.

Definition at line 85 of file three-gpp-channel-test-suite.cc.

Member Function Documentation

◆ DoComputeNorm()

void ThreeGppChannelMatrixComputationTest::DoComputeNorm ( Ptr< ThreeGppChannelModel channelModel,
Ptr< MobilityModel txMob,
Ptr< MobilityModel rxMob,
Ptr< PhasedArrayModel txAntenna,
Ptr< PhasedArrayModel rxAntenna 
)
private

Compute the Frobenius norm of the channel matrix and stores it in m_normVector.

Parameters
channelModelthe ThreeGppChannelModel object used to generate the channel matrix
txMobthe mobility model of the first node
rxMobthe mobility model of the second node
txAntennathe antenna object associated to the first node
rxAntennathe antenna object associated to the second node

Definition at line 90 of file three-gpp-channel-test-suite.cc.

References ns3::ThreeGppChannelModel::GetChannel(), ns3::PhasedArrayModel::GetNumberOfElements(), ns3::MatrixBasedChannelModel::ChannelMatrix::m_channel, and m_normVector.

Referenced by DoRun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DoRun()

void ThreeGppChannelMatrixComputationTest::DoRun ( void  )
privatevirtual

Member Data Documentation

◆ m_normVector

std::vector<double> ThreeGppChannelMatrixComputationTest::m_normVector
private

each element is the norm of a channel realization

Definition at line 77 of file three-gpp-channel-test-suite.cc.

Referenced by DoComputeNorm(), and DoRun().


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