How can I Test Airspy Sample rate on Ubuntu? #319
-
The airspy website quickstart guide provides a way to test the max sample rate before packets are dropped. How can I make a similar test on an intel Ubuntu system? |
Beta Was this translation helpful? Give feedback.
Answered by
shuyuan-liu
Aug 28, 2021
Replies: 1 comment 3 replies
-
I looked through the quick start guide but I'm not very sure I found the thing you were referring to. If you meant the command |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pmaine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I looked through the quick start guide but I'm not very sure I found the thing you were referring to. If you meant the command
airspy_rx -r NUL -t 0
and its related steps, you can do the same on Linux by replacingNUL
with/dev/null
.