Skip to content

Commit

Permalink
Update threeGPPMultipathGenerator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anavidgar authored Nov 13, 2023
1 parent 461240d commit 8f5939e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threeGPPMultipathGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,8 @@ def displaceMultipathChannel(self, dataframe, deltaTxPos, deltaRxPos, deltaPos,


############################AOD#####################3
deltaNRxPos = deltaRxPos - deltaTxPos
deltaNTxPos = deltaTxPos - deltaRxPos
deltaNTxPos = deltaRxPos - deltaTxPos
deltaNRxPos = deltaTxPos - deltaRxPos

phiAoD = np.array([[-np.sin(aod)],
[np.cos(aod)],
Expand Down

0 comments on commit 8f5939e

Please sign in to comment.