discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] sample and hold Ctrl Input


From: feldmaus
Subject: [Discuss-gnuradio] sample and hold Ctrl Input
Date: Mon, 11 May 2009 10:36:47 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi All,

i am using the Sample and Hold Element, but there seems to be
some needed conversion for the Ctrl Input. my source uses a vector which is 4
times bigger than the ctrl input sink. My source send only 0 or 1, so it should
be no problem to lessen this vector.

I didn't find any examples.
Is there an example i didnt saw ?
Which conversion Element is the right one ?
I think vectorSource[4] to vectorSink[0] should be nice, so that only
the LSB will be transfered, for example:
(Source)0000 --> 0(Sink)
(Source)0001 --> 1(Sink)
But this wished Element doesn't exist in GRC.
Am i right ?

Regards Markus






reply via email to

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