Question: Code needs to be in C or MSP430. For the purposes of this homework, you will be implementing a simple Morse Code Translator in your


Code needs to be in C or MSP430.
For the purposes of this homework, you will be implementing a simple Morse Code Translator in your MSP-EXP430G2 Launchpad Morse Code is a method used to transfer text, usually as a series of tones. The code was most commonly used in combination with telegraph machines. The International Morse Code provides an encoding of the basic Latin alphabet as a series of signals called dots and dashes, where a dot is a short pulse and a dash is a long pulse. The International Morse Code is shown in Table 1 M Table 1: International Morse Code To send a message in Morse Code, we use the encoding provided in Table 1 and the following s of timing rules The duration of a dot is a single unit. The duration of a dash is three units The duration of the space between parts of each letter is a single unit. The duration of the space between letters is three units The duration of the space between words is seven units. For example, to send the standard International Morse Code Distress Signal, SOS, we translate each letter using Table 1 and then employ the timing rules to obtain the message in Figure 1. (a) Rendered in Morse Code (b) Rendered in Morse Code with Timing Added For the purposes of this homework, you will be implementing a simple Morse Code Translator in your MSP-EXP430G2 Launchpad Morse Code is a method used to transfer text, usually as a series of tones. The code was most commonly used in combination with telegraph machines. The International Morse Code provides an encoding of the basic Latin alphabet as a series of signals called dots and dashes, where a dot is a short pulse and a dash is a long pulse. The International Morse Code is shown in Table 1 M Table 1: International Morse Code To send a message in Morse Code, we use the encoding provided in Table 1 and the following s of timing rules The duration of a dot is a single unit. The duration of a dash is three units The duration of the space between parts of each letter is a single unit. The duration of the space between letters is three units The duration of the space between words is seven units. For example, to send the standard International Morse Code Distress Signal, SOS, we translate each letter using Table 1 and then employ the timing rules to obtain the message in Figure 1. (a) Rendered in Morse Code (b) Rendered in Morse Code with Timing Added
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
