I am trying to find the USRP2 blocks in order to utilize my USRP2. In alot of examples their exists a USRP2 Source that they use and maybe thats the reason why I'm not able to actually send and receive a signal using two USRP2's. We turn on the receiver at exactly the same freq as the transmitter and we are never capable of seeing a signal. The root of this question lies in that if we do the same thing but with 2 URSP1's we can see something in the receiver side.

有帮助吗?

解决方案

The 'USRP2' blocks are deprecated, and should no longer be used. GNURadio now uses the 'UHD' block for all USRP devices. Put a UHD block into your flowgraph, and you should have more luck. If you see a non-UHD block being used for a USRP in an example, that just means the example is out of date.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top