Changes between Version 4 and Version 5 of Other/Summer/2024/pMA
- Timestamp:
- Jun 17, 2024, 7:51:28 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/pMA
v4 v5 16 16 - We began reading the research paper our project is based on, which details the fundamental aspects of our topic. 17 17 - We met with our mentor and began discussing topics in depth in regards to metamaterial antennas. 18 - We learned how to use Orbit and the command line arguments in order to connect t he node along with turning it on and off.18 - We learned how to use Orbit and the command line arguments in order to connect to the node along with turning it on and off. 19 19 20 20 Week 2 (6/3 - 6/6) … … 22 22 - We watched an Introduction to Linux presentation. 23 23 - We downloaded GNU Radio on our local devices. 24 - We experimented with creating basic flow graphs.24 - We experimented with creating basic flow graphs. 25 25 - We completed a tutorial with our mentor involving Sandbox 2, transmitting and receiving OFDM signals from two Software Defined Radios 26 26 (SDR). … … 29 29 - We began looking into source code for the OFDM transmitter block that required modification. 30 30 - We learned how to output to file sink using GNURadio. 31 - We researched related topics as we came across them in the flow graph, such as Cyclic Redundancy Check (CRC) which is essentially an31 - We researched related topics as we came across them in the flow graph, such as Cyclic Redundancy Check (CRC) which is essentially an 32 32 error correction tool. 33 33 - We viewed outputs for each individual block as Hex or Binary data.