Re: [Discuss-gnuradio] Problem with underruns

2017-03-17 Thread Andy Walls
> > > > > > > > > > > > I want to send a packet with bits to a DSRC-unit. The main specs > > > are: > > > > > > * Carrier Frequency: 5,8025 GHz > > > * Modulation: Two level amplitude modulation > > > * Data Coding: FM0 > > > * Bit rate: 500 kbit/s > >

Re: [Discuss-gnuradio] Problem with underruns

2017-03-17 Thread Andy Walls
> > > SverreTS > > > > > > > > > > > > ________ > > Fra: Discuss-gnuradio <address@hidden> på vegne av Marcus Müller > > <address@hidden> > > Sendt: 16. mars 2017

Re: [Discuss-gnuradio] Problem with underruns

2017-03-17 Thread Marcus Müller
* Data Coding: FM0 > * Bit rate: 500 kbit/s > > SverreTS > > > > > *Fra:* Discuss-gnuradio > <discuss-gnuradio-bounces+sverrets=stud.ntnu...@gnu.org> på vegne av > Marcus Müller <marcus.muel...@ettus.c

Re: [Discuss-gnuradio] Problem with underruns

2017-03-16 Thread Marcus Müller
Hi SverreTS, can you be more specific? Why do you think it's the problem? Can you give us a rough idea of what your program does? At which rates are you working, with which hardware, and so on. Best regards, Marcus On 03/16/2017 01:52 PM, Sverre Turter Sandvold wrote: > > Hi! > > > Need

[Discuss-gnuradio] Problem with underruns

2017-03-16 Thread Sverre Turter Sandvold
Hi! Need some help with this gnuradio-block called "pulse_shaper_bs": https://github.com/sverrets/dsrc/blob/master/gr-dsrcmod/python/pulse_shaper_bs.py used in this program: https://github.com/sverrets/dsrc . I got alot of underruns and think the "pulse_shaper_bs" is causing the problem.