1 | digraph G |
---|
2 | { |
---|
3 | edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; |
---|
4 | node [fontname="FreeSans",fontsize="10",shape=record]; |
---|
5 | rankdir=LR; |
---|
6 | Node1 [label="itpp::Modulator_ND",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1Modulator__ND.html",tooltip="Base class for an N-dimensional (ND) vector (MIMO) modulator."]; |
---|
7 | Node1 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
8 | Node2 [label="itpp::Modulator_NCD",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1Modulator__NCD.html",tooltip="Base class for vector (MIMO) channel modulator/demodulators with complex valued components..."]; |
---|
9 | Node2 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
10 | Node3 [label="itpp::ND_UPSK",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1ND__UPSK.html"]; |
---|
11 | Node2 -> Node4 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
12 | Node4 [label="itpp::ND_UQAM",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1ND__UQAM.html",tooltip="Complex MIMO channel with uniform QAM per dimension."]; |
---|
13 | Node1 -> Node5 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
14 | Node5 [label="itpp::Modulator_NRD",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1Modulator__NRD.html",tooltip="Base class for N-dimensional vector (MIMO) channel modulators/demodulators with real-valued..."]; |
---|
15 | Node5 -> Node6 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
16 | Node6 [label="itpp::ND_UPAM",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1ND__UPAM.html",tooltip="Real-valued MIMO channel with uniform PAM along each dimension."]; |
---|
17 | } |
---|