Schalk-Willem Krüger
Schalk-Willem Krüger
You could use `gold.py` to generate the code's bits and then use that to modulate a signal. Alternatively, `template_generate.py` could be used to generate a signal at a specific sample...
> Maybe you can add especially the information about `gold.py` and `template_generate.py` to the `README.md` and close this issue. Good suggestion. I'll add it when I get the time. As...
Sorry for the late reply. This slipped under my radar. Most of the settings are documented [here](https://github.com/swkrueger/Thrifty/blob/master/thrifty/settings.py) and will be printed when thrifty is invoked with `--help` as an argument....
Thank you for the bug report. Does it work when you read data from a file instead of the RTL-SDR? For example: $ rtl_sdr -g 5 -f 433.83M -s 2.4M...
Yeah, it is probably a memory alignment issue. `volk_32fc_magnitude_squared_32f_a` assumes that the memory is being allocated with volk_malloc, which will ensure that the memory is properly aligned for SIMD instructions...