ChannelConsistencyMetrics structure contains the metrics that are needed to test the channel consistency. More...
Public Member Functions | |
| ChannelConsistencyMetrics | abs () const |
| Used for easier calculations of the statistics, and test conditions. | |
| ChannelConsistencyMetrics | operator+ (const ChannelConsistencyMetrics &other) const |
| Operator + for easier calculations of the other metrics (e.g., mean values). | |
| ChannelConsistencyMetrics | operator+= (const ChannelConsistencyMetrics &other) |
| Operator += for easier calculations of the other metrics (e.g., mean). | |
| ChannelConsistencyMetrics | operator/ (double iterations) const |
| Operator / used for easier calculations of the statistics, and test conditions. | |
| ChannelConsistencyMetrics | operator/= (double iterations) |
| Operator /= used for easier calculations of the statistics, and test conditions. | |
| bool | operator< (const ChannelConsistencyMetrics &other) const |
| Used for checking the channel consistency test condition. | |
Public Attributes | |
| double | channelNorm |
| the channel norm value | |
| double | thirdClusterAoa |
| the third cluster AOA | |
| double | thirdClusterDelay |
| the third cluster delay | |
| double | thirdClusterPower_dB |
| the third cluster power in dB | |
| double | thirdClusterZoa |
| the third cluster ZOA | |
ChannelConsistencyMetrics structure contains the metrics that are needed to test the channel consistency.
Definition at line 554 of file three-gpp-channel-test-suite.cc.
|
inline |
Used for easier calculations of the statistics, and test conditions.
Definition at line 627 of file three-gpp-channel-test-suite.cc.
References channelNorm, thirdClusterAoa, thirdClusterDelay, thirdClusterPower_dB, and thirdClusterZoa.
Referenced by ThreeGppChannelConsistencyTest::DoRun().
|
inline |
Operator + for easier calculations of the other metrics (e.g., mean values).
| other | the other object of ChannelConsistencyMetrics |
Definition at line 572 of file three-gpp-channel-test-suite.cc.
References channelNorm, thirdClusterAoa, thirdClusterDelay, thirdClusterPower_dB, and thirdClusterZoa.
|
inline |
Operator += for easier calculations of the other metrics (e.g., mean).
| other | the other object of the channel consistency metrics |
Definition at line 586 of file three-gpp-channel-test-suite.cc.
References channelNorm, thirdClusterAoa, thirdClusterDelay, thirdClusterPower_dB, and thirdClusterZoa.
|
inline |
Operator / used for easier calculations of the statistics, and test conditions.
| iterations | The value with which will be divided each metric. |
Definition at line 601 of file three-gpp-channel-test-suite.cc.
References result.
|
inline |
Operator /= used for easier calculations of the statistics, and test conditions.
| iterations | The value with which will be divided each metric. |
Definition at line 617 of file three-gpp-channel-test-suite.cc.
|
inline |
Used for checking the channel consistency test condition.
| other | the values of the object containing the set of consistency metric |
Definition at line 642 of file three-gpp-channel-test-suite.cc.
References channelNorm, thirdClusterAoa, thirdClusterDelay, thirdClusterPower_dB, and thirdClusterZoa.
| double ThreeGppChannelConsistencyTest::ChannelConsistencyMetrics::channelNorm |
the channel norm value
Definition at line 557 of file three-gpp-channel-test-suite.cc.
Referenced by abs(), ThreeGppChannelConsistencyTest::ComputeDeltas(), operator+(), operator+=(), and operator<().
| double ThreeGppChannelConsistencyTest::ChannelConsistencyMetrics::thirdClusterAoa |
the third cluster AOA
Definition at line 563 of file three-gpp-channel-test-suite.cc.
Referenced by abs(), ThreeGppChannelConsistencyTest::ComputeDeltas(), operator+(), operator+=(), and operator<().
| double ThreeGppChannelConsistencyTest::ChannelConsistencyMetrics::thirdClusterDelay |
the third cluster delay
Definition at line 561 of file three-gpp-channel-test-suite.cc.
Referenced by abs(), ThreeGppChannelConsistencyTest::ComputeDeltas(), operator+(), operator+=(), and operator<().
| double ThreeGppChannelConsistencyTest::ChannelConsistencyMetrics::thirdClusterPower_dB |
the third cluster power in dB
Definition at line 559 of file three-gpp-channel-test-suite.cc.
Referenced by abs(), ThreeGppChannelConsistencyTest::ComputeDeltas(), operator+(), operator+=(), and operator<().
| double ThreeGppChannelConsistencyTest::ChannelConsistencyMetrics::thirdClusterZoa |
the third cluster ZOA
Definition at line 565 of file three-gpp-channel-test-suite.cc.
Referenced by abs(), ThreeGppChannelConsistencyTest::ComputeDeltas(), operator+(), operator+=(), and operator<().