discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GR Block Input Item Size


From: Andrew Fong
Subject: [Discuss-gnuradio] GR Block Input Item Size
Date: Mon, 25 Oct 2010 12:36:13 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5

Hi,

I want to create a block that requires 10000 input items and produces 10000 output items on a single stream. However, I'm getting the following message: sched: <gr_block lfm_demod_cf (8)> is requesting more input data
  than we can provide.
  ninput_items_required = 10000
  max_possible_items_available = 8191
  If this is a filter, consider reducing the number of taps.

How do I get the block to operate as I want? I thought inheriting from gr_sync_block with 1:1 input/output rate would work, but it doesn't seems to be the case.

Andrew



reply via email to

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