Go to file
2025-02-21 10:48:00 +01:00
src/recorder make recorder configurable 2025-02-21 10:48:00 +01:00
test first working recording, max 1 MS/s 2025-02-14 15:02:16 +01:00
third-party add c-flags as a dependency 2025-02-21 10:47:15 +01:00
.clang-format init 2025-02-13 10:02:33 +01:00
.gitignore init 2025-02-13 10:02:33 +01:00
.gitmodules add c-flags as a dependency 2025-02-21 10:47:15 +01:00
CMakeLists.txt make recorder configurable 2025-02-21 10:48:00 +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