Changes between Version 121 and Version 122 of Other/Summer/2025/mlCoexist


Ignore:
Timestamp:
Jul 28, 2025, 6:55:29 PM (3 days ago)
Author:
aw1086
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2025/mlCoexist

    v121 v122  
    172172
    173173**Progress:**
    174 - Created new numpy data table for regression model training (3 columns: RFI Scenario | Transmitting Signal Spectrogram | Brightness Temperature)
    175  - Since brightness temperatures of all samples from a single RFI scenario (band, central frequency, resource block, gain) are uniformly distributed, we ordered the Tb values obtained from the reference testbed L1B data from lowest to highest, and matched them with the 10 spectrograms generated with different marginalized signal gain values (uniform from -0.276 to +0.317) that simulate variation in physical transmission
     174- Created new numpy data table for regression model training
     175 - (3 columns: RFI Scenario | Transmitting Signal Spectrogram | Brightness Temperature)
     176 - Since Tb values of all samples from a single RFI scenario (band, fc, rb, gain) are uniformly distributed, we ordered the Tb values obtained from the reference testbed L1B data from lowest to highest, and matched them with the 10 spectrograms generated with different marginalized signal gain values (uniform from -0.276 to +0.317) that simulate variation in physical transmission
    176177 - With this method, we are able to obtain more data points to train and test the CNN, instead of using the exact gain values (-20, -10, 0, 10, 20) to form only one sample per scenario, leaving SN2 to SN10 from the L1B data unused
    177178[[Image(https://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2025/mlCoexist/newDataTable.png, 52%)]]