Commit 1ec88d288a9be82125c4a2a5d2ae58a30da92966

Authored by Runze Wang
1 parent 749289f522
Exists in OFDM

Change README

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

1   -The transmitted data is saved in "tx_ofdm.mat". The data collected on the radio is saved in "ofdm_rx.dat".
2   -Run "OFDM_test" to load both data and get the ber of decoding.
3   -You can generate your own code by running "OFDM_TX". Set your transmitter's sample rate as 40MHz and receiver's sample rate as 20MHz. The gain varies from different devices. Try not caping the signal and get the best SNR.
  1 +%The transmitted data is saved in "tx_ofdm.mat". The data collected on the radio is saved in "ofdm_rx.dat".
  2 +%Run "OFDM_test" to load both data and get the ber of decoding.
  3 +%You can generate your own code by running "OFDM_TX". Set your transmitter's sample rate as 40MHz and receiver's sample rate as 20MHz. The gain varies from different devices. Try not caping the signal and get the best SNR.