Changes between Version 7 and Version 8 of Tutorials/k0SDR/Tutorial20


Ignore:
Timestamp:
Feb 14, 2017, 4:50:05 PM (7 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial20

    v7 v8  
    3535{{{
    3636root@node21-1:> ./rf_hw_intf --conf "mimo1.xml,/devices/mimo_rx" --rx-only --cmd-port 5111
     37
     38
     39linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.010.001.000-0-unknown
     40
     41 INFO  10:31:34.189 (rf_hw_intf.cpp:820) - Starting command server at 5111
     42Creating the usrp device: addr0=10.10.23.1,addr1=10.10.23.2,addr2=10.10.23.3,addr3=10.10.23.4,addr4=10.10.23.5,addr5=10.10.23.6,addr6=10.10.23.7,addr7=10.10.23.8,
     43-- X300 initialization sequence...
     44-- Determining maximum frame size... 7972 bytes.
     45-- Setup basic communication...
     46-- Loading values from EEPROM...
     47-- Setup RF frontend clocking...
     48-- Radio 1x clock:200
     49:
     50:
     51:
     52........ INFO  10:30:18.921 (rf_hw_intf.cpp:640) - rxchan all
     53 INFO  10:30:18.921 (rf_hw_intf.cpp:713) - rxchan 0 4000000000 4000000 20
     54
     55 INFO  10:30:18.922 (rf_hw_intf.cpp:713) - rxchan 1 4000000000 4000000 20
     56
     57 INFO  10:30:18.922 (rf_hw_intf.cpp:713) - rxchan 2 4000000000 4000000 20
     58
    3759}}}
    3860
    39615) Open another ssh session into the controller node and run the sample processing application. This application measures the average bandwidth power of the received samples and writes the measurements into the OML database.
    4062{{{
    41 root@node21-1> ./sigproc_avg_bw_pwr
     63root@node21-1> ./sigproc_avg_bw_pwr --time 100
     64:
     65:
     66TCP connection to localhost:5111 ready!
     67Feb 14 10:18:52 INFO    OML Client V2.10.1rc [Protocol V4] Copyright 2007-2013, NICTA
     68[15.8042]
     6964k fft, mag, norm, sum-----total time 0.00127201
     70ch: 0 --- avg pwr = -112.993
     71INFO    OmlNetOutStream: attempting to connect to server at tcp://oml:3003
     7264k fft, mag, norm, sum-----total time 0.00111798
     73ch: 1 --- avg pwr = -112.681
     7464k fft, mag, norm, sum-----total time 0.00106562
     75ch: 2 --- avg pwr = -112.759
     7664k fft, mag, norm, sum-----total time 0.00106355
     77:
     78:
     79INFO    tcp:oml:3003: Waiting for buffered queue thread to drain...
     80Done!
    4281}}}
    4382
     
    4584{{{
    4685nilanjan@.grid:~$ box-plot-server --port 5101 --file /var/lib/oml2/measured_avg_bw_pwr.sq3
     86
     87 INFO  11:39:00.355 (main.cpp:240) - Starting the server at
     88 INFO  11:39:00.356 (main.cpp:179) - Starting command server at 5101
    4789}}}
    4890