-
Design and Realization of Digital Filter and Its Application
System Based on T...
Design and Realization of Digital Filter and Its Application
System Based on TMS320C5402 Chip
-Design and Realization of a Digital Filter nd Its Application System Based on TMS320C5402 Chip
- 2022-05-31 19:56:36下载
- 积分:1
-
对于一个稀疏Volterra自适应滤波器的混沌时间序列预测
用于混沌时间序列自适应预测的一种稀疏Volterra滤波器-For chaotic time series prediction of a sparse adaptive Volterra filter
- 2023-03-29 18:55:02下载
- 积分:1
-
通过仿真,分析了多
通过仿真,分析了多径效应和多普勒效应的原理.并给出了移动信道的建模方案和程序.每个结论都给出了仿真程序可直接运行.-through simulation, Analysis of the multi-path effects and the principle of Doppler effect. and gives the mobile channel modeling programs and procedures. Conclusion gave each a simulation program can run.
- 2022-11-13 21:10:03下载
- 积分:1
-
Windows下的拨号上网源代码,供大家学习参考
Windows下的拨号上网源代码,供大家学习参考-Windows dial-up under the source code for everyone to learn the reference
- 2022-07-20 14:38:37下载
- 积分:1
-
datasheets ic for communication
datasheets ic for communication-datasheets ic for communication.......
- 2023-02-08 22:15:03下载
- 积分:1
-
跳频扩频系统仿真
此程序是直接序列扩频DSSS, 跳频扩频FHSS, 码分多址CDMA编译码的实现。欢迎大家下载、试用。谢谢大家的支持!
- 2023-09-06 11:30: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
-
是vs2005下CRC16算法的例程,测试通过.
测试数据:0103000000f0
结果:458E...
是vs2005下CRC16算法的例程,测试通过.
测试数据:0103000000f0
结果:458E-CRC16 algorithm is under vs2005 routine, test. Test data: 0103000000f0 results: 458E
- 2022-10-24 02:45:04下载
- 积分:1
-
PWLib DLL libraries, OpenH323 DLL libraries
PWLib DLL libraries, OpenH323 DLL libraries-Gnome DLL libraries, OpenH323 DLL libraries
- 2022-11-21 05:00:03下载
- 积分:1
-
cyclic block codes generation
这个matlab代码是用来描述数字通信中的循环码的。
- 2023-05-03 15:15:03下载
- 积分:1