Re: [Discuss-gnuradio] Frequency hopping code printing UUUUU

2018-05-03 Thread Laura Huddleston
: RE: [Discuss-gnuradio] Frequency hopping code printing U I changed it to a file source and took out the file sinks (for now, though I will need them added back in) and now the code doesn't seem to run right. Instead of chirping ever 99ms, pausing for 1ms, changing center frequenc

Re: [Discuss-gnuradio] Frequency hopping code printing UUUUU

2018-05-02 Thread Laura Huddleston
Huddleston IERUS Technologies, Inc. 256-319-2026x236 From: Derek Kozel Sent: Wednesday, May 2, 2018 9:30 AM To: Laura Huddleston Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Frequency hopping code printing U Hi Laura, Yes, your 1 GigE transport is working correctly. Here'

Re: [Discuss-gnuradio] Frequency hopping code printing UUUUU

2018-05-02 Thread Derek Kozel
20MHz, >> so I figured with nyquist's theorem (sampling rate 2x highest frequency), >> that would be the correct one. However any sample rate above ~10MHz causes >> my grc window to freeze. >> >> Thanks for your response!! >> Laura >> _

Re: [Discuss-gnuradio] Frequency hopping code printing UUUUU

2018-05-02 Thread Laura Huddleston
be much appreciated Laura From: Derek Kozel [derek.ko...@ettus.com] Sent: Tuesday, May 1, 2018 8:46 AM To: Laura Huddleston Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Frequency hopping code printing U Hi Laura, With 16 bit samples, the default

Re: [Discuss-gnuradio] Frequency hopping code printing UUUUU

2018-05-01 Thread Derek Kozel
y, April 27, 2018 6:46 PM > To: Laura Huddleston > Cc: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] Frequency hopping code printing U > > Hello Laura, > > It is definitely not afternoon here in Sweden. There is no flowgraph > attached. Happens to me as well, ev

Re: [Discuss-gnuradio] Frequency hopping code printing UUUUU

2018-05-01 Thread Laura Huddleston
reeze. Thanks for your response!! Laura From: Maximilian Stiefel [stiefel.maximil...@online.de] Sent: Friday, April 27, 2018 6:46 PM To: Laura Huddleston Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Frequency hopping code printing U Hello

Re: [Discuss-gnuradio] Frequency hopping code printing UUUUU

2018-04-27 Thread Maximilian Stiefel
Hello Laura, It is definitely not afternoon here in Sweden. There is no flowgraph attached. Happens to me as well, every time ;) This output usually indicates you are doing are something, that causes samples to be dropped, i.e. not transmitted, because something is not fast enough. What sample

Re: [Discuss-gnuradio] Frequency hopping code printing UUUUU

2018-04-27 Thread Laura Huddleston
Good afternoon, I am creating a flowgraph that will chirp and then hop center frequency and repeat. This is on the ettus n200 with a cable connection the transmit to the receive port. The code worked perfectly until I increased the range of the chirp and subsequently the sample rate. Now eve