Changes between Version 14 and Version 15 of Other/Summer/2024/pMA
- Timestamp:
- Jul 3, 2024, 6:32:02 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/pMA
v14 v15 62 62 - Created custom python blocks to interact with OFDM Carrier Allocator Block: 63 63 - Prints its output in a readable format. 64 - Multiplies specifiedcarriers by precoded vector.65 - Studied the math that goes into Symbol Precoding .64 - Multiplies *specified* carriers by precoded vector. 65 - Studied the math that goes into Symbol Precoding vector calculation. 66 66 - Began implementing these functions using Python so we can complete our system and begin testing. 67 - After finishing the Precoding Calculation functionality we brought it into GNU Radio as a custom block and fixed many bugs. 67 68 68 69 **Week 5 (6/24 - 6/27)** … … 70 71 [https://docs.google.com/presentation/d/1-oUjhQxZfLdUxi4N1LeEIhOXTh5NGL9K/edit#slide=id.p1 Week 5 Presentation] 71 72 72 **Week 6 (7/1 - 7/03)** 73 - Spent many hours comparing output of Hari's matlab code with our new GNU Radio block's output to ensure correct precoding calculations. 74 - Created an Emulator block for testing which would simulate the effects of the antenna on our signal digitally. 75 - Created a Power Control block to ensure that we do not supply a dangerous voltage to our Metamaterial Antenna when we begin real world 76 experiments. 77 78 **Week 6 (7/1 - 7/3)** 73 79 74 80 [https://docs.google.com/presentation/d/1-oUjhQxZfLdUxi4N1LeEIhOXTh5NGL9K/edit#slide=id.p1 Week 6 Presentation] 75 81 82 - Modified our custom Python blocks to ensure consistent processing of chunks. This was an issue as a couple of the blocks were processing 83 more data than needed at once, causing downstream blocks to halt unnecessarily. 84 - Hari informed us that our method of utilizing sync words might have been misguided, and we reorganized our flowgraph to reflect 85 these changes. This involved removing sync words from our precoding vector calculations and prepending them to the output. 86 - Researched the Sychmidl and Cox synchronization method. 87 88 89 **Week 7 (7/8 - 7/11)** 90 91 - 76 92 77 93 … … 82 98 83 99 84 85