-
Rayleigh衰落信道仿真 多径与单径,多普勒平移
Rayleigh衰落信道仿真 多径与单径,多普勒平移-Rayleigh fading channel model and simulation:Rayleigh_Doppler_singlePath, Rayleigh_Doppler_multiPath
- 2022-02-21 17:15:50下载
- 积分:1
-
多方会话消息之实例讲解
多方会话消息之实例讲解 -multi-session news examples to explain the m ulti-session news examples will explain the multi- so news on the case
- 2022-08-23 09:58:50下载
- 积分: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
-
现有数字信号自动调制识别方法大多只适用于无记忆信号,如PSK、ASK、FSK信号等。将有记忆
信号(MSK信号)和无记忆信号一起考虑,提出了一种改进的数字信...
现有数字信号自动调制识别方法大多只适用于无记忆信号,如PSK、ASK、FSK信号等。将有记忆
信号(MSK信号)和无记忆信号一起考虑,提出了一种改进的数字信号自动识别方法。该方法采用信号的瞬时统
计量作为特征参数,采用多层神经网络作为分类器。计算机仿真表明:当噪声采用高斯白噪声,并且信噪比大于
l5 dB时,识别率高于96% ;当信噪比不低于l0 dB时,识别率不低于90%。-Existing digital signal automatic modulation recognition methods are mostly applied only to memoryless signals, such as PSK, ASK, FSK signals. Will have a memory signal (MSK signal) and non-memory signal into consideration, an improved digital signal automatic identification method. This method is the use of the instantaneous signal statistics as a characteristic parameter, the use of multi-layer neural network as classifier. Computer simulation shows that: When the noise using Gaussian white noise, and signal to noise ratio greater than l5 dB, the recognition rate is higher than 96 when the signal to noise ratio not less than l0 dB, the recognition rate of not less than 90.
- 2023-09-07 22:55:03下载
- 积分:1
-
Generates the filtered BPSK and plots the spectrum
Generates the filtered BPSK and plots the spectrum
- 2023-06-13 23:15:03下载
- 积分:1
-
json cpp JSON 解析器
jsoncpp是一个JSON(http://json.org)读写器在C ++中的实现。JSON(JavaScript对象符号)是一种轻量级的数据交换格式。这是很容易为人们阅读和书写。它是易于机器解析和生成。
- 2023-02-23 06:15:03下载
- 积分:1
-
almegal128串口编程
almegal128串口编程-almegal128 Serial Programming
- 2023-04-15 21:55:03下载
- 积分:1
-
Communication Theory course design software, using vb realize Manchester encodin...
通信原理课程设计软件部分,用vb实现曼彻斯特编码,HDB3编码和PCM13编码,并显示编码图形-Communication Theory course design software, using vb realize Manchester encoding, HDB3 encoding and encoding PCM13, and display graphics encoding
- 2022-11-22 23:20:03下载
- 积分:1
-
opnet下的aovd
opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真
- 2022-02-01 05:39:44下载
- 积分:1
-
实现蒙特卡罗分析,可以直接调用进行对误码率等数字通信的相关参数分析...
实现蒙特卡罗分析,可以直接调用进行对误码率等数字通信的相关参数分析-The realization of the Monte Carlo analysis, can directly call on the bit error rate for digital communications, such as analysis of relevant parameters
- 2022-05-23 14:53:07下载
- 积分:1