![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
Unit testing for sub-band downsampling and upsampling. More...
#include "ns3/basic-data-calculators.h"
#include "ns3/boolean.h"
#include "ns3/config.h"
#include "ns3/double.h"
#include "ns3/flow-monitor-helper.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-flow-classifier.h"
#include "ns3/ipv4-static-routing-helper.h"
#include "ns3/mobility-helper.h"
#include "ns3/nr-amc.h"
#include "ns3/nr-channel-helper.h"
#include "ns3/nr-eps-bearer.h"
#include "ns3/nr-gnb-net-device.h"
#include "ns3/nr-helper.h"
#include "ns3/nr-pm-search-full.h"
#include "ns3/nr-point-to-point-epc-helper.h"
#include "ns3/nr-ue-net-device.h"
#include "ns3/nr-ue-phy.h"
#include "ns3/point-to-point-helper.h"
#include "ns3/test.h"
#include "ns3/udp-client-server-helper.h"
#include "ns3/uinteger.h"
#include <iostream>
#include <map>
#include <numeric>
#include <string>
Go to the source code of this file.
Functions | |
std::tuple< size_t, size_t, size_t > | ns3::GetNumSbsAndLastSbInfo (size_t prbs, size_t sbSize) |
std::string | ns3::GetSubbandTestCaseName (const std::string &testType, size_t matrixSize, size_t subbandSize, const std::string &technique, bool enforce) |
Variables | |
static TestSubband | ns3::g_TestSubband |
Unit testing for sub-band downsampling and upsampling.
Definition in file nr-test-subband.cc.
std::tuple< size_t, size_t, size_t > ns3::GetNumSbsAndLastSbInfo | ( | size_t | prbs, |
size_t | sbSize | ||
) |
Definition at line 241 of file nr-test-subband.cc.
std::string ns3::GetSubbandTestCaseName | ( | const std::string & | testType, |
size_t | matrixSize, | ||
size_t | subbandSize, | ||
const std::string & | technique, | ||
bool | enforce | ||
) |
Definition at line 43 of file nr-test-subband.cc.
|
static |
Definition at line 332 of file nr-test-subband.cc.