Hello everyone,
I am trying many weeks to find a way to transmit simultaneously from 2 USRP 
N210 series.I have connected usrp with pc with ethernet cable and all works 
great (for siso system). I work with MATLAB without simulink etc, just clear 
code and I communicate with one USRP with this code. 
tx = comm.SDRuTransmitter(...          'Platform','N200/N210/USRP2', ...        
  'IPAddress','192.168.30.7', ...          'CenterFrequency',2.5e9, ...         
 'InterpolationFactor',256);while 1    step(tx, data.');end

I also found uhd on github (exaples-> tx_samples_from_file.cpp)  and I 
successful transmitted a signal once using terminal but I cannot find how to 
make two usrp to transmit simultaneously either in MATLAB or c++.
I want to implement Alamouti 2x1.

Any help would be appreciated,thank you,Basil
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
  • [USRP-users] Transmit simul... Βασίλης Τσέκενης via USRP-users

Reply via email to