Gnu Radio is a streaming architecture. Sample-rate is actually almost-entirely meaningless within the flowgraph, and only really
  has meaning "at the edges" when interfacing to the real world.  The only exception is the throttle block, and even it doesn't
  produce *precise* sample-rates.
 
For things like FFT blocks, the sample-rate is just used to calculate internal decimation functions to deliver the requested display update rate.
 
The other main issue is that Gnu Radio buffers qutie a bit.  So if your samples are dribbling into the flow-graph at very low rates, it takes a while for
  the buffers to fill to the point where downstream blocks get "woken up" by the scheduler to process the buffered samples.
 
 
 
on May 15, 2014, madengr <rfe...@everestkc.net> wrote:
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to