-
实现松下PLC与PC之间的通讯,对于需要自己开发通讯的人来说,有参考价值...
实现松下PLC与PC之间的通讯,对于需要自己开发通讯的人来说,有参考价值- Realizes between Matushita PLC and the PC communication,
regarding needs the person which own develops the communication to
say, has the reference value
- 2022-03-23 22:01:01下载
- 积分:1
-
2路M序列数字基带系统的设计
应用背景樊昌信通信原理课程实验,通过该实验可以使你更加清楚的了解信号在数字传输过程中的实际应用,对多路信号传输时的时分复用和频分复用有更加清晰的了解。关键技术
1、设计复用信号的帧结构和帧同步码;
2、设计发送、传输(无ISI)、接收和同步电路;
3、确定部件类型、参数(电路放大倍数、带宽)等性能指标;
4、连接部件组成系统,调试;
5、仿真验证,要求收发信号波形基本一致并对结果进行分析; 6、说明书撰写严格执行教务处文件。
- 2022-07-01 07:37:30下载
- 积分:1
-
gauss_generator使用参数(多普勒频移系数,相移…
Gauss_generator利用参数(多普勒频移、系数、相移)生成确定的实高斯过程.m gaussian确定离散多普勒频移、系数、相移的程序.m Rice_generator在瑞利过程的基础上考虑视距分量,生成莱斯过程.m Suzuki_generator成确定型Suzuki过程.m Rayleigh_Doppler_multiPath.m Rayleigh_Doppler_singlePath.m rayleigh_Filter_Model.m pdf_cdf_gen.m test_rayleigh_pdf.m rayleigh.m-Gauss_generator use parameters (Doppler frequency shift coefficient, phase shift) formation to determine the actual Gaussian process. m Gaussian identify discrete Doppler frequency shift coefficient, Phase-shifting procedures. m Rice_generator in Rayleigh process on the basis of weight to consider the horizon, Rice production process. m-Suzuki_generator identified as Suzuki process. m Ra yleigh_Doppler_multiPath.m Rayleigh_Doppl er_singlePath.m rayleigh_Filter_Model.m pd f_cdf_gen.m test_rayleigh_pdf.m rayleigh.m
- 2022-05-30 15:11:08下载
- 积分:1
-
Digital filter design and filtering of the ECG should be collected ECG ECG ECG a...
数字滤波器设计及在心电信号滤波中的应 心电信号采集 心电信号分析 含噪心电信号合成-Digital filter design and filtering of the ECG should be collected ECG ECG ECG analysis of noisy synthetic
- 2022-06-21 13:11:58下载
- 积分:1
-
实现各种滤波器和改进型,fir、can、wrap、conv、cfir
实现各种滤波器和改进型,fir、can、wrap、conv、cfir-Improved to achieve a variety of filters and, fir, can, wrap, conv, cfir
- 2023-08-11 04:10:03下载
- 积分: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
-
提示
小程序看下吧 急着找这程序啊 谢谢了 让我通过吧-tips
- 2023-06-26 01:10:04下载
- 积分:1
-
这个通讯薄程序的界面及功能相对比较简单。
此程序使用文件存储,并不使用数据库。程序将文件映射为内存文件,提高存取速度,并实现了简单的查询及排序功能。...
这个通讯薄程序的界面及功能相对比较简单。
此程序使用文件存储,并不使用数据库。程序将文件映射为内存文件,提高存取速度,并实现了简单的查询及排序功能。
-communications procedures and functions of the interface is relatively simple. The use of this procedure document storage and do not use the database. Procedures for document mapping memory, improve access speed, and to achieve a simple inquiries and sorting functions.
- 2023-08-14 11:55:03下载
- 积分:1
-
Viterbi in,de coding files
in matlab and C
Viterbi in,de coding files
in matlab and C
- 2022-11-03 23:55:03下载
- 积分:1
-
QAM调制解调程序使用的程序,大家看看
qam的调制解调程序
很使用的一个程序,大家-qam modulation and demodulation procedures are used by a program, we look at
- 2022-01-24 09:23:48下载
- 积分:1