Oleksandr Gavenko

Results 57 comments of Oleksandr Gavenko

I experience the same issue, using HackTV, linked to libhackrf. After initial USB plugging first command produces nothing visible by spectral analyzer, restarting the command fixes the issue: ``` hacktv...

I also faced the issue and it was resolved after `sudo apt update` + `wsl --shutdown`. It updated few packages, the most important is: ``` [UPGRADE] linux-libc-dev:amd64 6.1.66-1 -> 6.1.76-1...

I'm not sure that GUI glitches are related to libs, it was the only important lib in the update (among 20 packages)... Probably restart of WSL subsystem helps with problems...

`uint8_t`. To normalize to [-1.0; +1.0] you need: `(v-128)/128.0`. Use `inspectrum` tool with file extension `.cu8` (complex unsigned 8-bit)

There is ready for use for Json: https://github.com/lukas-krecan/JsonUnit#spring

I turned OFF BIOS setting "CPU Power Management" - the issue still persists (( Also I tried to change Windows 10 power mode from "Better Performance" to "Best Performance" with...

@Potomac I also tried to change priority to "Realtime" and affinity to a single CPU - it didn't help.