5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
nr-test-subband.cc File Reference

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>
+ Include dependency graph for nr-test-subband.cc:

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
 

Detailed Description

Unit testing for sub-band downsampling and upsampling.

Definition in file nr-test-subband.cc.

Function Documentation

◆ GetNumSbsAndLastSbInfo()

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.

◆ GetSubbandTestCaseName()

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.

Variable Documentation

◆ g_TestSubband

TestSubband ns3::g_TestSubband
static

Definition at line 332 of file nr-test-subband.cc.