cx1111
cx1111
I'm refactoring Julien's python port of gqrs and hence am also looking through `gqrs.c`. I'm going to list bugs and things about it that could be cleaned up along the...
Currently invalid samples for =16 bit precision, including 24 and 32, there is no conversion. This means that fmts 24 and 32 currently cannot store actual values of -32768 and...
- [x] De-interleave the samples - [x] Global variables are keeping their values between calls. Readjust accordingly. - [x] Make sure gateway function and helpers can be appropriately called for...