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


Ignore:
Timestamp:
Jul 2, 2024, 3:37:54 PM (4 days ago)
Author:
agrandhi4
Comment:

Legend:

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

    v14 v15  
    77
    88Reviewed several papers to gain insights into the current state of 5G networks and the interference mitigation techniques used across different frequency ranges.\\
     9
     10Familiarized ourselves with the task of our research:
     11We will be emulating 5G Base Stations and other terrestrial network receivers on the FR3 spectrum. Using SDRs (software-defined radios) on the COSMOS testbed. We can simulate certain scenarios regarding interference directly through a software interface and generate Signal to Interference and Noise Ratio (SINR) data to train machine-learning models to help mitigate interference. \\
     12
    913
    1014
     
    2226Analyzed graphs that demonstrated the model's ability to learn from domain-invariant features.\\
    2327
     28Reviewed Fourier analysis. \\
     29
     30Researched and analyzed Orthogonal Frequency Division Multiplexing (OFDM) signals to understand what we will be using to simulate 5G base stations. \\
     31
     32Designed a draft of an OFDM signal transmitter and receiver on GNU radio. \\
     33
    2434
    2535\\
     
    3545Additionally, we explored how Dynamic Exclusion Zones apply to our mitigation objective. We weighed various approaches, debating whether the satellite receiver should autonomously localize interference sources or instead initiate a centralized algorithm for optimizing resource allocation.\\
    3646
     47Explored the amarisoft stack and instantiated UEs to send arbitrary data packets. Successfully received those data packets. \\
     48
     49Examined a QPSK transmitter and receiver implementation. Analyzed all of the blocks used, to better understand the GnuRadio software. \\
     50
     51Began researching possible ways to detect signals and perform energy spectrum sensing. \\
     52
     53
    3754\\
    3855\\
     
    4158
    4259**Week 4 (6/17 - 6/20)**
     60
     61Designed an SNR implementation for a generic FM transmitter. \\
     62
     63Finished designing the OFDM transmitter. \\
     64
     65Began fine-tuning the SNR implementation for OFDM transmissions. \\
    4366
    4467Emulated a DVB Satellite Transmitter in GNU Radio for the ORBIT Sandbox 1 - ran into some issues with existing implementations.
     
    7093**Week 5 (6/24 - 6/27)**
    7194
     95
     96Fine-tuned SNR to work with OFDM transmission \\
     97
     98Troubleshooted issues with the signal transmission through signal analysis with Phosphor. \\
     99
     100Began fine-tuning the SNR model to be working with the DBS transmission.
    72101Developed and validated our SNR Sensor. The sensor effectively differentiates the original signal from noise, allowing for accurate SNR value calculations. To ensure the sensor's accuracy, we also used FOSPHOR to verify its performance, which alleviated our initial skepticism about the readings. Now we have to test it for our 3 experiments.
    73102
     
    93122Worked on scaling the SB2 Satellite Experiment up to the full Network Coexistence experiment on the ORBIT Grid.  Matched the transmitter/receiver components to specific nodes. Debugged so that the nodes communicate with the on-site SDR devices.
    94123
     124Fine-tuned SNR to work with DBS transmission
    95125
     126Researched energy detection for SINR and possible GnuRadio implementations
     127
     128Explored pilot-based OFDM SNR implementations
     129
     130
     131