Replies: 1 comment
-
feature deployed to development branch |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The TinySA will not 'miss' any frequencies if the scan points are set too low for the frequency span, because it automatically adds in measurement points if needed. But the device is limited to 290 or 450 display points.
The 'scanraw' command used by QtTinySA has unlimited scan points so can display a higher resolution sweep.
For fastest scanning, points may be determined using the formula:
points = (scan bw kHz) / (0.5 x RBW kHz)
For highest power measurement accuracy:
points = (scan bw kHz) / (RBW kHz/3)
Beta Was this translation helpful? Give feedback.
All reactions