discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr.vector_sink_c() script


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] gr.vector_sink_c() script
Date: Thu, 15 Jan 2009 13:39:56 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

On Thu, Jan 15, 2009 at 11:22:56AM -0600, Maduike, Dumezie wrote:
> Hello everyone,
> 
> Is anyone familiar with how fast the gr.vector_sink_c() script
> samples incoming data into its sink.  I hooked up the sink directly
> to usrp.source_c() and I was wondering if it receives data at the
> same rate as the ADC (20M samples/sec).

vector_sink is almost always the wrong way to do anything.
It was designed to facilitate QA testing.  It is fast, but it
can consume an unbounded amount of memory.  If you're feeding it
complex<float> at 20MS/s you're eating up RAM at 160MB/s.

Eric




reply via email to

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