M-PPM
M-PPM(多脉冲位置调制)是一种高效的数据传输技术,广泛应用于无线通信、雷达系统及卫星通信等领域。通过精确控制脉冲的位置来编码信息,M-PPM在提高数据传输效率的同时降低了能耗。对于希望深入了解或应用这一先进技术的电子工程师而言,我们提供了2470个精选资源,包括技术文档、设计案例与仿真模型等,全...
M-PPM 热门资料
查看全部 1,136 份 →一个旅行者有一个最多能用m公斤的背包
一个旅行者有一个最多能用m公斤的背包,现在有n件物品,它们的重量分别是W1,W2,...,Wn,它们的价值分别为C1,C2,...,Cn.若每种物品只有一件求旅行者能获得最大总价值。
M-file uses random data which BPSK modulates a carrier to configure a BPSK UWB transmitter. The rece
M-file uses random data which BPSK modulates a carrier to configure a BPSK UWB transmitter. The receiver demodulates the...
The source code example of ARM9 development board from Artila (M-501 starter kit). The source code c
The source code example of ARM9 development board from Artila (M-501 starter kit). The source code can compile on linux ...
The zip file contais a sample program to check the sybase database connectivity. I ve attached the m
The zip file contais a sample program to check the sybase database connectivity. I ve attached the makefile as well for ...
题目:加密软件 要求:(1)输入任意一段明文M
题目:加密软件 要求:(1)输入任意一段明文M,以及密钥K (2)根据一下公式将其转换为密文C。 Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥; (3)具有输入输出界面。