Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command line options of uhd_fft.py.
|
|
|
|
|
|
|
|
Also use deprecated python inc dirs variable to support older systems.
Add current binary and source dir to include paths for dependency searcher.
|
|
split)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allows for more graceful exit when invalid subdev spec is used
|
|
|
|
|
|
made a handy helper macro in grmisc to make this simpler
|
|
Also took the time to fix up the swig index file generation.
This may have not-been auto-regenerating before as well.
|
|
|
|
|
|
This is useful for re-running the flowgraph,
and avoids the problem of old data on the next run.
|
|
Signed-off-by: Philip Balister <philip@opensdr.com>
|
|
I botched the conversion to gruel high res timers. This patch fixes things.
Checked on x86 byt hand adjusting update rate. We should expose the update
rate setting to users.
Signed-off-by: Philip Balister <philip@opensdr.com>
|
|
If the param contents evald successfully but not to a string,
it would display None. This patch forces an exception,
so the string will get auto-quoted and interpreted correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|