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

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.rhkb.cn/news/300327.html

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

C语言数组:数据的集合艺术(续)

前言 在上一篇文章中,我们深入探讨了C语言数组的基本概念、操作以及多维数组的应用。今天,我们将继续探索数组的更多高级特性,包括动态内存分配、指针与数组的关系以及数组在实际编程中的应用案例。 一、动态内存分配与数组 在C语言中&…

Unity开发一个FPS游戏之三

在前面的两篇博客中,我已实现了一个FPS游戏的大部分功能,包括了第一人称的主角运动控制,武器射击以及敌人的智能行为。这里我将继续完善这个游戏,包括以下几个方面: 增加一个真实的游戏场景,模拟一个废弃的…

数据加密的两种方案

说明:本文介绍对项目中的数据加密的两种方案; 场景 源自真实的项目需求,需要我们对系统中的敏感数据(如手机号、证件号等)进行加密处理,即存入到数据库中的是加密后的密文数据。加密本身是不难的&#xf…

Spring Security——11,自定义权限校验方法

自定义权限校验方法 一键三连有没有捏~~ 我们也可以定义自己的权限校验方法,在PreAuthorize注解中使用我们的方法。 自定义一个权限检验方法: 在SPEL表达式中使用 ex相当于获取容器中bean的名字未ex的对象。然后再调用这个对象的 hasAuthority方法&am…

软考高级架构师:嵌入式系统的内核架构

作者:明明如月学长, CSDN 博客专家,大厂高级 Java 工程师,《性能优化方法论》作者、《解锁大厂思维:剖析《阿里巴巴Java开发手册》》、《再学经典:《Effective Java》独家解析》专栏作者。 热门文章推荐&am…

ssm028蜀都天香酒楼的网站设计与实现+jsp

基于JSP的蜀都天香酒楼管理系统的设计与实现 摘要 近年来,信息化管理行业的不断兴起,使得人们的日常生活越来越离不开计算机和互联网技术。首先,根据收集到的用户需求分析,对设计系统有一个初步的认识与了解,确定蜀都…

带头双向循环链表实现

1.结构及特性 前面我们实现了无头单向非循环链表,它的结构是这样的: 在这里的head只是一个指向头结点的指针,而不是带头链表的头节点。 而带头双向循环链表的逻辑结构则是这样的 这就是链表的结构,链表的每一个节点都有两个指针…

docker 安装redis报错:can not init background jbos

启动redis,发现一直再重启 docker run -d --name redis -p 6379:6379 --restartalways redis:6.2.6 --requirepass "123456" 查看日志,发现job没启动 docker logs 47f6572a779c 尝试了一堆解决办法。。。最后发现尝试安装了redis6.2.6版本&a…

从《布瓦尔与佩库歇》实践中学习社会科学概论

从《布瓦尔与佩库歇》实践中学习社会科学概论 前情提要《布瓦尔与佩库歇》实践笔记云藏山鹰社会科学概论报告核心--信息形数身知™意合™意气实体过程意气实体过程宇宙学诠释™ 社会科学概论花间流风版导读,马斯克风格演讲[ 一尚韬竹团队供稿;] 内容展开…

实验4 层次图和HIPO图

一、实验目的 通过绘制层次图和HIPO图,熟练掌握层次图和HIPO图的基本原理。 能对简单问题进行层次图和HIPO图的分析,独立地完成层次图和HIPO图设计。 二、实验项目内容(实验题目) 1、用Microsoft Visio绘制出图书馆管理系统的层…

Flume 拦截器概念及自定义拦截器的运用

文章目录 Flume 拦截器拦截器的作用拦截器运用1.创建项目2.实现拦截器接口3.编写事件处理逻辑4.拦截器构建5.打包与上传6.编写配置文件7.测试运行 Flume 拦截器 在 Flume 中,拦截器(Interceptors)是一种可以在事件传输过程中拦截、处理和修改…

Spring定义Bean对象笔记(二)

前言:上一篇记录了通过XML文件来定义Bean对象,这一篇将记录通过注解和配置类的方式来定义Bean对象。 核心注解: 定义对象:Component,Service,Repository,Controller 依赖注入: 按类型:Autowired 按名称&am…

【JavaScript】作用域 ③ ( JavaScript 作用域链 | 作用域链变量查找机制 )

文章目录 一、JavaScript 作用域链1、作用域2、作用域链3、作用域链变量查找机制 二、代码示例 - 作用域链 一、JavaScript 作用域链 1、作用域 在 JavaScript 中 , 任何代码都有 作用域 , 全局作用域 : 在 <script> 标签中 或者 js 脚本中 定义的变量 属于 全局作用域 …

Vue3【进阶】

简介 https://cn.vuejs.org/guide/introduction.html 创建vue3工程 【基于 vue-cli创建】 基本和vue-cli的过程类似&#xff0c;只是选择的时候用vue3创建 【基于vite创建】【推荐】 【官网】https://vitejs.cn/ 【可以先去学一下webpack】 步骤 【https://cn.vitejs.…

kubernetes集群添加到jumpserver堡垒机里管理

第一步、在kubernetes集群中获取一个永久的token。 jumpserver堡垒机用api的来管理kubernetes&#xff0c;所以需要kubernetes的token&#xff0c;这个token还需要是一个永久的token&#xff0c;版本变更&#xff1a;Kubernetes 1.24基于安全方面的考虑&#xff08;特性门控Le…

LeetCode-热题100:118. 杨辉三角

题目描述 给定一个非负整数 numRows&#xff0c;生成「杨辉三角」的前 numRows 行。 在「杨辉三角」中&#xff0c;每个数是它左上方和右上方的数的和。 示例 1: 输入: numRows 5 输出: [[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1]] 示例 2: 输入: numRows 1 输出: [[1]]…

代码随想录第32天|455.分发饼干 376. 摆动序列

理论基础 贪心算法核心&#xff1a;选择每一阶段的局部最优&#xff0c;从而达到全局最优。 455.分发饼干 455. 分发饼干 - 力扣&#xff08;LeetCode&#xff09;代码随想录 (programmercarl.com)455. 分发饼干 - 力扣&#xff08;LeetCode&#xff09; 贪心算法理论基础&am…

【AI绘画/作图】风景背景类关键词模板参考

因为ds官网被墙,所以翻了IDE的源码整理了下stablestudio里的官方模板&#xff0c;顺便每个模板生成了一份…不知道怎么写关键词的可以参考 Stunning sunset over a futuristic city, with towering skyscrapers and flying vehicles, golden hour lighting and dramatic cloud…

C语言高效的网络爬虫:实现对新闻网站的全面爬取

1. 背景 搜狐是一个拥有丰富新闻内容的网站&#xff0c;我们希望能够通过网络爬虫系统&#xff0c;将其各类新闻内容进行全面地获取和分析。为了实现这一目标&#xff0c;我们将采用C语言编写网络爬虫程序&#xff0c;通过该程序实现对 news.sohu.com 的自动化访问和数据提取。…

行业型软文怎么写,媒介盒子分享

行业型软文即指面对行业内人群的软文,此类文章的目的通常是为了扩大行业影响力,奠定行业品牌地位。企业的行业地位将直接影响到其核心竞争力,甚至会影响到最终用户的选择。今天媒介盒子就和大家聊聊行业型软文怎么写。 一、了解受众需求&#xff1a; 首先&#xff0c;深入研究…