mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
added comment for debugging
This commit is contained in:
parent
0c2404519d
commit
0e6b41a9c5
1 changed files with 3 additions and 0 deletions
|
|
@ -89,6 +89,9 @@ public:
|
|||
bool collect = threshold(timing);
|
||||
bool process = falling(collect);
|
||||
|
||||
// std::cout << timing << " " << process << " " << index_max << std::endl;
|
||||
// plot "< arecord -r 8000 -c 1 -f S16_LE | ./decode /dev/null - 1 | tee /tmp/data.txt" u ($1/33) w l, "/tmp/data.txt" u ($0-$3-1+16):2 w i, 0.2, 0.3
|
||||
|
||||
if (!collect && !process)
|
||||
return false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue