Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. pi@groundstation:~ $ SoapySDRUtil --probe="driver=uhd,type=usrp1,subdev=A:0"
  2. ######################################################
  3. ## Soapy SDR -- the SDR abstraction library ##
  4. ######################################################
  5.  
  6. Probe device driver=uhd,type=usrp1,subdev=A:0
  7. linux; GNU C++ version 6.2.0 20161010; Boost_106100; UHD_003.009.005-0-unknown
  8.  
  9. [INFO] Opening a USRP1 device...
  10. [INFO] Using FPGA clock rate of 64.000000MHz...
  11.  
  12. ----------------------------------------------------
  13. -- Device identification
  14. ----------------------------------------------------
  15. driver=usrp1
  16. hardware=USRP1
  17. mboard_id=USRP1
  18. mboard_name=
  19. mboard_serial=47434c8f
  20. rx0_antenna=RX
  21. rx0_id=TVRX (0x0040)
  22. rx0_serial=
  23. rx0_subdev_name=TVRX
  24. rx0_subdev_spec=B:0
  25. tx0_antenna=
  26. tx0_id=Unknown (0xffff)
  27. tx0_serial=
  28. tx0_subdev_name=Unknown (0xffff) - 0
  29. tx0_subdev_spec=A:0
  30.  
  31. ----------------------------------------------------
  32. -- Peripheral summary
  33. ----------------------------------------------------
  34. Channels: 1 Rx, 1 Tx
  35. Timestamps: YES
  36. Clock sources: internal
  37. Time sources: none
  38. GPIOs: RXA, TXA, RXB, TXB
  39.  
  40. ----------------------------------------------------
  41. -- RX Channel 0
  42. ----------------------------------------------------
  43. Full-duplex: YES
  44. Supports AGC: NO
  45. Stream formats: CS8, CS12, CS16, CF32, CF64
  46. Native format: CS16 [full-scale=32768]
  47. Stream args:
  48. * Samples per packet - The number of samples per packet.
  49. [key=spp, units=samples, default=0, type=int]
  50. * Bus format - The format of samples over the bus.
  51. [key=WIRE, type=string, options=(sc8, sc16)]
  52. * Peak value - The peak value for scaling in complex byte mode.
  53. [key=peak, default=1.0, type=float]
  54. * Receive frame buffer size - The size an individual datagram or frame in bytes.
  55. [key=recv_frame_size, units=bytes, type=int]
  56. * Receive number of buffers - The number of available buffers.
  57. [key=num_recv_frames, units=buffers, type=int]
  58. Antennas: RX
  59. Corrections: DC removal, DC offset, IQ balance
  60. Full gain range: [-14.8, 102.8, 0.00830078] dB
  61. ADC-pga gain range: [0, 20, 1] dB
  62. RF gain range: [-13.3, 50.3, 0.0155273] dB
  63. IF gain range: [-1.5, 32.5, 0.00830078] dB
  64. Full freq range: [47, 863] MHz
  65. RF freq range: [47, 863] MHz
  66. BB freq range: [-32, 32] MHz
  67. Tune args:
  68. * LO Offset - Tune the LO with an offset and compensate with the baseband CORDIC.
  69. [key=OFFSET, units=Hz, default=0.0, type=float, range=[-3.2e+07, 3.2e+07]]
  70. * BB - Specify a specific value for this component or IGNORE to skip tuning it.
  71. [key=BB, units=Hz, default=DEFAULT, type=float, range=[-3.2e+07, 3.2e+07], options=(DEFAULT, IGNORE)]
  72. Sample rates: 0.25, 0.251969, 0.253968, 0.256, 0.258065, ..., 5.33333, 6.4, 8, 10.6667, 16 MSps
  73. Filter bandwidths: 0 MHz
  74.  
  75. ----------------------------------------------------
  76. -- TX Channel 0
  77. ----------------------------------------------------
  78. Full-duplex: YES
  79. Supports AGC: NO
  80. Stream formats: CS8, CS12, CS16, CF32, CF64
  81. Native format: CS16 [full-scale=32768]
  82. Stream args:
  83. * Samples per packet - The number of samples per packet.
  84. [key=spp, units=samples, default=0, type=int]
  85. * Bus format - The format of samples over the bus.
  86. [key=WIRE, type=string, options=(sc8, sc16)]
  87. * Peak value - The peak value for scaling in complex byte mode.
  88. [key=peak, default=1.0, type=float]
  89. * Send frame buffer size - The size an individual datagram or frame in bytes.
  90. [key=send_frame_size, units=bytes, type=int]
  91. * Send number of buffers - The number of available buffers.
  92. [key=num_send_frames, units=buffers, type=int]
  93. Corrections: DC offset, IQ balance
  94. Full gain range: [-20, 0, 0.1] dB
  95. DAC-pga gain range: [-20, 0, 0.1] dB
  96. Full freq range: 0 MHz
  97. RF freq range: 0 MHz
  98. BB freq range: [-44, 44] MHz
  99. Tune args:
  100. * LO Offset - Tune the LO with an offset and compensate with the baseband CORDIC.
  101. [key=OFFSET, units=Hz, default=0.0, type=float, range=[-4.4e+07, 4.4e+07]]
  102. * BB - Specify a specific value for this component or IGNORE to skip tuning it.
  103. [key=BB, units=Hz, default=DEFAULT, type=float, range=[-4.4e+07, 4.4e+07], options=(DEFAULT, IGNORE)]
  104. Sample rates: 0.25, 0.25098, 0.251969, 0.252964, 0.253968, ..., 5.33333, 5.81818, 6.4, 7.11111, 8 MSps
  105. Filter bandwidths: 0 MHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement