#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>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 |
|
static |
Definition at line 21 of file sionna-rt-channel-model.h.
Referenced by ns3::SionnaRtChannelModel::SetScenario().