Changes between Version 18 and Version 19 of Other/Summer/2025/Digital


Ignore:
Timestamp:
Jul 7, 2025, 5:31:26 PM (2 weeks ago)
Author:
aeg160
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2025/Digital

    v18 v19  
    5555- This week, we were able to create 2 new scenarios with new configurations of radio units and distributed units. We specifically focused on implementing 2 new forms of radio units: micro and pico. We did this in order to be able to test our configuration to see if using multiple types of RU's will allow for more energy efficiency. We also combined the existing code into a single Python file for ease of access. The new file is separated to display what each part of the code's function is, and this will also make it easier to implement these new scenarios and also tracing logic as well as debugging.
    5656
     57----
     58**Week 6**:\\
     59Slides: https://drive.google.com/file/d/15Yh1Bx7qih99vXgt3bfJWX-h1PFzZSQs/view?usp=sharing
    5760
     61Progress:
     62- Analyze network load patterns from datasets. Create new code to implement scenario 5, as introduced in previous weeks. Additional updates include: defining power range values for different RU models, modifying the power computation logic in the RU Calculator, and updating the topology generator to reflect new node identities.