Re: [Discuss-gnuradio] Help on gnuradio

2018-06-20 Thread Julian Arnold
Hey, I had the same problem a few weeks back in a two channel scenario. I ended up writing a simple python 'gate' block that passes a configurable amount of samples for every pulse on the trigger input. It is super inflexible and hacky but should be fairly easy to modify. I quickly moved the

Re: [Discuss-gnuradio] Help on gnuradio

2018-06-20 Thread Marcus D. Leech
On 06/20/2018 01:05 PM, c...@origosat.com wrote: Hi, I am new to the gnuradio environment..so please forgive me... I have an USRP B200 and I am looking to save to a file I & Q samples of bursty, random (ALOHA) messages sampled at high rate, for furter processing (in a repeatable fashion). Of co