Skip to content

Commit

Permalink
Adapt frequencies and bandwidths
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoughton committed Oct 19, 2019
1 parent 783d0e0 commit 4324ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1037,8 +1037,8 @@ def run_simulator(parameters, spectrum_portfolio,
(1.8, 10, '4G'),
(2.6, 10, '4G'),
(3.5, 40, '5G'),
(3.7, 25, '5G'),
(26, 100, '5G'),
(3.7, 40, '5G'),
(26, 200, '5G'),
]

ANT_TYPE = [
Expand Down

0 comments on commit 4324ae1

Please sign in to comment.