NwtnsMthd
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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…