Ignatius Bramananditya Rivaldi
Ignatius Bramananditya Rivaldi
Setup: I'm using Wine with 64 bit prefix with esync from this AUR package: https://cdn.discordapp.com/attachments/277857463384932353/462650835009142784/wine-esync-staging.m4-pba-SMT-TkG-v5.zip and a self-compiled koku-xinput-wine, and I have registered my Twin USB Joystick with SDL_GAMECONTROLLERCONFIG. Problem:...
https://github.com/rq/rq/blob/master/rq/worker.py shows that you can suspend worker by using `rq suspend`, but the behavior is not documented anywhere in https://python-rq.org/docs/workers/ . What does it do?
Gqrx with USRP N310 breaks with Setting individual RX gains is only supported in manual gain mode!
I'm using Gqrx to test my new USRP N310 SDR, with following versions: - Gqrx: v2.15.8-13-gf108a29 - Gnuradio: v3.11.0.0git-21-g120268de - gr-osmosdr: 0.2.0.0 - UHD: UHD_4.1.0.HEAD-0-g6bd0be9c When I try to use...
The table in https://gnss-sdr.org/docs/tutorials/understanding-data-types/#from-the-signal-source-to-the-processing-channels seems to show that you can use `pass_through` filter to convert cshort data type to gr_complex, but when I tried it by setting this in the...
I'm comparing the performance of our custom built frontend with bladeRF 2.0 by recording the same GPS signal to both of them, diagram below:  With file recorded...
I'm compiling from git and this happens: ``` [ 26%] Building CXX object lib/CMakeFiles/gnuradio-clenabled.dir/fast_atan2f.cc.o /home/feanor/Development/gr-clenabled/lib/fft_filter.cc: In member function ‘virtual void gr::clenabled::fft_filter_ccf::compute_sizes(int)’: /home/feanor/Development/gr-clenabled/lib/fft_filter.cc:79:10: error: ‘cerr’ is not a member of ‘std’...
# Compatibility Report - Name of the game with compatibility issues: WARRIORS OROCHI 4 - 無双OROCHI3 - Steam AppID of the game: 831560 ## System Information - GPU: RX 570...
There is a guide on how to save nodes: https://flume.dev/docs/saving-nodes/ but there's no guide on how to load nodes when I load the page. I can already send the nodes...
This works as expected: ``` responsetype = Lowpass(0.2) designmethod = Elliptic(4, 0.5, 30) coeffs = digitalfilter(responsetype, designmethod) H,w = freqresp(coeffs) ``` but if I changed the `designmethod` to any FIR...
My frontend samples the signal at 16.368 Msps and decimated by factor of 7 internally, which results in output sample rate of 2.338285714.. Msps. The problem is that GNSS-SDR only...