tayloreisman16 / LTE-GNU-Radio-Code

1 stars 0 forks source link

Seperation of Synchronization and Channel Estimation Block into Component Pieces #11

Open tayloreisman16 opened 3 years ago

tayloreisman16 commented 3 years ago

The next Code Enhancement will be to seperate the bulky SynchAndChanEst block into a SynchronizationIndex block and a Channel Estimation Block.

My reasoning is that it may improve throughput and will also allow a more modular design for implementing Physical Layer Security blocks on GNU Radio Companion.

To check code progress, please look in GNU_Radio_Repositories/TEST/GNU_Radio_Offline. There should be two new .py files associated with the project. I'll add them into gr-utsa-ofdm when they are running correctly in the simulated environment.

tayloreisman16 commented 3 years ago

Regarding input file structure!