discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] forecast and set history function for haar decomp


From: Martin Braun (CEL)
Subject: Re: [Discuss-gnuradio] forecast and set history function for haar decomposition
Date: Wed, 23 Oct 2013 13:47:48 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Oct 23, 2013 at 03:23:36AM -0700, Bharat Mukkala wrote:
> the i/o ratio is 1 since the number of input items is same the number of
> output items, but while processing we use the whole signal but not a single
> element while calculating the output elements, i have doubt in figuring out
> how to tell that to gnuradio,my idea is that, can i set_output_multiple to
> ninput_items_required and then do processing.
> thank you

You can only set_output_multiple before work starts, usually in the
constructor. So you set_output_multiple such that you can process the
entire signal at once, and make your block a gr::sync_block.

MB

-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin Braun
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT -- University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

Attachment: pgp29FYLLX61R.pgp
Description: PGP signature


reply via email to

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