Gregory R. Warnes
Gregory R. Warnes
I'm not certain, but it did fix the issue. I suspect that either cmake does things 'backward compatible' if it detects and old version of cmake is specified, or the...
It would also help to briefly explain how the error function works.. For BPSK, Q should always equal 0, so the error function takes on its minimum value when Q=0,...
Sorry, I mistyped 'LNA' when I should have typed 'LPF'. I edited the text to fix this, so it should make more sense now.
Makes sense. I may work through one of the two existing examples customizing it to the bladeRF.
I would recommend adopting Jupyter notebooks plus [nbconvert](https://nbconvert.readthedocs.io/en/latest/) so that you can embed the code and graphics directly in the document. This would also allow you to detect typos and...
That would be a nice enhancement, especially for me because my goal is to build a full P2P system... On Mar 10, 2022, 12:09 PM -0500, Marc L ***@***.***>, wrote:...
It looks like ODrive has launched as a commercial service (https://www.odrive.com), so I expect that the original authors won't be fixing this. I suggest a fork.
***Use RClone: https://rclone.org/*** It provides Google Drive synchronization as [one of over 40 cloud storage products](https://rclone.org/#providers). It isn't as easy to set up, but it is an active project, with...
I think it is valid to create a new ticket since #539 is closed.
I just added a call to `setMethod("dbIsValid", "PostgreSQLConnection", ...)` so that `DBI::dbIsValid` now works for RPosgreSQL connections.