discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GNU Radio conditional operation


From: Songsong Gee
Subject: Re: [Discuss-gnuradio] GNU Radio conditional operation
Date: Thu, 28 Apr 2011 01:27:39 +0900

Thank you for your answer.

I have one more question,
In that directory, there are lots of python script,
Unfortunately, I'm not good at that language
and I have just learned GNU Radio with GRC

Is that what I wanted now available in GRC?

2011/4/27 Martin Braun <address@hidden>
On Wed, Apr 27, 2011 at 08:54:15PM +0900, Songsong Gee wrote:
> Hi,
>
>
> I'm wondering whether I can use GNU Radio with conditional operation
>
>
> For example,
>
>
> Listens signal, and if preamble received, skip preamble and continue listening
>
> if payload received, store it into file sink
>
>
> Like that.

Hi Songsong Gee,

when using gr_blocks, you can do all kinds of stuff like that. Remember
that you can output pretty much anything when receiving something. So
you could write a block that simply doesn't output anything as long as
no payload is being pushed into its input.

There are some examples for this. Check out
gnuradio-examples/python/digital.

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


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




--
Seokseong Jeon (aka Songsong Gee)


reply via email to

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