Changes between Version 14 and Version 15 of Tutorials/Wireless/Channel Sounding Krypton


Ignore:
Timestamp:
Apr 24, 2023, 6:21:22 PM (13 months ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/Channel Sounding Krypton

    v14 v15  
    8383* Start transmit application on the TX node. It configures transmit RFNoC flowgraph, configures the Spreader module in the FPGA and transmits data samples.
    8484{{{#!shell-session
    85 root@sdr2-md1:~# /root/uhd/host/build/examples/rfnoc_tx_spreader --args="type=x300,skip_ddc,skip_duc" --freq 3e9 --gain 30 --duc-args="input_rate=50000000.0,output_rate=200000000.0"
     85root@sdr2-md1:~# /root/uhd/host/build/examples/rfnoc_tx_spreader --args="type=x300,skip_ddc,skip_duc,fpga=HG" --freq 3e9 --gain 30 --duc-args="input_rate=50000000.0,output_rate=200000000.0"
    8686}}}
    8787
    8888* Start receive application on the RX node. It configures receive RFNoC flowgraph, configures the correlator, averaging modules in the FPGA and starts a TCP server to talk to the web application.
    8989{{{#!shell-session
    90 root@sdr2-s1-lg1:~# uhd/host/build/examples/rfnoc_rx_channel_sounder --args="type=x300,skip_ddc,skip_duc" --freq 3e9 --gain 10 --ddc-args="output_rate=50000000.0,input_rate=200000000.0"
     90root@sdr2-s1-lg1:~# uhd/host/build/examples/rfnoc_rx_channel_sounder --args="type=x300,skip_ddc,skip_duc,fpga=HG" --freq 3e9 --gain 10 --ddc-args="output_rate=50000000.0,input_rate=200000000.0"
    9191}}}
    9292* Download channel_sounding_display_cosmos.html attached to this tutorial and open it in your browser. Once you click the start button, you should see PDP of the channel.