Changes between Version 14 and Version 15 of Other/Summer/2024/pMA


Ignore:
Timestamp:
Jul 3, 2024, 6:32:02 PM (4 days ago)
Author:
dylanturnerfly
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2024/pMA

    v14 v15  
    6262     - Created custom python blocks to interact with OFDM Carrier Allocator Block:
    6363            - Prints its output in a readable format.
    64             - Multiplies specified carriers 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.
    6666     - 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.
    6768
    6869**Week 5 (6/24 - 6/27)**
     
    7071[https://docs.google.com/presentation/d/1-oUjhQxZfLdUxi4N1LeEIhOXTh5NGL9K/edit#slide=id.p1 Week 5 Presentation]
    7172
    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)**
    7379
    7480[https://docs.google.com/presentation/d/1-oUjhQxZfLdUxi4N1LeEIhOXTh5NGL9K/edit#slide=id.p1 Week 6 Presentation]
    7581           
     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     -
    7692
    7793
     
    8298
    8399
    84 
    85