Login or Register for FREE!
Subelement E8
SIGNALS AND EMISSIONS
Section E8C
Digital signals: digital communication modes; information rate vs. bandwidth; error correction
How is Forward Error Correction implemented?
  • By the receiving station repeating each block of three data characters
  • By transmitting a special algorithm to the receiving station along with the data characters
  • Correct Answer
    By transmitting extra data that may be used to detect and correct transmission errors
  • By varying the frequency shift of the transmitted signal according to a predefined algorithm

In Forward Error Correction (FEC), an algorithm computes "parity" information from the user data that is "sent forward" to the receiver so it can verify and correct transmission errors without necessarily relying on retransmission. Note the answers: An algorithm is used to encode and decode the data, but the algorithm itself is not sent, as the receiver should already have it.

HINT: Both the question & and the correct answer only contains the word "error."

Last edited by yr7 - extra. Register to edit

Tags: arrl chapter 8 arrl module 8d

What is the definition of symbol rate in a digital transmission?
  • The number of control characters in a message packet
  • The duration of each bit in a message sent over the air
  • Correct Answer
    The rate at which the waveform changes to convey information
  • The number of characters carried per second by the station-to-station link

In digital communications, symbol rate, also known as baud or modulation rate, is the number of symbol changes, waveform changes, or signaling events, across the transmission medium per time unit using a digitally modulated signal or a line code. The symbol rate is measured in baud (Bd) or symbols per second.

SEE: https://en.wikipedia.org/wiki/Symbol_rate

Note that baud is a rate, so 'baud rate' is redundant, but it is colloquially used.

Hint: The only and correct answer has the word rate in it.

Last edited by liangjy10. Register to edit

Tags: arrl chapter 8 arrl module 8b

Why should phase-shifting of a PSK signal be done at the zero crossing of the RF signal?
  • Correct Answer
    To minimize bandwidth
  • To simplify modulation
  • To improve carrier suppression
  • All these choices are correct

Triggering a signal at a non-zero crossing is an "instantaneous" shift, locally similar to a square wave. From Fourier analysis we know that square waves require an infinite sum of frequencies... Long story short, larger jumps require more bandwidth.

Conversely, take the opposite view. If we want to use the minimum bandwidth, how do we achieve this? With a single sine wave. How does a sine wave begin? At the zero crossing.

Memory hint: Zero = minimize

Last edited by kd7bbc. Register to edit

Tags: none

What technique minimizes the bandwidth of a PSK31 signal?
  • Zero-sum character encoding
  • Reed-Solomon character encoding
  • Correct Answer
    Use of sinusoidal data pulses
  • Use of trapezoidal data pulses

The PSK31 bandwidth is minimized by the special sinusoidal shaping of the transmitted data symbols in the form of pulses.

As seen in the image below, PSK pulses are a fixed length and may contain a phase reversal.

BPSK31 modulation

If these reversals were instantaneous, high-frequency square-wave-type components would appear in the signal, broadening the sidebands.

However, because the cosine shaping function is set so that its half period exactly matches the pulse length, the phase transitions are as slow (low-frequency) as possible. This keeps the sidebands as close to the carrier as possible, allowing the signal to occupy the narrowest possible bandwidth.

For more, see:

Image CC BY-SA 3.0 Albany45

Last edited by meetar. Register to edit

Tags: arrl chapter 8 arrl module 8c

What is the approximate bandwidth of a 13-WPM International Morse Code transmission?
  • 13 Hz
  • 26 Hz
  • Correct Answer
    52 Hz
  • 104 Hz

Given:
CW Words Per Minute (WPMCW) = 13

What is the necessary bandwidth (BW) for this transmission?

For a CW transmission, remember:
Bandwidth (BWCW) ≈ 4 Hz * WPMCW

So in this case:
BWCW ≈ 4 Hz * 13 WPM
BWCW52 Hz

Test tip: To remind yourself that you must multiply by FOUR to calculate bandwidth in HERTZ from WORDS Per Minute of CW...just think,
"Four letter words hertz."

It may also help to remember that in a deck of cards there are 13 cards in each suit and 4 suits for 52 total cards.

Yet another way to remember it is that morse code is just 2 symbols, dot and dash, and a good rule of thumb from the General exam is to stay at least an extra bandwidth away from the edge of the band. Two doubled is 4!

Last edited by naracula. Register to edit

Tags: arrl chapter 8 arrl module 8c

What is the bandwidth of a 170-hertz shift, 300-baud ASCII transmission?
  • 0.1 Hz
  • 0.3 kHz
  • Correct Answer
    0.5 kHz
  • 1.0 kHz

The necessary bandwidth of a 170-hertz shift, 300-baud ASCII transmission is 0.5 kHz.


The ARRL Extra Class License manual states: bandwidth (BW) is:

\[\text{BW}_{(\text{Hertz})} = (K \times \text{shift}) + B\]

where:

  • \(K = 1.2\) (an estimated empirical factor)
  • \(B\) = baud, or symbol rate.

Therefore, \begin{align} \text{BW} &= (1.2 \times 170\text{ Hz}) + 300\text{ baud}\\ &= 504\text{ Hz}\\ &\approx 0.5\text{ kHz} \end{align}

Hint1: It's the only answer that has a number not in the question, "5".

Hint2: 'shift' to the number not in the question :)

Last edited by crd716. Register to edit

Tags: arrl chapter 8 arrl module 8c

What is the bandwidth of a 4800-Hz frequency shift, 9600-baud ASCII FM transmission?
  • Correct Answer
    15.36 kHz
  • 9.6 kHz
  • 4.8 kHz
  • 5.76 kHz

Given:
Frequency Shift = 4800 Hz
Transmission Rate = 9600 baud

What is the necessary bandwidth (BW)?

Remember:
Keying (\(K\)) should be 1.2 for most amateur radio purposes

\begin{align} \text{BW} &= (K \cdot \text{shift}) + \text{baud rate}\\ &=( 1.2 \cdot 4800\text{ Hz} ) + 9600\\ &= 15,360\text{ Hz}\\ &= 15.36\text{ kHz} \end{align}

** Test Tip - '4800' and '9600' consist of 4 digits. The answer is the only choice containing 4 digits '15.36'.

Last edited by sameold77. Register to edit

Tags: arrl chapter 8 arrl module 8c

How does ARQ accomplish error correction?
  • Special binary codes provide automatic correction
  • Special polynomial codes provide automatic correction
  • If errors are detected, redundant data is substituted
  • Correct Answer
    If errors are detected, a retransmission is requested

In automatic repeat-request (ARQ) systems the transmitter sends the data and also an error checking code. The receiver checks for errors and request retransmission of erroneous data.

This is also how TCP works in TCP/IP on the Internet. (TCP is used for your connection to this web site.)

Hint: When you see ARQ, think "reQuesT".

Last edited by mikeard. Register to edit

Tags: arrl chapter 8 arrl module 8d

Which digital code allows only one bit to change between sequential code values?
  • Binary Coded Decimal Code
  • Extended Binary Coded Decimal Interchange Code
  • Excess 3 code
  • Correct Answer
    Gray code

For the values

0,1,2,3,4,5,6,7

Normal binary encoding looks like this:

000, 001, 010, 011, 100, 101, 110, 111

In some cases, all 3 values change between adjacent values. For example, from 3 to 4 the sequence goes from 011 to 100.

An example gray code is:

000, 001, 011, 010, 110, 111, 101, 100

In this case, there is still a unique encoding for each possible value, but only one bit changes between adjacent values. Gray codes are useful components in implementing hardware and in error correcting codes. This is because some technologies, like magnetic disks, can't reliably detect more than one change every so many bits.

Last edited by kv0a. Register to edit

Tags: arrl chapter 8 arrl module 8b

How may data rate be increased without increasing bandwidth?
  • It is impossible
  • Increasing analog-to-digital conversion resolution
  • Correct Answer
    Using a more efficient digital code
  • Using forward error correction

The best answer here given the restrictions (symbol rate must be increased, not bitrate, and bandwidth must not be increased) is using a more efficient digital code. A more efficient digital code would typically make the symbols shorter in time so that more can be sent in a given period of time without increasing the bandwidth.

"It is impossible" may become true at some point for bitrate once Shanon information theory limits for power and bandwidth have been exceeded, but generally speaking it is not "just impossible" to increase the symbol rate especially when the symbols are inefficient.

You might be tempted to say "Increasing analog-to-digital conversion resolution" but this would be wrong because increase ADC resolution would only help you add more symbols, not transmit and decode symbols faster or shorten the symbols. In other words, this answer might be true if we were talking about bitrate rather than symbol rate, but for this question we must increase the symbol rate not just the bitrate, and we are not allowed to use more bandwidth.

"Using forward error correction" is a particularly bad answer since this just introduces additional overhead, has no necessary effect on the symbol rate, and only lowers the net bitrate due to the transmission of redundant information.

Just remember that symbol rate is about efficiency to help you remember this answer.

Last edited by kd7bbc. Register to edit

Tags: none

What is the relationship between symbol rate and baud?
  • Correct Answer
    They are the same
  • Baud is twice the symbol rate
  • Symbol rate is only used for packet-based modes
  • Baud is only used for RTTY

Baud is another name for symbol rate.

Symbol rate is the number of different transmission units sent per second over a link. If each symbol can contain two different values, it is equivalent to bits per second.

It is possible for a symbol to contain more different values. For example, if it contains four different possible values, each symbol contains 2 bits of information, and the number of bits per second is double the baud rate.

Last edited by kb7m. Register to edit

Tags: arrl chapter 8 arrl module 8b

What factors affect the bandwidth of a transmitted CW signal?
  • IF bandwidth and Q
  • Modulation index and output power
  • Correct Answer
    Keying speed and shape factor (rise and fall time)
  • All these choices are correct

The bandwidth of a signal is directly related to the amount of information per second being transmitted. Obviously, if you increase the speed of the CW signal, the bandwidth will increase. Not as obvious is that if you make the rise and fall time of the CW elements faster, you increase the potential for harmonics (key clicks!) as well as increase the bandwidth.

Last edited by kb7m. Register to edit

Tags: none

Go to E8B Go to E8D