Difference between revisions of "Protocol decoder:Morse"
Jump to navigation
Jump to search
(Created page with "{{Infobox protocol decoder | id = morse | name = Morse | description = Morse Code | status = ?? | license = GPLv2+ | source_code_d...") |
|||
Line 6: | Line 6: | ||
| license = GPLv2+ | | license = GPLv2+ | ||
| source_code_dir = morse | | source_code_dir = morse | ||
| image = [[File:Pd morse 2.png|250px]] | | image = [[File:Pd morse 1.png|250px]] | ||
[[File:Pd morse 2.png|250px]] | |||
| input = logic | | input = logic | ||
| output = morse | | output = morse |
Revision as of 02:12, 21 September 2017
Name | Morse |
---|---|
Description | Morse Code |
Status | ?? |
License | GPLv2+ |
Source code | decoders/morse |
Input | logic |
Output | morse |
Probes | Data |
Options | timeunit |
The morse protocol decoder decodes Morse Code.
Parameters
timeunit: Morse Code is structured into marks of 1 or 3 time units and spaces of 1, 3, or 7 time units. For the decoder to assess the duration of a mark or space, it needs an initial guess for the time unit. The decoder will adjust this parameter while decoding.