当前位置:网站首页>CDM - code division multiplexing (easy to understand)
CDM - code division multiplexing (easy to understand)
2022-07-29 07:50:00 【yc_ ZZ】
Code division multiplexing
One 、 brief introduction
· Code division multiplexing is short for CDM
· It can realize multiple users meanwhile Use Same frequency communicate
· How to achieve ?—— Distinguish by the code sequence of each user .
Two 、CDMA principle
2.1 Express
1、 Each bit (0 or 1) Send in a sequence of codes
(m Bit encoding divides each bit into m)
Chip : A data signal ( Like logic 1 or 0) Usually, multiple coded signals are used for coding , Then one of the coded signals is called a chip
2、 A data signal ( Like logic 1 or 0) Usually, multiple coded signals are used for coding , If this station wants to send 1, Send the original code of the chip , To send 0, Just send the inverse code to the chip 
Each station will assign a chip sequence , So how to choose the chip sequence ?
2.2 How to choose chip sequence
The chip sequence of each user is unique , We are required to pass ( If two vectors are orthogonal , Then their order of magnitude is 0, Or the inner product of a vector is 0) To realize this idea . It only needs that each user chip is orthogonal to each other
Implementation of orthogonality :
∑ i = 1 n S i ⋅ T i = 0 \sum_{i=1}^{n}Si · Ti=0\qquad ∑i=1nSi⋅Ti=0( Through this formula, we can judge whether two different chip sequences are legal )
summary : own × own =1 , own × others =0 , own × Inverse code =-1
3、 ... and 、 flow chart

The sender
① S Station and T Stations are assigned unique chip sequences , In the figure, it is shown as S and T
② Known data symbol bits 110, It is said to send 1 If so, send their respective chip sequences ( Each chip sequence in the figure take 1 Expressed as 1,0 Expressed as -1, Above the horizontal axis indicates 1, Below is -1) The original code of , send out 0 It is the inverse code of sending chip sequence , remember S The station is sending S x S_{x} Sx,T The station is sending T x T_{x} Tx
③ At the transmitting end, the two kinds of transmitted signals have the superposition effect because they have the same frequency at the same time , S x + T x S_{x}+T_{x} Sx+Tx(1 and 1 Add to 2,1 and -1 Add to 0, Shown in the figure )
The receiver
Main purpose : Take out the signal sent by each station from the received stacked chip , To judge whether each station sends signals before , And the signal sent is 1 still 0
principle : For example, the receiving end wants to see S Whether the station sends signals , And it sends 1 still 0:
S ∗ ( S x + T x ) = X S*(S_{x}+T_{x})=X S∗(Sx+Tx)=X
if X = 1 X=1 X=1, Express S The station sent a signal 1.
if X = 0 X=0 X=0, It means that the superimposed signal does not S x S_{x} Sx, It means it is useless to send signals
if X = − 1 X=-1 X=−1, Because the inner product of self and inverse code is 0, It means that the signal is sent 0
Four 、 Example

边栏推荐
- 智慧城市的应用挑战,昇腾AI给出了新解法
- 在一个sql文件中,上面定义一个测试表及数据,下面可以select* from 测试表
- Record of problems caused by PIP upgrade damage
- Popular cow G
- 信用卡购物积分
- Go, how to become a gopher, and find work related to go language in 7 days, Part 1
- 在js中,0表示false,非0表示true
- MySQL uses date_ FORMAT(date,'%Y-%m')
- QT connects two qslite databases and reports an error qsqlquery:: exec: database not open
- 小D的刺绣
猜你喜欢

Amaze UI 图标查询

【无标题】格式保存

LANDSCAPE

【深度学习】数据准备-pytorch自定义图像分割类数据集加载
![[summer daily question] Luogu p6461 [coci2006-2007 5] trik](/img/bf/c0e03f1bf477730f0b3661b3256d1d.png)
[summer daily question] Luogu p6461 [coci2006-2007 5] trik

What are the answers about older bloggers?

Solve the problem that CSDN cannot publish blog due to unknown copyright

监听页面滚动位置定位底部按钮(包含页面初始化定位不对鼠标滑动生效的解决方案)

Up sampling deconvolution operation
![[cryoelectron microscope] relation4.0 - subtomogram tutorial](/img/5b/5364fbe68c495b67d9db5ed9bec2ac.png)
[cryoelectron microscope] relation4.0 - subtomogram tutorial
随机推荐
@Detailed explanation of requestmapping usage
[cryoEM] Introduction to FSC, Fourier shell correlation
Ionicons icon Encyclopedia
Meeting notice of OA project (Query & whether to attend the meeting & feedback details)
Prometheus and grafana
Write some DP
[skill accumulation] presentation practical skill accumulation, common sentence patterns
Dilworth theorem
mysql 使用 DATE_FORMAT(date,'%Y-%m')
2022年深圳杯A题破除“尖叫效应”与“回声室效应”走出“信息茧房”
How can electronic component trading enterprises solve warehouse management problems with ERP system?
Pat class a 1146 topology sequence
Output 1234 three digits without repetition
Dilworth 定理
MySQL 45讲 | 08 事务到底是隔离的还是不隔离的?
下推分析的限制
[paper reading | cryoet] gum net: fast and accurate 3D subtomo image alignment and average unsupervised geometric matching
Amaze UI icon query
Amaze UI 图标查询
蓝桥杯A组选数异或