AlexandreRouma
AlexandreRouma
the server is single client only
It's an easy fix, if the author wants a pull request I can submit it
I guess I should have let derek post my handwritten analysis and simulations sooner so this would have been more clear so here it is (sorry I write like a...
> I wonder what was the rationale behind this formula Simple: It's fast. You're just supposed to adjust the loop gains so that the behavior of the loop is as...
Yes modern compilers are often able to use some smarter math when there are unit products, often turning the entire thing branchless. Check the assembly code for both versions on...
> In any case I'm confident that there should be a way to write this discriminant in a branchless manner There is, you simply replace the mantissa and exponent to...
I had to specifically fix it for SDR++. ImGui ignores pen inputs. It's just a line or two to change.
Pretty sure it was just that yeah
Not a bug, just not an implemented feature. It uses the standard IP address of any plutosdr. It will not be compatible with one that has been configured differently. I'll...