How can I simulate a transmitter with multiple array panels? #127
-
How can I simulate a transmitter with multiple array panels? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @wayne-hanwei , The documentation of the channel API shows how to create a https://nvlabs.github.io/sionna/api/channel.wireless.html#sionna.channel.tr38901.PanelArray The panel spacing and antenna element spacing can be configured. The only constraint is that the panels must have the same geometry. Here is a code snippet showing how to create two 4x8 array panels:
|
Beta Was this translation helpful? Give feedback.
What you have suggested should work: Setting the scene
tx_array
to configure the geometry of a panel and instantiating different transmitters to simulate multiple panels each with its own orientation.