-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: The Sionna Team <[email protected]> Merged-by: Guillermo Marcus <[email protected]> Co-authored-by: Jakob Hoydis <[email protected]> Co-authored-by: Fayçal Ait-Aoudia <[email protected]> Co-authored-by: Sebastian Cammerer <[email protected]> Co-authored-by: Guillermo Marcus <[email protected]> Co-authored-by: Merlin Nimier-David <[email protected]> Co-authored-by: Florian Euchner <[email protected]> Co-authored-by: Ainur Ziganshin <[email protected]>
- Loading branch information
1 parent
1438bbf
commit 0a4a22e
Showing
47 changed files
with
5,466 additions
and
374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
Reconfigurable Intelligent Surfaces (RIS) | ||
***************************************** | ||
|
||
RIS | ||
--- | ||
.. autoclass:: sionna.rt.RIS | ||
:members: | ||
:inherited-members: | ||
:exclude-members: radio_material, object_id, scene | ||
|
||
PhaseProfile | ||
------------ | ||
.. autoclass:: sionna.rt.PhaseProfile | ||
:members: | ||
:inherited-members: | ||
:exclude-members: | ||
|
||
DiscretePhaseProfile | ||
-------------------- | ||
.. autoclass:: sionna.rt.DiscretePhaseProfile | ||
:members: | ||
:inherited-members: | ||
:exclude-members: | ||
|
||
AmplitudeProfile | ||
---------------- | ||
.. autoclass:: sionna.rt.AmplitudeProfile | ||
:members: | ||
:inherited-members: | ||
:exclude-members: | ||
|
||
DiscreteAmplitudeProfile | ||
------------------------ | ||
.. autoclass:: sionna.rt.DiscreteAmplitudeProfile | ||
:members: | ||
:inherited-members: | ||
:exclude-members: | ||
|
||
ProfileInterpolator | ||
------------------- | ||
.. autoclass:: sionna.rt.ProfileInterpolator | ||
:members: | ||
:inherited-members: | ||
:exclude-members: cell_y_positions, cell_z_positions, num_rows, num_cols, values | ||
|
||
LagrangeProfileInterpolator | ||
--------------------------- | ||
.. autoclass:: sionna.rt.LagrangeProfileInterpolator | ||
:members: | ||
:inherited-members: | ||
:exclude-members: cell_y_positions, cell_z_positions, num_rows, num_cols, values | ||
|
||
CellGrid | ||
-------- | ||
.. autoclass:: sionna.rt.CellGrid | ||
:members: | ||
:inherited-members: | ||
:exclude-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.