discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Which type of block do I use here?


From: Anil Kumar Yerrapragada
Subject: [Discuss-gnuradio] Which type of block do I use here?
Date: Wed, 20 May 2015 00:37:13 -0500

Hi

Say I want to create an energy detect block that takes a certain number
of input samples, measures the (signal) power and compares it against a
threshold. Only if the power exceeds the threshold, the block has to
make the decision that some genuine signal is being received and then
move only those samples to the next block for further processing.

So if power > threshold, send all the samples as is to the next block.
In this case the block behaves as a sync block.

But if power < threshold, the block has to flush the data and wait for
the next set of samples. (I'm not sure what type of block fits the bill
here)


Either way, i wanted to know how to get the same block to behave in two
different ways in terms of the number of items that it outputs.


Thanks for your help
Anil


reply via email to

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