ArticleslgStudy

computer science

Single-frequency network

Single-frequency network is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Single-frequency network rather than just read about it. In short: A single-frequency network (SFN) is a broadcast network where several transmitters simultaneously send the same signal over the same frequency channel. Analog AM and FM radio broadcast networks as well as digital broadcast networks can operate in this manner.

Single-frequency network — main illustration
Single-frequency network — illustration

Key takeaways

  • Single-frequency network belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Single-frequency network to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Single-frequency network from memory before moving on to harder problems.

Reference excerpt

A single-frequency network (SFN) is a broadcast network where several transmitters simultaneously send the same signal over the same frequency channel.

Analog AM and FM radio broadcast networks as well as digital broadcast networks can operate in this manner. SFNs are not generally compatible with analog television transmission, since the SFN results in ghosting due to echoes of the same signal. A simplified form of SFN can be achieved by a low power co-channel repeater, booster or broadcast translator, which is utilized as a gap filler transmitter. The aim of SFNs is efficient utilization of the radio spectrum, allowing a higher number of radio and TV programs in comparison to traditional multi-frequency network (MFN) transmission. An SFN may also increase the coverage area and decrease the outage probability in comparison to an MFN, since the total received signal strength may increase to positions midway between the transmitters. SFN schemes are somewhat analogous to what in non-broadcast wireless communication, for example cellular networks and wireless computer networks, is called transmitter macrodiversity, CDMA soft handoff and Dynamic Single Frequency Networks (DSFN). SFN transmission can be considered as creating a severe form of multipath propagation. The radio receiver receives several echoes of the same signal, and the constructive or destructive interference among these echoes (also known as self-interference) may result in fading. This is problematic especially in wideband communication and high-data rate digital communications, since the fading in that case is frequency-selective (as opposed to flat fading), and since the time spreading of the echoes may result in intersymbol interference (ISI). Fading and ISI can be avoided by means of diversity schemes and equalization filters. Transmitters, which are part of a SFN, should not be used for navigation via direction finding as the direction of signal minima or signal maxima can differ from the direction to the transmitter.

OFDM and COFDM In wideband digital broadcasting, self-interference cancellation is facilitated by the OFDM or COFDM modulation method. OFDM uses a large number of slow low-bandwidth modulators instead of one fast wide-band modulator. Each modulator has its own frequency sub-channel and sub-carrier frequency. Since each modulator is very slow, one can afford to insert a guard interval between the symbols, and thus eliminate the ISI. Although the fading is frequency-selective over the whole frequency channel, it can be considered as flat within the narrowband sub-channel. Thus, advanced equalization filters can be avoided. A forward error correction code (FEC) can counteract some of the sub-carriers being exposed to too much fading to be correctly demodulated. OFDM is utilized in the terrestrial digital TV broadcasting system DVB-T (used in Europe and other regions), ISDB-T (used in Japan, Brazil, and the Philippines) and in ATSC 3.0. OFDM is also widely used in digital radio systems, including DAB, HD Radio, and T-DMB. Therefore, these systems are well-suited to SFN operation.

DVB-T SFN In DVB-T a SFN functionality is described as a system in the implementation guide. It allows for re-transmitters, gap-filler transmitters (essentially a low-power synchronous transmitter) and use of SFN between main transmitter towers. The DVB-T SFN uses the fact that the guard interval of the COFDM signal allows for various length of path echoes to occur is not different from that of multiple transmitters transmitting the same signal onto the same frequency. The critical parameters is that it needs to occur about in the same time and at the same frequency. The versatility of time-transfer systems such as GPS receivers (here assumed to provide PPS and 10 MHz signals) as well as other similar systems allows for phase and frequency coordination among the transmitters. The guard interval allows for a timing budget, of which several microseconds may be allocated to time errors of the time-transfer system used. A GPS receiver worst-case scenario is able to provide +/- 1 μs time, well within the system needs of DVB-T SFN in typical configuration. In order to achieve the same transmission time on all transmitters, the transmission delay in the network providing the transport to the transmitters needs to be considered. Since the delay from the originating site to the transmitter varies, a system is needed to add delay on the output side such that the signal reaches the transmitters at the same time. This is achieved by the use of special information inserted into the data stream called the Mega-frame Initialization Packet (MIP) which is inserted using a special marker in the MPEG-2 Transport Stream forming a mega-frame. The MIP is time-stamped in the SFN adapter, as measured relative the PPS signal and counted in 100 ns steps (period time of 10 MHz) with the maximum delay (programmed into the SFN adapter) alongside. The SYNC adapter measures the MIP packet against its local variant of PPS using the 10 MHz to measure the actual network delay and then withholding the packets until the maximum delay is achieved. The details is to be found in ETSI TR 101 190 and mega-frame details in ETSI TS 101 191. It should be understood that the resolution of the mega-frame format is being in steps of 100 ns, whereas the accuracy needs can be in the range of 1-5 μs. The resolution is sufficient for the needed accuracy. There is no strict need for an accuracy limit as this is a network planning aspect, in which the guard-interval is being separated into system time error and path time-error. A 100 ns step represents a 30 m difference, while 1 μs represents a 300 m difference. These distances needs to be compared with the worst-case distance between transmitter towers and reflections. Also, the time accuracy relates to nearby towers in a SFN domain, since a receiver is not expected to see the signal from transmission towers being geographically far apart, so there is no accuracy requirements between these towers. So called GPS-free solutions exist, which essentially replace GPS as the timing distribution system. Such system may provide benefit in integration with transmission system for the MPEG-2 Transport Stream. It does not change any other aspect of the SFN system as the basic requirements can be met.

ATSC and 8VSB

… excerpt ends here. Continue reading the full article.

Illustrations

Single-frequency network: Single Frequency Network modelTop:Multi Frequency NetworkBottom:Single Frequency Network
Single Frequency Network modelTop:Multi Frequency NetworkBottom:Single Frequency Network

Worked examples

Example 1 — a first encounter with Single-frequency network

Start with the simplest possible case. Write down what Single-frequency network claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Single-frequency network before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Single-frequency network ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Single-frequency network

In research
Single-frequency network appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Single-frequency network in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Single-frequency network is common in secondary-school and first-year university syllabi. It links to neighbouring topics Broadcast engineering, Digital television, Radio resource management, so understanding it makes those chapters shorter.
In everyday life
Look for Single-frequency network outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Single-frequency network” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Single-frequency network in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Single-frequency network means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Single-frequency network out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Single-frequency network in simple terms?

A single-frequency network (SFN) is a broadcast network where several transmitters simultaneously send the same signal over the same frequency channel. Analog AM and FM radio broadcast networks as well as digital broadcast networks can operate in this manner.

Why does Single-frequency network matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Single-frequency network?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Single-frequency network.

Tags

  • Broadcast engineering
  • Digital television
  • Radio resource management

Keep exploring