42 lines
1.6 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1. 物理层基本概念
- 物理层常用标准
- 点对点通信线路用于直接连接两个结点
- 广播通信线路:一条公共通信线路连接多个结点
# 2. 数据通信基础
- 傅立叶分析例子
<img src="images\傅立叶分析.png" alt="傅立叶分析" style="zoom:50%;" />
傅立叶分析系数$a_n=\cos(\frac{\pi n}{4})-\cos(3\frac{\pi n}{4})+\cos(6\frac{\pi n}{4})-\cos(7\frac{\pi n}{4})$$b_n=-\sin(\frac{\pi n}{4})+\sin(3\frac{\pi n}{4})-\sin(6\frac{\pi n}{4})+\sin(7\frac{\pi n}{4})$$c=3/8$
a为cosb为sin函数内系数为波形上升/下降的下标分母为序列长度的一半a和b的系数相反。c=1的个数 / 序列长度。
- 有限带宽信号
- 波特率每秒钟信号变化的次数也称调制速率比特率每秒钟传送的二进制位数若每个信号值可表示k位则比特率是波特率的k倍
- 编码
<img src="images\编码.png" alt="编码" style="zoom:50%;" />
# 3. 传输介质
- 引导型有线的e.g. 光纤非导引型不用线的e.g. 卫星微波
- 光纤光源发光二极管接收端光敏二极管响应时间1ns所以传输速率限制1Gb/s固有损耗材料损耗非固有损耗杂质和结构不规则
- 短波频率为330MHz
# 4. 无线与卫星通信
- 特点延迟高270ms、损耗大、高纬度难覆盖、卫星数量限制
# 5. 多路复用技术
- 码分复用举例
- A:-1 -1 -1 +1 +1 -1 +1 +1 B:-1 -1 +1 -1 +1 +1 +1 -1正交内积为0。
- 收到M=-1 +1 -3 +1 -1 -3 +1 +1(A\*M)/8=1A发了1(B\*M)/8=-1B发了0若C\*M=0则C没发。