Changes between Version 14 and Version 15 of Tutorials/Wireless/Channel Sounding Krypton
- Timestamp:
- Apr 24, 2023, 6:21:22 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/Channel Sounding Krypton
v14 v15 83 83 * Start transmit application on the TX node. It configures transmit RFNoC flowgraph, configures the Spreader module in the FPGA and transmits data samples. 84 84 {{{#!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"85 root@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" 86 86 }}} 87 87 88 88 * 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. 89 89 {{{#!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"90 root@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" 91 91 }}} 92 92 * 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.