Go to file
2025-03-28 15:57:57 +01:00
include fix filter generation 2025-03-14 12:14:39 +01:00
src basic signal generator control 2025-03-28 15:57:57 +01:00
test/sync channel sync test 2025-03-27 23:42:44 +01:00
third-party arguments for the filter 2025-03-14 03:35:50 +01:00
.clang-format init 2025-02-13 10:02:33 +01:00
.gitignore init 2025-02-13 10:02:33 +01:00
.gitmodules arguments for the filter 2025-03-14 03:35:50 +01:00
CMakeLists.txt basic signal generator control 2025-03-28 15:57:57 +01:00
Readme.md make recorder configurable 2025-02-21 10:48:00 +01:00

Pico Radio

recorder

Arguments

   --type, -t
       Description: type for output
       Default: float

   --range, -r
       Description: voltage range
       Default: 10V

   --channel, -c
       Description: channel
       Default: 0

   --buffersize, -b
       Description: buffersize
       Default: 10000

   --max_buffersize, -mb
       Description: max buffersize the driver stores
       Default: 50000

   --sample_interval, -s
       Description: sample interval
       Default: 1000

   --time_units, -u
       Description: time units
       Default: ns