Changes between Version 10 and Version 11 of Other/Summer/2024/pMA
- Timestamp:
- Jul 3, 2024, 5:43:12 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/pMA
v10 v11 1 == Programmable Metamaterial Antenna For Physical Layer Security1 == **Programmable Metamaterial Antenna For Physical Layer Security** 2 2 3 Members:Dylan Turner, Prachi Patel3 **Members:** Dylan Turner, Prachi Patel 4 4 5 Project Advisors and Mentors:Narayan Mandayam, ____ Wu, Hariharan Venkat5 **Project Advisors and Mentors:** Narayan Mandayam, ____ Wu, Hariharan Venkat 6 6 7 == PROJECT OVERVIEW7 == **PROJECT OVERVIEW** 8 8 9 9 With the advent of the Internet of Things (IoT) revolution, there is an increasing need to develop low-cost physical layer security protocols for devices. This will reduce the computational power that is required and propagate energy savings to potentially tens of billions of IoT devices. This project proposes a computationally simpler solution that uses Metamaterial antenna arrays that scramble the signal for eavesdroppers from undesired directions. This is called Directional Modulation. … … 18 18 [[Image(symbol_precoding.png, 500px)]] 19 19 20 **Technologies:** GNU Radio, 20 21 21 == PROGRESS LOG22 22 23 Week 1 (5/28 - 5/30) 23 == **PROGRESS LOG** 24 25 **Week 1 (5/28 - 5/30)** 24 26 - We began reading the research paper our project is based on, which details the fundamental aspects of our topic. 25 27 - We met with our mentor and began discussing topics in depth in regards to metamaterial antennas. 26 28 - 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. 27 29 28 Week 2 (6/3 - 6/6) 30 **Week 2 (6/3 - 6/6)** 29 31 - We learned the fundamentals of Orthogonal Frequency Division Multiplexing (OFDM). 30 32 - We watched an Introduction to Linux presentation. … … 34 36 (SDR). 35 37 36 Week 3 (6/10 - 6/13) 38 **Week 3 (6/10 - 6/13)** 37 39 - We began looking into source code for the OFDM transmitter block that required modification. 38 40 - We learned how to output to file sink using GNURadio. … … 45 47 - We modified the saving script to accept a second set of vectors as input which will multiply the OFDM carrier allocation output. 46 48 47 Week 4 (6/17 - 6/20) 49 **Week 4 (6/17 - 6/20)** 48 50 - Created custom python blocks to interact with OFDM Carrier Allocator Block: 49 51 - Prints its output in a readable format.