Re: Synchronous recording with two USRP B210

2019-11-04 Thread Paul Boven
Hi Ali, Your CDA-2990 (OctoClock?) distributes both a frequency reference signal (10MHz) and a time reference signal (1PPS). To get both USRP to record at the same time, you need to first get them to run on the same time internally, and then tell them both, in advance, at what time to start s

Re: named fifo (byte - byte transfer)

2019-11-04 Thread N. Benes
hamzeh elsayed: > I wrote a c code program to write in fifo in file to use it instead of cat > in. > > The result was the same. I'd still believe the error is in the way you interact with the fifo. Have you looked at setvbuf() or fflush()? (e.g. "setvbuf(f, (char *)NULL, _IONBF, 0);" )

Re: FFT Clutter Depending On LO Offset

2019-11-04 Thread Marcus D. Leech
On 11/04/2019 08:25 AM, Meelis Nõmm wrote: Hello everyone, We have been using the USRP N210 with the WBX 50-2200 (40 MHz) daughter board to generate FFT plots at various frequencies. Note that the experiments were done done without the antenna being connected. Our objective is to get as clea

Re: How to tell whether gnuradio is using NEON or not?

2019-11-04 Thread Barry Jackson
On 03/11/2019 16:39, Gregory Ratcliff wrote: Please keep us updated on your progress. This is something I was thinking to do with aviation monitoring. Stream each channel at the airport, time shift to fill in silence giving priority to the tower and approach streams. Have you tried rtl-air

Re: GNURadio reconfiguring flowgraphs

2019-11-04 Thread CEL
Hi Thabet, you can call these functions from anywhere. In GNU Radio's current state, I'd however recommend you don't, for the same reasons I discussed two weeks ago: On Mon, 2019-10-21 at 11:22 +, Müller, Marcus (CEL) wrote: > Connecting blocks pretty much has non- > deterministic behaviour w

GNURadio reconfiguring flowgraphs

2019-11-04 Thread Thabet GHARBI
Hello, I'm interested in reconfiguring the flowgraph of my app at runtime. I see that there is a set of functions to do that: start/stop, lock/unlock, connect/disconnect https://www.gnuradio.org/doc/doxygen/page_operating_fg.html I have 2 questions about this: 1- Is it possible to use these funct

Re: GNURadio app overflow with hackrf

2019-11-04 Thread Kyeong Su Shin
Hello Thabet, If you directly hook up your "Osmocom Source" (or an equivalent) to a "Null Sink", and if it still overflows, then your USB host is not keeping up. If it stops overflowing, your CPU is not keeping up with your GNU Radio flowgraph and you may have to either optimise your flowgraph

GNURadio app overflow with hackrf

2019-11-04 Thread Thabet GHARBI
Hello, I'm running a GNURadio app on my laptop with HackRF. My sampling rate is 13.5MHz. I have permanently overflow. How can I check if it's due to: - ADC overflow of HackRF hardware ? - My laptop which is maybe not powerful enough ? (VirtualMachine: Ubuntu 18.04, 2 cores allocated i7 @3GHz, 4G