discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Decoding Morse code


From: Mike Markowski
Subject: Re: [Discuss-gnuradio] Decoding Morse code
Date: Fri, 06 Mar 2015 19:29:21 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

On 03/06/2015 03:30 PM, Martin Braun wrote:
Mike,

have you gone through our beginner's tutorials?  [...]

Martin, I will revisit them. At this early stage, at each iteration I absorb some more. Your note implies my answer is there, so off I go...

On 03/06/2015 04:08 PM, Iain Young, G7III wrote:
I would pass this through a threshold block, followed by a float to
char, then out to a file (pipe) or UDP socket.

Then write your own code to take in the stream of 1's and 0's, and
decode the morse that way.  [...]

Thanks, Iain, I hadn't thought of passing the info to another program. I hope to keep it self-contained in gnuradio, but if that fails I'll use your idea. It would certainly be easy to timestamp each incoming sample that way!

Thanks very much, guys,
Mike



reply via email to

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