-
一个不错的通讯的离子
一个不错的通讯的离子-a good communications Ion
- 2022-06-30 06:00:05下载
- 积分:1
-
卷积编码、维特比译码
卷积编码、维特比译码的MATLAB代码,程序来自《现代通信系统-使用matlab》英文版,个人用着不错:)-convolutional
codes, Viterbi decoding MATLAB code, procedures from the "modern
communication systems-using Matlab" in English, with a good personal :)
- 2022-08-19 04:02:08下载
- 积分:1
-
微软亚洲研究院论文:3G网络中可扩展视频的网络自适应传输
微软亚洲研究院论文:3G网络中可扩展视频的网络自适应传输-papers Microsoft Research Asia : 3G network scalable video Adaptive Transmission Network
- 2022-03-11 21:19:16下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
this procedure is to control the frequency
这个程序是控制NRF24E1的跳频的测试程序,通过这个程序可以了解跳频的实现方法-this procedure is to control the frequency-hopping NRF24E1 testing procedures, this procedure can understand the method of frequency hopping
- 2023-08-09 07:20:03下载
- 积分:1
-
There has the LNA design, it use more in wireless comunication system.
There has the LNA design, it use more in wireless comunication system.
- 2023-08-01 05:00:03下载
- 积分:1
-
MATLAB程序的仿真比较。随后,针对QPsK,详细讨论了其基本原理和具体的实现算法,并进行了仿真验证,然后选用HSP502巧数字上变频芯片和HSP50214B...
MATLAB程序的仿真比较。随后,针对QPsK,详细讨论了其基本原理和具体的实现算法,并进行了仿真验证,然后选用HSP502巧数字上变频芯片和HSP50214B数字下变频芯片,设计了数字调制、解调器的实现方案。最后,作为对整个数字视频图像传输系统的宏观认识,利用M户JLAB中的实时建模仿真Simullnk库对典型的视频图像传输系统一数字视频广播系统(D vB),进行了建模、仿真和初步的分析,结果表明:在高斯白噪声的传输环境下,系统采取的一系列抗干扰措施,包括内、外码级联的信道纠错编码和先进的调制技术(o FDM)等,保证了信源信息传输的有效进行。-MATLAB simulation comparison. Then, against QPsK to discuss in detail the basic principles and specific algorithm, a simulation test, and then choose the cleverest HSP502 figures HSP50214B frequency chips and digital down conversion chips, the design of digital modulation, demodulation for the realization of the program.MJLABSimullnk(D vB):Andean white noise transmission environment, the system adopted a series of anti-jamming measures, including internal and external codes Cascade Channel advanced error correction coding and modulation techniques (o FDM), ensuring a source of information for the effective transmission.
- 2023-02-27 10:10:04下载
- 积分:1
-
TI的读写非接触式的芯片,是LD024,RFM001的必用产品
TI的读写非接触式的芯片,是LD024,RFM001的必用产品-TI
- 2022-07-08 11:02:41下载
- 积分:1
-
IEEE 802.11, 1999 Edition标准全文
IEEE 802.11, 1999 Edition标准全文-IEEE 802.11, 1999 Edition Standard Fulltext
- 2022-03-25 15:45:13下载
- 积分:1
-
Unlocking the Power of OPNET Modeler 书中源代码
Unlocking the Power of OPNET Modeler一书,最新出版的教材,经典的源代码,不容错过
- 2022-02-21 02:28:31下载
- 积分:1