Changes between Version 5 and Version 6 of Other/Summer/2024/pMA
- Timestamp:
- Jun 26, 2024, 6:34:56 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/pMA
v5 v6 37 37 - We modified the saving script to accept a second set of vectors as input which will multiply the OFDM carrier allocation output. 38 38 39 Week 4 (6/17 - 6/20) 40 - Created custom python blocks to interact with OFDM Carrier Allocator Block: 41 - Prints its output in a readable format. 42 - Multiplies specified carriers by precoded vector. 43 - Studied the math that goes into Symbol Precoding. 44 - Began implementing these functions using Python so we can complete our system and begin testing. 45 46 47 39 48 40 49 … … 42 51 43 52 53 54 55 56 57