Changes between Version 27 and Version 28 of Other/Summer/2024/pMA


Ignore:
Timestamp:
Jul 11, 2024, 4:02:33 PM (5 days ago)
Author:
dylanturnerfly
Comment:

Legend:

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

    v27 v28  
    9999**Week 7 (7/8 - 7/11)**
    100100
    101      -
     101[https://docs.google.com/presentation/d/1JzMc4aCOFDSt0gVXhohlTJDpxsglwNm2/edit#slide=id.p4 Week 7 Presentation]
     102
     103     - Found a solution that allowed us to create blocks with different length inputs and outputs. In this case, our Prepend Sync Words block
     104       needed to take in 9 payload vectors, concatenate 2 sync words and output those 11 vectors. (Surprisingly challenging)
     105     - Major refactoring of our custom blocks to ensure consistency and efficiency.
     106     - Dynamically update matrix size depending on transmission content.
     107     - Calculated a packet length to ensure fully utilized carriers in each transmission.
     108     - Figured out a way to use GNURadio on MacOS, which is much quicker than using a Windows virtual machine.
     109
     110[[Image(prepend.png, 500px)]]
    102111
    103112== **References**