Copyright | (c) Marc Fontaine 2017 |
---|---|
License | BSD3 |
Maintainer | Marc.Fontaine@gmx.de |
Stability | experimental |
Portability | GHC-only |
Safe Haskell | Safe |
Language | Haskell2010 |
This Module contains an example for transmitting a JT65 message. The message is a hardcoded 'hello world'. This Module does NOT contain an implementation of the JT65 codec. (The codec is in the jt65Codec package.)
- jt65SendHelloWorld :: Frequency -> Synth ()
- hello_world_symbols :: [Word8]
- hello_world_frequencies :: [Frequency]
- jt65SymbolStartTimes :: [DiffTime]
Documentation
jt65SendHelloWorld :: Frequency -> Synth () Source #
Send a JT65 'hello world' on a given frequency. The transmission starts at beginning of the next full minute.
hello_world_symbols :: [Word8] Source #
The list of symbols of the 'hello world' message. (acutally not needed.)
hello_world_frequencies :: [Frequency] Source #
The list of pre computed frequencies for the 'hello world' message.
jt65SymbolStartTimes :: [DiffTime] Source #
Symbol start times relative to the full minute.