Computer Logical Organization 简明教程

Computer Logical Organization - Overview

在现代电子领域,术语 Digital 通常与计算机有关,因为术语 Digital 源自计算机通过计数数字执行运算的方式。多年来,数字电子技术仅应用于计算机系统。但现在,数字电子技术已用于许多其他应用。以下是大量使用 Digital electronics 的一些示例。

  1. Industrial process control

  2. Military system

  3. Television

  4. Communication system

  5. Medical equipment

  6. Radar

  7. Navigation

Signal

Signal 可以定义为包含某些信息的一种物理量。它是某个或多个自变量的函数。信号有两种类型。

  1. Analog Signal

  2. Digital Signal

Analog Signal

analog signal 定义为具有连续值的信号。模拟信号可以有无限多个不同的值。在现实世界中,自然界中观察到的大多数事物都是模拟的。以下是模拟信号的示例。

  1. Temperature

  2. Pressure

  3. Distance

  4. Sound

  5. Voltage

  6. Current

  7. Power

Graphical representation of Analog Signal (Temperature)

analog signal

处理模拟信号的电路称为模拟电路或系统。以下是模拟系统的示例。

  1. Filter

  2. Amplifiers

  3. Television receiver

  4. Motor speed controller

Disadvantage of Analog Systems

  1. Less accuracy

  2. Less versatility

  3. More noise effect

  4. More distortion

  5. More effect of weather

Digital Signal

digital signal 定义为仅有有限数量的离散值的信号。数字信号不是连续信号。在数字电子计算器中,输入借助开关给出。该输入被转换为具有两个离散值或级别的电信号。其中一个可以称为低电平,另一个称为高电平。信号将始终为这两个电平之一。这种类型的信号称为数字信号。以下是数字信号的示例。

  1. Binary Signal

  2. Octal Signal

  3. Hexadecimal Signal

Graphical representation of the Digital Signal (Binary)

digital signal

处理数字信号的电路称为数字系统或数字电路。以下是数字系统的示例。

  1. Registers

  2. Flip-flop

  3. Counters

  4. Microprocessors

Advantage of Digital Systems

  1. More accuracy

  2. More versatility

  3. Less distortion

  4. Easy communicate

  5. Possible storage of information

Comparison of Analog and Digital Signal

S.N.

Analog Signal

Digital Signal

1

模拟信号有无限个值。

数字信号有有限数量的值。

2

模拟信号具有连续的性质。

数字信号具有离散的性质。

3

模拟信号由传感器和信号发生器生成。

数字信号由模数转换器生成。

4

模拟信号示例 - 正弦波、三角波。

数字信号示例 - 二进制信号。