Announcing Sionna v0.16 #274
faycalaa
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ray tracing
Scene
:trace_paths()
to trace the paths andcompute_fields()
to compute the corresponding EM fieldsScene.compute_fields()
can now be executed in graph modeNaN
s in some scenarios (coverage_map occasionally outputs coverage maps with np.nan values in some pixels #201)Paths.reverse_direction
RadioMaterial
properties are not defined anymore astf.Variable
but can now be set freely by the user to be either atf.Variable
or atf.Tensor
trainable_relative_permittivity
,trainable_conductivity
,trainable_scattering_coefficient
, andtrainable_xpd_coefficient
fromRadioMaterial
Transmitter
andReceiver
position and orientation are not defined anymore astf.Variable
but can be set freely by the user to be either atf.Variable
or atf.Tensor
trainable_position
andtrainable_orientation
fromTransmitter
andReceiver
Scene.compute_paths()
andScene.compute_fields()
to disable the addition of random phases to scattered pathssimple_reflector
Blender file in API documentationScene.preview()
by switching touint8
-typed textures for coverage mapsFEC
make_systematic()
(PR fixed tracking of column swaps and also adjusted column swaps when ma… #236, contribution by @daniel-x)LDPCBPDecoder
(InvalidArgumentError: Exception encountered when calling layer 'model' (type Model). #255)MISC
tf.distribute
tosim_ber()
target_ber
,target_bler
andcallback
tosim_ber()
(PR Add min_bler and callback to sim_ber #257, contribution by @nbecker)Beta Was this translation helpful? Give feedback.
All reactions