Gregory R. Warnes
Gregory R. Warnes
MATLAB isn't automatically handling conversion of the `bladerf_channel` enum strings because `bladerf_channel` is declared as an int, rather than as an enum. As a consequence, any API call that includes...
The command `sudo port install bladeRF +tecla` (suggested at https://github.com/Nuand/bladeRF/wiki/Getting-started%3A-Mac-OSX#the-easy-way-macports) yields compilation error. The log file contains: ``` version:1 :debug:main Starting logging for bladeRF @20210505-ded573bc_0+docs :debug:sysinfo macOS 11.4 (darwin/20.5.0) arch...
`validate_email` is throwing an error: ``` > rhub::validate_email() ── Choose email address to (re)validate (or 0 to exit) 1: [email protected] 2: New email address Selection: 1 No encoding supplied: defaulting...
The current plot pulse-shaped plot generated in the python exercise uses 'grid' to provide reference lines:  But it would be visually helpful to emphasize the `y=+1` and `y=-1` lines...
On: macOS Monterey 12.3 ``` ~ brew install soapyaudio |& tee brew.log Warning: Use rtaudio instead of deprecated rt-audio Warning: Use rtaudio instead of deprecated rt-audio Warning: Use rtaudio instead...
After manually installing MPIR and specifying the appropriate paths for cmake, it generates this error: ``` $ cmake .. -- Build type not specified: defaulting to release. -- Found Boost:...
I would love to see a loopback example that includes: 1. Reading input data 2. Generate TX stream 3. Simulate Channel 4. Receive & process RX stream 5. Compute BER
On annoyance with the current code is that the generated results vary each run. This can be resolved by specifying the random number seed was specified each time random values...
In https://pysdr.org/content/sync.html#fine-frequency-synchronization, the Costas loop includes LPF's that remove the terms containing 2*\pi*f*t. There needs to be an explanation that the LPF low-pass filters are set so that the first...