Analogue vs Digital Signals in A-Level Physics | A-Level 物理:模拟信号与数字信号的区别

📚 Analogue vs Digital Signals in A-Level Physics | A-Level 物理:模拟信号与数字信号的区别

In A-Level Physics (CIE), the distinction between analogue and digital signals is a fundamental topic in the ‘Communication’ section of the syllabus. Understanding how information is encoded, transmitted, and decoded underpins nearly every modern technology, from radio broadcasting to fibre-optic internet. This article provides a thorough, exam-focused comparison of analogue and digital signals, including waveform characteristics, sampling principles, advantages of digital transmission, and common CIE exam questions.

在 A-Level 物理(CIE 考试局)中,模拟信号与数字信号的区别是“通信”章节的基础考点。理解信息如何被编码、传输和解码,是现代几乎所有技术(从无线电广播到光纤互联网)的核心前提。本文提供全面、紧扣考点的比较分析,涵盖波形特征、采样原理、数字传输的优势以及常见 CIE 考题类型。


1. Definitions | 定义

An analogue signal is a continuously varying quantity, such as voltage or current, whose instantaneous value is directly proportional to the physical quantity being measured. It can take an infinite number of values within a given range. Examples include the electrical signal from a microphone, a thermocouple reading, or the traditional analogue television broadcast.

模拟信号是一种连续变化的物理量(如电压或电流),其瞬时值与被测物理量成正比。在给定范围内,它可以取无限多个数值。典型例子包括麦克风产生的电信号、热电偶读数以及传统模拟电视广播。

A digital signal, by contrast, is a discrete signal that can only take a limited number of defined values — in practice, usually two: HIGH (logic 1) and LOW (logic 0). These values are represented by voltage pulses, light pulses in optical fibre, or other binary states. Most digital signals in electronics are binary, meaning each pulse carries one ‘bit’ of information.

数字信号则是一种离散信号,只能取有限个定义值——在实际中通常只有两个:高电平(逻辑 1)和低电平(逻辑 0)。这些值通过电压脉冲、光纤中的光脉冲或其他二进制状态来表示。电子学中的大多数数字信号是二进制的,意味着每个脉冲携带一个“比特”的信息。


2. Waveform Characteristics | 波形特征

The graphical representation of an analogue signal is a smooth, continuous curve. Its amplitude, frequency, and phase can vary continuously in response to the information being transmitted. A sound wave converted to a voltage by a microphone is a perfect example — the voltage waveform mirrors the air pressure variations exactly.

模拟信号的图像是一条平滑、连续的曲线。其振幅、频率和相位都会随所传输的信息连续变化。由麦克风将声波转换而成的电压波形就是一个典型例子——电压波形精确地镜像了空气压强的变化。

A digital signal, when displayed on an oscilloscope or in a timing diagram, appears as a square wave. The voltage alternates between two discrete levels — for example, 0 V representing binary ‘0’ and +5 V representing binary ‘1’. The transitions between these levels are steep and occur at specific clock instants.

数字信号在示波器上或时序图中显示为方波。电压在两个离散电平之间交替——例如,0 V 代表二进制“0”,+5 V 代表二进制“1”。电平之间的切换非常陡峭,且发生在特定的时钟时刻。

Feature Analogue Digital
Waveform shape Continuous, smooth curve Discrete square wave
Number of values Infinite Finite (usually 2)
Voltage levels Any value in a range, e.g. 0–5 V Only HIGH or LOW, e.g. 0 V and 5 V

3. Quantisation and Sampling | 量化与采样

To transmit an analogue signal digitally, the analogue signal must first be converted using an analogue-to-digital converter (ADC). This process involves two key stages: sampling and quantisation. Sampling measures the amplitude of the analogue signal at regular time intervals. The number of samples taken per second is called the sampling frequency.

为了以数字方式传输模拟信号,必须首先使用模数转换器(ADC)对模拟信号进行转换。这个过程包含两个关键步骤:采样量化。采样以固定的时间间隔测量模拟信号的振幅,每秒采集的样本数称为采样频率

Quantisation is the process of mapping the sampled amplitudes to a finite set of discrete levels. The number of quantisation levels is typically expressed as a power of two, e.g. 256 levels (8-bit), 1024 levels (10-bit), etc. The quantisation error (or resolution) is the difference between the actual analogue value and its nearest quantised level. A larger number of bits provides smaller quantisation error but requires more bandwidth to transmit.

量化是将采样得到的振幅映射到有限个离散电平的过程。量化电平数通常用 2 的幂次表示,例如 256 级(8 比特)、1024 级(10 比特)等。量化误差(或分辨率)是实际模拟值与最接近的量化电平之间的差值。比特数越多,量化误差越小,但传输所需的带宽也越大。

Quantisation error = Actual value − Quantised value

Furthermore, the sampling theorem (Nyquist theorem) states that the sampling frequency must be at least twice the highest frequency component of the analogue signal in order to reconstruct it faithfully. That is:

此外,采样定理(奈奎斯特定理)表明:为了无失真地重建模拟信号,采样频率必须至少是该信号中最高频率分量的两倍,即:

f_sampling ≥ 2 × f_max


4. Advantages of Digital Signals | 数字信号的优点

Digital signals have several significant advantages over analogue signals, which is why modern communication systems are almost exclusively digital:

数字信号相比模拟信号具有若干显著优势,这也是现代通信系统几乎全部数字化的原因:

  • Immunity to noise: Because digital signals only need to be detected as HIGH or LOW, moderate noise or attenuation does not alter the information content. A regenerator (repeater) can reconstruct a perfect clean signal.
  • 抗噪能力强:由于数字信号只需识别高、低两种电平,适度的噪声或衰减不会改变信息内容。中继器(再生器)可以重建出完美干净的信号。
  • Error detection and correction: Digital data can include parity bits, checksums, and other error-correcting codes, enabling receivers to detect and even correct transmission errors.
  • 可检错与纠错:数字数据可以包含奇偶校验位、校验和以及其他纠错编码,使接收端能够检测甚至纠正传输错误。
  • Storage and processing: Digital data can be stored reliably in memory, compressed, encrypted, and processed by computers without degradation over time.
  • 便于存储与处理:数字数据可以可靠地存储在存储器中,可压缩、加密并由计算机处理,且不会随时间劣化。
  • Long-distance transmission: Over long distances, analogue signals accumulate noise that cannot be removed, whereas digital signals can be regenerated at intervals with no loss of quality.
  • 远距离传输:在长距离传输中,模拟信号会不断累积噪声且无法去除,而数字信号可以每隔一段距离再生,不会损失质量。

5. Disadvantages of Digital Signals | 数字信号的缺点

Despite the many benefits, digital signals are not without drawbacks, and these are frequently tested in CIE exams:

尽管数字信号优势众多,但也并非没有缺点,以下内容在 CIE 考试中经常出现:

  • Increased bandwidth requirement: Representing a continuous analogue wave in digital form requires many bits per second, occupying a wider bandwidth than the original analogue signal.
  • 带宽需求增大:将连续的模拟波形以数字形式表达需要每秒传输大量比特,占用的带宽比原始模拟信号更宽。
  • Quantisation error: The digitisation process introduces an inherent loss of information — the recovered signal is only an approximation of the original.
  • 量化误差:数字化过程会带来固有的信息丢失——恢复出来的信号只是原信号的近似值。
  • Complexity: Digital systems require ADC, DAC, encoding, and decoding circuits, making the hardware more complex and expensive than simple analogue circuits.
  • 系统复杂:数字系统需要 ADC、DAC、编码和解码电路,硬件比简单的模拟电路更复杂、更昂贵。

6. Analogue-to-Digital Conversion (ADC) and DAC | 模数转换(ADC)与数模转换(DAC)

In an exam, you may be asked to describe the process of converting an analogue signal to a digital signal. The ADC operates in three steps:

在考试中,你可能会被要求描述模拟信号转换为数字信号的过程。ADC 的工作分为三个步骤:

(1) Sampling: The analogue signal is sampled at regular intervals of time, called the sampling period. Each sample holds the instantaneous voltage.

(1) 采样:以固定的时间间隔(称为采样周期)对模拟信号进行采样,每个样本保存瞬时电压值。

(2) Quantisation: Each sampled voltage is rounded to the nearest permitted discrete level. The number of levels is often 2ⁿ, where n is the number of bits.

(2) 量化:每个采样电压被四舍五入到最接近的允许离散电平。电平数通常为 2ⁿ,其中 n 是比特数。

(3) Encoding: Each quantised level is assigned a unique binary code, which is then transmitted as a sequence of HIGH/LOW pulses.

(3) 编码:每个量化电平被分配一个唯一的二进制码,然后以高/低脉冲序列的形式传输。

The reverse process, digital-to-analogue conversion (DAC), converts the binary signal back into a smooth analogue voltage, for example to drive a loudspeaker. The DAC produces a ‘staircase’ waveform, which is then passed through a low-pass filter to smooth it into the original-like continuous signal.

逆过程——数模转换(DAC)——将二进制信号重新转换为平滑的模拟电压,例如用于驱动扬声器。DAC 产生“阶梯状”波形,随后通过低通滤波器平滑处理,使其成为近似原始信号的连续波形。


7. Analogue vs Digital in Communication Systems | 通信系统中的模拟与数字对比

In CIE A-Level Physics, this comparison is often presented in table form in both the syllabus and past papers. You should be prepared to reproduce a comparison table with the following key points:

在 CIE A-Level 物理中,这种对比在考纲和真题中常以表格形式出现。你应该能够写出包含以下关键点的对比表格:

Property Analogue Digital
Signal type Continuous Discrete (binary)
Degradation with noise Noise accumulates irreversibly Noise can be removed by regeneration
Bandwidth needed Narrower Wider
Error checking Not possible Possible via parity/checksum
Hardware complexity Simple Complex (requires ADC/DAC, encoders)
Example Analogue radio (AM/FM), older telephones Fibre-optic internet, mobile phone data, CDs

8. Attenuation and Regeneration | 衰减与再生

Attenuation refers to the loss of signal power as it travels along a transmission medium. It is measured in decibels (dB) using the formula:

衰减是指信号在传输介质中传播时的功率损失,用分贝(dB)表示,公式如下:

Loss (dB) = 10 log₁₀(P₁ / P₂)

where P₁ is the input power and P₂ is the output power. For analogue signals, attenuation reduces the amplitude of the signal, and any noise picked up along the way remains and is amplified along with the signal. This is an irreversible loss.

其中 P₁ 是输入功率,P₂ 是输出功率。对于模拟信号,衰减会降低信号幅度,而沿途引入的噪声将伴随信号一起被放大,这种损失是不可逆的。

For digital signals, however, regeneration is possible. A digital repeater reads the incoming binary signal, detects whether each bit is HIGH or LOW, and transmits a fresh, full-amplitude signal. Noise that was added to the digital pulse does not need to be preserved — only the logical value matters. Thus, digital signals can be transmitted over arbitrarily long distances without cumulative degradation.

然而对于数字信号,再生是可行的。数字中继器读取输入的二进制的信号,判断每个比特是高还是低,然后重新发射一个满幅度的新信号。叠加在数字脉冲上的噪声无需保留——重要的是逻辑值。因此,数字信号可以在任意长的距离上传输而不会产生累积劣化。


9. Bandwidth and Bit Rate | 带宽与比特率

The bandwidth of a communication channel is the range of frequencies it can carry, measured in hertz (Hz). The bit rate is the number of bits transmitted per second, measured in bits per second (bps). For a digital signal, a longer bit stream requires a larger bandwidth. Quantisation levels relate directly to bit rate as follows:

通信信道的带宽是它能够承载的频率范围,单位为赫兹(Hz)。比特率是每秒传输的比特数,单位为比特每秒(bps)。对于数字信号,比特流越长,所需带宽越大。量化电平与比特率的关系如下:

Bit rate = (number of samples per second) × (number of bits per sample)

For example, if an audio signal is sampled at 40,000 samples per second, with each sample encoded as 8 bits, the bit rate would be 40,000 × 8 = 320,000 bps = 320 kbps. This is a common calculation in CIE paper 4 questions.

例如,如果一个音频信号以每秒 40,000 次采样,每个样本编码为 8 比特,那么比特率就是 40,000 × 8 = 320,000 bps = 320 kbps。这是 CIE 第四卷常见的一道计算题。

Note that the bandwidth required to transmit this digital signal is related to the bit rate — a higher bit rate needs a greater bandwidth. This is why digital communication systems require channels with wide bandwidths, such as optical fibres carrying GHz-range signals.

需要注意,传输该数字信号所需的带宽与比特率相关——比特率越高,所需带宽越大。这就是为什么数字通信系统需要大带宽信道,例如承载吉赫兹量级信号的光纤。


10. Typical CIE Exam Questions | 常见 CIE 考题类型

Here are the question styles most frequently encountered in CIE A-Level Physics past papers, along with the reasoning you should demonstrate in your answers:

以下是 CIE A-Level 物理真题中最常见的题型,以及你在作答时应该展示的推理过程:

  • (a) Compare the waveforms of analogue and digital signals: Draw a smooth continuous sine wave for analogue and a square wave for digital; label the two voltage levels of the digital waveform.
  • (a) 比较模拟与数字信号波形:为模拟信号画平滑连续正弦波,为数字信号画方波,并标出数字波形的两个电压电平。
  • (b) Explain why digital signals are less affected by noise: State that a digital receiver only needs to distinguish between HIGH and LOW; small disturbances do not affect the logical state.
  • (b) 解释为什么数字信号受噪声影响较小:指出数字接收器只需区分高低电平,小幅扰动不会影响逻辑状态。
  • (c) Calculate the bit rate or sampling rate from given data: Use the formula: bit rate = sampling rate × bits per sample. Alternatively, determine the minimum sampling frequency using the Nyquist criterion.
  • (c) 根据给定数据计算比特率或采样率:使用公式:比特率 = 采样率 × 每样本比特数;或者用奈奎斯特定理确定最小采样频率。
  • (d) Describe the steps of an ADC: Mention sampling at regular intervals, quantising to finite levels, and encoding to binary.
  • (d) 描述 ADC 的工作步骤:提及定时采样、有限电平量化以及二进制编码。
  • (e) Discuss the advantages of digital transmission over analogue: Mention noise immunity, error detection/correction, regeneration, and faithful long-distance transmission.
  • (e) 讨论数字传输相比模拟传输的优势:提及抗噪能力、检错纠错、信号再生和长距离保真传输。

A common exam misconception is to write that digital signals have ‘no noise’. This is incorrect — digital signals still experience noise, but the noise does not affect the interpretation of the data if it does not exceed the threshold levels. Be precise in your wording: digital signals are less affected by noise, not noise-free.

一个常见的考场误区是写“数字信号没有噪声”。这是错误的——数字信号同样会受噪声影响,但只要噪声不越过阈值电平,就不会影响数据解读。措辞要准确:数字信号是受噪声影响更小,而非完全无噪声。


11. Unifying Summary | 总结对比

To consolidate your revision, keep the following principle in mind: analogue signals are continuous and exact but fragile; digital signals are discrete and approximate but robust. This single sentence captures the essence of why the world has switched from analogue to digital communication.

为了巩固复习,请牢记这一原则:模拟信号连续而精确,但易受干扰;数字信号离散而近似,却十分稳健。这一句话概括了为什么世界已经从模拟通信全面转向数字通信。

In terms of exam technique, whenever you are asked to ‘explain the advantage of digital signals’, always mention three things: (1) noise immunity and regeneration, (2) error checking capability, and (3) storage/processing compatibility. Whenever you are asked to ‘suggest why analogue signals are still used’, mention that they require simpler circuits and less bandwidth, and that some physical quantities are naturally analogue.

在答题技巧方面,每当被要求“解释数字信号的优点”时,务必提到三点:(1) 抗噪与再生能力,(2) 检错能力,(3) 存储与处理兼容性。每当被要求“说明为什么模拟信号仍在使用”时,应提到模拟电路更简单、占用带宽更少,以及某些物理量天然就是模拟量。

Finally, practise drawing both types of waveforms with correct labels: ‘amplitude’ on the y-axis, ‘time’ on the x-axis, and for digital signals, label the HIGH and LOW levels explicitly with their respective voltage values. Accurate diagrams are often awarded marks independently of the written explanation.

最后,请练习绘制这两种波形图并正确标注:纵轴为“振幅”,横轴为“时间”;对数字信号要明确标出高、低电平及其电压值。准确的图形常常可以独立于文字描述获得分数。


Published by TutorHao | Physics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading