Advertisement
edensheiko

Untitled

Dec 11th, 2023
848
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. import uhd
  2.  
  3. # connect to RFNoc
  4. # might be reasting the fpga blocks need to check
  5. graph = uhd.rfnoc.RfnocGraph("addr=127.0.0.1")
  6.  
  7. #fft block
  8. fft =  uhd.rfnoc.FftBlockContorl(graph.get_block('0/FFT#0'))
  9. #then you cat see the fft. + TAB the options
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement