Chapter 1 Basic Concepts of Communication and Communication Systems

2024-04-08 00:28

本文主要是介绍Chapter 1 Basic Concepts of Communication and Communication Systems,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

1.1 The Concept of Communication

  • communication【通信】:It is the process of using signals to transmit messages containing information in space. To put it simply, communication is the spatial transmission of information【信息的空间传递】
  • Information【信息】: It is an uncertain description of the state of motion or the mode of existence of all things, and the law of movement of things that people want to know or want to express, usually in the form of messages (such as voice, text, music, data, pictures or moving images, etc.).信息是抽象的,是消息的内涵
  • Message【消息】: It is the external manifestation of information or the logical carrier of information. Information is the connotation of a message.【信息的形式载体&表达形式】

消息类似于容器,信息就是容器里的物品。一条消息可以包含多个信息,也可以不包含信息。一条信息可以有多种表达形式。

        Since "transportation" and "communication" have a strong analogy, we use some examples of transportation (including road and rail transportation, etc.) as the object of comparison, such as: transportation/communication, transportation/transmission, vehicle/signal, cargo/information, road/channel, etc., in order to help us understand more thoroughly many concepts and problems in the principles of communication.


signal【信号】是信息或消息的物理载体,是通信任务实施的具体对象。

消息可以分为两大类:连续(模拟)消息和离散(数字)消息。连续消息是指消息的状态是连续变化或者不可数。离散消息则是消息的状态是可数的或者离散的。

1.2 Communication Systems

1.2.1 Definition & Component

Communication system: A collection of device hardware, software, and transmission media used to communicate.用于进行通信的设备硬件、软件和传输介质的集合


通信系统的三个要点:source destination channel

发送设备 transmitting equipment: modulation调制

接收设备 receiving device: demodulation解调

carrier machine: 载波机

lead: 电线

调制的定义是:把输入信号变换为适合于通过信道传输的波形,这一变换过程称为调制。通常把原始信号称为调制信号,也称基带信号;被调制的高频用于运载原始信号,因此称载波

1.2.2 Classification

1. According to the channel transmission signal

【这里的信号看的是信道而不是信源】分为模拟通信系统和数字通信系统

An analog communication system模拟通信 can be said as a system that transmits analog messages in the form of analog signals (see Figure 1-1 for the model), such as a telephone communication system.

A digital communication system can be said as a system that transmits analog messages in the form of digital signals (see Figure 1-3(a) for the model).

For example, digital telephone communication systems and mobile communication systems (mobile phones).

信源信宿处理的都是模拟消息,模拟通信信道传输的是模拟信号,数字通信传输的是数字信号

数字通信比模拟通信多了信源译码(编码)和信道译码(编码)【特点】

信源编码:将模拟信号转变为数字信号;信源译码功能相反

信道译码:数字信号形成的脉冲序列变成检错功能的脉冲序列;信道译码功能相反

A data communication system【数据通信】 can be said as a system that transmits data services with digital or analog signals .

For example, the communication system between a computer and a printer. In general, data communication mainly refers to communication between computers (or digital terminals).

模拟信号的特点:波动性 连续性 无穷多个点

电/光信号传输特点:衰减--传输距离越长,频率越快,衰减越大。

                                  信号的波形发生畸变(由噪声和衰减造成)

Because the direct cause of digital communication is to improve the quality of analog communication,为了提高模拟通信的质量

Therefore, digital communication can be understood as an upgrade of analog communication.

模拟与数字的主要差别在:数字通信在信宿上接收到的信号质量更好


Digital communication has the following characteristics:

1.Strong anti-interference ability.抗干扰能力

2.It is convenient for signal processing and processing.

3.Improved transmission quality.--控制误码

4.Digital information is easy to encrypt and highly confidential.

5.Increased flexibility and versatility通用性 of communication systems.

Disadvantages: Increased channel bandwidth【用带宽换性能】--数字通信的频带利用率较低


【从信息传输的角度看】The analog communication system can be regarded as a signal waveform transmission system【信号波形传输系统】, while the digital communication system and data communication system (most) are signal state transmission systems【信号状态传输系统】. Schematic diagram of signal transmission of two communication systems:

模拟通信在传输上采用“逐级”放大,数字通信更多的用“再生”方式

2. According to the channel transmission medium【介质】

按照传输介质分类,分为无线通信技术和有线通信技术

Wireless communication systems,A system that uses radio waves, infrared, ultrasonic, and lasers to communicate.【无线电波,红外线,超等波,激光】

Wired communication system,A communication system that uses wires (including cables, fiber optic cables, waveguides, etc.) as a medium.【导线包括电缆、光纤等】,有线通信质量更高

3. According to the channel transmission modulation【按照调制与否分类】

可分为基带通信系统和调制通信系统

Baseband communication system:A system that transmits a signal that has not undergone any modulation.【基带信号】电信号固有形式

Modulation communication systems:A system that transmits a signal that has been modulated.

已调(带通信号)在远距离上能更好的传输

4. according to the type of service【业务】

For example: telephone communication system, telegraph communication system电报通信, broadcast communication system广播通信, television communication system电视通信, data communication system数据通信

5.  according to the operating band【工作波长】

For example: long-wave communication system, medium-wave communication system, short-wave communication system, microwave communication system微波 and optical communication system光波

1.3 Communication method

Communication method:The work form and signal transmission【工作方式和信号传输方式】 mode between two (or more) parties of a communication. It is an issue that each part must determine firstly before the communica

这篇关于Chapter 1 Basic Concepts of Communication and Communication Systems的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/884086

相关文章

CesiumJS【Basic】- #008 通过canvas绘制billboard

文章目录 通过canvas绘制billboard1 目标2 实现 通过canvas绘制billboard 1 目标 通过canvas绘制billboard 2 实现 /** @Author: alan.lau* @Date: 2024-06-16 11:15:48* @LastEditTime: 2024-06-16 11:43:02* @LastEditors: al

Apple - Core Foundation Design Concepts

本文翻译整理自:Core Foundation Design Concepts(更新日期:2013-12-16 https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFDesignConcepts/CFDesignConcepts.html#//apple_ref/doc/uid/1

C# step by step 学习笔记8 CHAPTER 9 使用枚举和结构创建值类型

C# 2012 step by step 学习笔记8 CHAPTER 9 使用枚举和结构创建值类型 本章内容 声明一个枚举类型创建并使用一个枚举类型声明一个结构类型创建并使用一个结构类型解释结构和类之间行为的差别 声明一个枚举         enum Season { Spring, Summer, Fall, Winter } 使用枚举         You

【ISAC】paper_NOMA Empowered Integrated Sensing and Communication

NOMA Empowered Integrated Sensing and Communication. 文章目录 ModelCommunication ModelSensing ModelProblem Formulation Solution Model Dual-functional base station (BS) equipped with an N N N-ant

Chapter 1 总结

1.整数/整数=整数,浮点数/浮点数=浮点数。 分析:要正确的区分整数除法和浮点数除法。比如 8/5可以写成 1.0*8/5 或者 8.0/5 2.调试时使用 system("pause") 或者 cin.get() 3.尽量使用 const 来申明常量 4.一种的巧妙的变量交换(了解) 分析:举个实例就很容易看清! #include<io

《算法竞赛入门经典 第二版》 Chapter 3

讲解部分 1.开灯问题 分析:输出m个数,m-1个空格,利用一个中间变量做到 #include<iostream>#include<cstdio>using namespace std;int main(){const int maxn = 1010;int a[maxn] = { 0 };int n, k,first=1;cin >> n >> k;for (int i =

《算法竞赛入门经典 第二版》习题——Chapter 2

习题2-1 水仙花数(daffodil) #include<iostream>#include<cstdio>using namespace std;int main(){int a, b, c;for (int num = 100; num < 1000; num++){a = num / 100;b = num / 10 % 10;c = num % 10;if (num == a

机器学习Chapter-1(线性模型)

引言 先验条件好了下面开始正文本节的主角是线性模型 线性模型理论 概述线性回归 什么是回归什么是线性回归如何确定参数w和b如何求解w和b线性回归小结 广义线性模型 概述 逻辑回归 怎么用线性模型做分类什么样的函数满足分类要求怎么计算逻辑回归模型的参数估计 极大似然估计 从感性上认识数学表示 多分类回归模型该怎么办逻辑回归总结 线性判别分析 什么线性判别分析怎样找到线性判别分析的优化目标怎

NumPy实战:Chapter-1(初识NumPy)

为什么学习NumPy使用Ipython 打开IPython的shell界面保存会话执行系统的shell命令显示历史记录 使用notebook 运行notebook初试notebook导出基于Web的notebook导入基于Web的notebook SciPy和PIL 安装软件 安装SciPy 检查安装是否完成 安装PIL 检查安装是否完成 SciPy和PIL的实例 调整图像大小

TensorFlow实战:Chapter-6(CNN-4-经典卷积神经网络(ResNet))

ResNet ResNet简介相关内容论文分析 问题引出解决办法实现residual mapping实验实验结果 ResNet在TensorFlow上的实现 ResNet ResNet简介 ResNet(Residual Neural Network)由微软研究院的何凯明大神等4人提出,ResNet通过使用Residual Unit成功训练152层神经网络,在ILSCRC20