manuts / mimo

GNU General Public License v3.0
0 stars 1 forks source link

How to use this module mimo? #1

Open Amberlan1001 opened 8 years ago

Amberlan1001 commented 8 years ago

Dear sir, Would you tell me exactly how to use these code? Can I directly operate in GNUradio? Thank you, best regard!

manuts commented 8 years ago

Dear Amberlan1001,

This project implements a 2 by 2 MIMO with (2 layer) spatial multiplexing. The project uses UHD and liquid-dsp libraries. You can compile it using make. You might have to set the variables in the makefile according to your installation. This is not a GNU Radio application.

This project has no frequency synchronization module. It is expected that all nodes are frequency synchronized by external reference signal. I used B210 boards to run this project. We used an octoclock to synchronize the nodes.

Let me know if you have any further questions.

Best regards, Manu.

On Fri, Apr 1, 2016 at 3:05 PM, Amberlan1001 notifications@github.com wrote:

Dear sir, Would you tell me exactly how to use these code? Can I directly operate in GNUradio? Thank you, best regard!

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/manuts/mimo/issues/1

Manu T S

Amberlan1001 commented 8 years ago

thanks for your help.