Commit graph

2 commits

Author SHA1 Message Date
Henry Gabryjelski
1d4e5e8d90 Fix .PM3 traces that exceed single-byte range
This was done programmatically using python.

The `lf_Keri.pm3` was in range `[-508 .. 491]` (1000 value range).
Each value was divided by four, cast to integer, and then adjusted by +1 (to center the values).
The data plot in the pm3 client now shows discernible changes in amplitude.
The resulting samples are all within range [-128,127].

This final fix allows ALL sample `.pm3` traces to be converted to one-byte-per-sample binary format.
2024-09-16 23:35:03 -07:00
Philippe Teuwen
b4058bc72c reorg traces 2020-09-29 17:35:48 +02:00
Renamed from traces/keri.pm3 (Browse further)