Skip to content

Commit

Permalink
[software] License added.
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdollahpo committed Jan 29, 2025
1 parent db2b45f commit 6d3c6ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 4 additions & 4 deletions software/PHY_emulator/MMSE_BER.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

# Copyright 2022 ETH Zurich and University of Bologna.
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51

# Runs and end to end MIMO transmission with HW in the loop.
# Author: Mahdi Abdollahpour, University of Bologna
Expand Down Expand Up @@ -534,6 +536,4 @@ def main():


if __name__ == "__main__":
main()


main()
12 changes: 4 additions & 8 deletions software/PHY_emulator/ene2end_mimo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

# Copyright 2022 ETH Zurich and University of Bologna.
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51

# Simulates end to end MIMO transmission.
# Author: Mahdi Abdollahpour, University of Bologna
Expand Down Expand Up @@ -569,10 +571,4 @@ def call(self, batch_size, ebno_db, min_ut_velocity=0.0, max_ut_velocity=0.0):
no = tf.cast(no,self.m_dtype_real)
no_db = 10*tf.math.log(no)/tf.math.log(tf.constant(10.0,self.m_dtype_real))

return b, b_hat, x_data, x_hat, y_dt, h_dt_desired, s, no_eff, num_symbols, no_db






return b, b_hat, x_data, x_hat, y_dt, h_dt_desired, s, no_eff, num_symbols, no_db

0 comments on commit 6d3c6ad

Please sign in to comment.