Difference between revisions of "Experiments"
Omicronadmin (Talk | contribs) |
Omicronadmin (Talk | contribs) (→SDR Experiments) |
||
Line 10: | Line 10: | ||
== SDR Experiments == | == SDR Experiments == | ||
− | For this experiments, the USRP B210 and GRC 3.7.10 has been used, as explained in detail in the [http://tsc.urjc.es/wikiOMICRON/index.php/Documentation#SDR documentation section]. | + | For this experiments, the USRP B210 and GRC 3.7.10 has been used, as explained in detail in the [http://tsc.urjc.es/wikiOMICRON/index.php/Documentation#SDR documentation section]. The code of all this experiment (the .grc files) can be found in [https://github.com/reysam93/GNURadio this github]. |
First, the [http://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorials GNU tutorials] have been done, for learning how to use this tools. Following this tutorials a simulated transmission of data using a QPSK modulation has been realized. Also, a more complex simulation with the problems of real channels has also been performed, working with ISI and multi-path channels. | First, the [http://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorials GNU tutorials] have been done, for learning how to use this tools. Following this tutorials a simulated transmission of data using a QPSK modulation has been realized. Also, a more complex simulation with the problems of real channels has also been performed, working with ISI and multi-path channels. | ||
Also, an OFDM transmitter and receiver have been created. This has been done step by step, not using the predefined blocks that GRC offers for this, with the main idea of using an adaptive transmission. | Also, an OFDM transmitter and receiver have been created. This has been done step by step, not using the predefined blocks that GRC offers for this, with the main idea of using an adaptive transmission. |
Revision as of 17:02, 16 August 2016
Experiments
For the aim of this project, mainly three different types of experiments have been realized:
- Applications using code in Matlab for publications and theoretical demonstrations mainly.
- Applications using the SDR platform for trying the algorithms with real components.
- Applications deployed in real networks without using the SDR platform.
SDR Experiments
For this experiments, the USRP B210 and GRC 3.7.10 has been used, as explained in detail in the documentation section. The code of all this experiment (the .grc files) can be found in this github.
First, the GNU tutorials have been done, for learning how to use this tools. Following this tutorials a simulated transmission of data using a QPSK modulation has been realized. Also, a more complex simulation with the problems of real channels has also been performed, working with ISI and multi-path channels.
Also, an OFDM transmitter and receiver have been created. This has been done step by step, not using the predefined blocks that GRC offers for this, with the main idea of using an adaptive transmission.