A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
sionna-rt-channel-model.h File Reference
#include "matrix-based-channel-model.h"
#include "ns3/angles.h"
#include "ns3/antenna-model.h"
#include "ns3/boolean.h"
#include "ns3/vector.h"
#include <complex.h>
#include <pybind11/embed.h>
#include <pybind11/numpy.h>
#include <unordered_map>
Include dependency graph for sionna-rt-channel-model.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ns3::SionnaRtChannelModel::RtPathSolverConfig
 Configuration for the Sionna RT PathSolver. More...
struct  ns3::SionnaRtChannelModel::RtSceneConfig
 Scene high-level configuration. More...
class  ns3::SionnaRtChannelModel
 High-level interface for generating MIMO channel matrices using Sionna RT. More...
struct  ns3::SionnaRtChannelModel::SionnaRtChannelParams
 ChannelParams extension to carry Sionna-specific metadata. More...

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.

Variables

static const std::set< std::string > builtInSceneSionna

Variable Documentation

◆ builtInSceneSionna

const std::set<std::string> builtInSceneSionna
static
Initial value:
= {"box",
"box_one_screen",
"box_two_screens",
"double_reflector",
"triple_reflector",
"simple_wedge",
"etoile",
"floor_wall",
"florence",
"munich",
"san_francisco",
"simple_street_canyon",
"simple_street_canyon_with_cars",
"simple_reflector",
"street_4b"}

Definition at line 21 of file sionna-rt-channel-model.h.

Referenced by ns3::SionnaRtChannelModel::SetScenario().