Changes between Version 21 and Version 22 of Tutorials/Wireless/Fosphor
- Timestamp:
- Dec 17, 2020, 9:57:58 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/Fosphor
v21 v22 71 71 72 72 ==== RFNoC Fosphor FPGA image ==== 73 Custom USRP-2974 FPGA image /bit/rfnoc3_15_fosphor_x310.lvbitx will be used for this tutorial. To use this image with a UHD or GRC application use the fpga-path argument as shown below. 74 {{{#!shell 75 uhd_usrp_probe --args="resource=RIO0,fpga-path=/root/bit/rfnoc3_15_fosphor_x310.lvbitx" 76 }}} 77 Following are the blocks in rfnoc3_15_fosphor_x310.lvbitx 78 {{{#!shell 79 | | _____________________________________________________ 80 | | / 81 | | | RFNoC blocks on this device: 82 | | | 83 | | | * DmaFIFO_0 84 | | | * Radio_0 85 | | | * Radio_1 86 | | | * DDC_0 87 | | | * DUC_0 88 | | | * FFT_0 89 | | | * Window_0 90 | | | * FIR_0 91 | | | * SigGen_0 92 | | | * KeepOneInN_0 93 | | | * fosphor_0 94 | | | * FIFO_0 95 | | | * FIFO_1 96 }}} 73 97 74 98 ==== Run rfnoc-fosphor GRC application ==== 75 {{{ 99 {{{#!shell 76 100 gnuradio-companion /root/gr-ettus/examples/rfnoc/rfnoc_fosphor.grc 77 101 }}}