gc1905
Results
2
issues of
gc1905
Implementation of `sionna.phy.utils.matrix_pinv` is limited to the left pseudo-inverse only. Attempt to calculate the right pseudo-inverse (i.e., pseudo inverse of rectangular matrix with linearly independent rows) leads to incorrect result....
There is an inconsistency in interpretation of the noise variance parameter among different classes. Please consider the following code example: ```python import sionna import tensorflow as tf import matplotlib.pyplot as...