Added special codes
This commit is contained in:
parent
55de3b118a
commit
705eea7da2
4 changed files with 17 additions and 1 deletions
BIN
morse/main.pdf
BIN
morse/main.pdf
Binary file not shown.
|
@ -73,7 +73,16 @@
|
|||
\texttt{/} & \texttt{-..-.} \\ \midrule
|
||||
\texttt{@} & \texttt{.--.-.} \\ \midrule
|
||||
\texttt{'} & \texttt{.----.} \\ \midrule
|
||||
\texttt{\$} & \texttt{...-..-} \\ \bottomrule
|
||||
\texttt{\$} & \texttt{...-..-} \\ \midrule
|
||||
\texttt{LETTERSPACE} & \texttt{3 Spaces} \\ \midrule
|
||||
\texttt{WORDSPACE} & \texttt{7 Spaces} \\ \midrule
|
||||
\texttt{KA (Message begin)} & \texttt{-.-.-} \\ \midrule
|
||||
\texttt{BT (Break)} & \texttt{-...-} \\ \midrule
|
||||
\texttt{AR (Message end)} & \texttt{.-.-.} \\ \midrule
|
||||
\texttt{VE (Understood)} & \texttt{...-.} \\ \midrule
|
||||
\texttt{SK (End of connection)} & \texttt{...-.-} \\ \midrule
|
||||
\texttt{SOS} & \texttt{...---...} \\ \midrule
|
||||
\texttt{HH (Error)} & \texttt{........} \\ \bottomrule
|
||||
\end{longtabu}
|
||||
|
||||
\vfill
|
||||
|
|
Binary file not shown.
|
@ -76,6 +76,13 @@
|
|||
\texttt{\$} & \texttt{0001001} \\ \midrule
|
||||
\texttt{LETTERSPACE} & \texttt{\#} \\ \midrule
|
||||
\texttt{WORDSPACE} & \texttt{+} \\ \bottomrule
|
||||
\texttt{KA (Message begin)} & \texttt{10101} \\ \midrule
|
||||
\texttt{BT (Break)} & \texttt{10001} \\ \midrule
|
||||
\texttt{AR (Message end)} & \texttt{01010} \\ \midrule
|
||||
\texttt{VE (Understood)} & \texttt{00010} \\ \midrule
|
||||
\texttt{SK (End of connection)} & \texttt{000101} \\ \midrule
|
||||
\texttt{SOS} & \texttt{000111000} \\ \midrule
|
||||
\texttt{HH (Error)} & \texttt{00000000} \\ \bottomrule
|
||||
\end{longtabu}
|
||||
|
||||
\vfill
|
||||
|
|
Reference in a new issue