discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Streaming Funcube Dongle Pro+ over UDP


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Streaming Funcube Dongle Pro+ over UDP
Date: Thu, 08 Aug 2013 20:13:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

Hi,
your warning points to the UDP source: Since your receiver can't process all the samples that it gets via UDP, and the UDP source runs out of buffering capacity, it starts to drop UDP packets.

There are two things that you must do:
1) The Samples for the audio sink _must_ be resampled to the right sound card sampling rate, e.g. 44.1kHz, otherwise that card will see a highly frequency-shifted version of the real signal 2) take care that the samples from the network get processed fast enough so that there will be no dropping.

Best Regards
Marcus

Am 08.08.2013 18:09, schrieb Iain Young, G7III:
Different parts of the flow graph can have different sample rates.

You need to use the rational resampler so it's output matches what
your soundcard expects.

You may also need a complex to real somewhere. There are plenty of
examples for a FM receiver on the web.


Best Regards

Iain

On 08/08/13 16:56, Vanush Vaswani wrote:
How can I set the sampling rate on both ends to be the same? FCDPP
sampling rate is 192 KHz.

If I include an audio sink, is the rate of the flowgraph controlled by
the sound card sampling rate?

Attached are my .grc files.


On Thu, Aug 8, 2013 at 11:34 PM, Alexey Bazhin <address@hidden
<mailto:address@hidden>> wrote:

    Do you set sampling rate 192000 on both ends? Post your grc files.

    On Thu, 8 Aug 2013 14:09:42 +1000
    Vanush Vaswani <address@hidden <mailto:address@hidden>> wrote:

     > Hi there,
     >
     > I'm trying to stream the FCDPP over UDP to a another computer
     > The setup is as follows
     >
     > FCDPP Source -> UDP Sink
     >
     > For the receiver,
     >
> UDP Source -> LPF -> Quadrature demod -> FM Deemph -> LPF -> Audio
     > sink
     >
> Unfortunately, when I run the flowgraph on the receiver end, I only
     > hear a bunch of clicks.
     > The console is full of messages "WARN: Too much data; dropping
> packet.". WX GUI FFT Sink and Waterfall seem to work, though with the
     > same messages.
     >
     > Any hints to rectify this issue?


    --
    Alexey Bazhin <address@hidden <mailto:address@hidden>>




_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]