NwtnsMthd

↗ HN profile [ 85.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. We have an application written in C++ / Qt that processes data stream and displays the processed and decoded data to the user. The concept is basically: Signal -> Filter(s) -> Decoder -> Display So far all of the…