搜索资源列表
rayleighfadingchannelsimulationmatlabcode
- 瑞利衰落信道仿真在不同频率和采样频率下的仿真程序,适合开发移动通信系统的仿真-Rayleigh fading channel simulation at different frequency and sampling frequency simulation program, suitable for the development of the mobile communication system simulation
yuyindianhua
- 用Modemb通信编写的语音电话程序,里面有完整的程序-Modemb communication with the voice telephone preparation procedures, with a complete set of procedures
modem
- 用EVC开发的基于串口modem通信应用程序,可在Wince上运行
SCommTest
- 本程序实现了两个短信猫之间的通信,可以发送接收
DFE_4QAM
- 在无线通信中,存在着严重的多径现象,能够引起严重的ISI。判决反馈均衡器(DFE)是目前最常用的一种消除ISI的均衡器。本程序使用Matlab实现的QPSK下的DFE。
jisuanjitongxin
- 面向通信控制器硬件的通信程序设计:基于PC标准通信口的通信程序设计,基于MODEM的通信程序设计,基于网络适配器的通信程序设计。 网络通信系统的应用实验
tcpserver
- 用VB编写的用于调制解调通信程序,此程序是上位机端口。-The communication program is written in VB for modem, it is fit for PC.
tablemaker002
- 生成专有文字表的程序!VC++编写,适合短波数据通信使用!-Text table to generate a proprietary program! VC++ to prepare for the use of short-wave data communication!
wscgensrc190
- 无线通信中各种常用信号产生程序,里面具有BPSK,MFSK,QPSK,白噪声等波形产生程序,声称的波形何以存储为Wav文件或直接输出到声卡!适合短波数据通信编程参考!-Wireless communication signals in a variety of commonly used procedures, which have a BPSK, MFSK, QPSK, of white noise such as waveform generation process, claiming t
RIL
- Ril设计思想解析目前的智能机在硬件上多采用双cpu的架构,一个是基带处理器,主要处理数字信号、语音信号的编码解码以及GSM通信协议,另一个是应用处理器,运行操作系统和各种应用程序。基带处理器、射频和其它外围芯片作为一个模块,成为GSM/GPRS modem,提供AT命令接口。网络的应用已经是一个需求的热点,而目前的GSM模块大多都能支持GPRS功能。应用处理器通过AT命令集与带GPRS功能的无线通讯模块通信,为实现网络的应用提供了一个最底层的支持。-Ril intelligent design
delphiSTATprogram
- 本教程主要介绍了数据通信基础,通用串行通信标准和通用MOdem命令以及嵌入式汇编语言开发通信程序。-This tutorial focuses on the data communication infrastructure, universal serial communications standards and common MOdem command and embedded assembly language development communication program.
moden
- 调制解调器拨号程序 MODEM编程,实现拨号,应答,通信
wireless_communication
- 无线通信调制解调用的verlog和matlab程序,很大很实用。-Wireless modem calls verlog and matlab program, very very practical.
vc_demo
- DTU 动态链接库 用于DTU 开发,通过load DLL文件,在程序中调用相应的函数,设置DTU通信-dtu dll this is a dtu develop file,use it,you will get gprs dtu
WAVECOM-AT
- AT指令一般应用于MT和TE程序间通信,即终端设备与PC应用之间的连接与通信。其对所传输的数据包大小有定义:即对于AT指令的发送,除AT两个字符外,最多可以接收1056个字符的长度(包括最后的空字符)。 -AT commands are commonly used for communication between MT and the TE program, the terminal equipment and the connection between PC applications an
tcp_connect
- 用VB编写的用于调制解调通信程序,此程序是下位机端口。-The communication program is written in VB for modem, it is fit for lower machine.
QPSK_conv
- 通信系统仿真大作业,卷积码编码,QPSK调制,接收端维特比软判决。程序正确。-Communication system simulation a large operation, convolution coding, QPSK modulation, soft-decision Viterbi receiver. Program is correct.
communice
- 通信程序 手机号码查询程序 人机界面操作-communicate grogram
kehuduan
- c++写的通信客户端程序,已经调试成功,对于想深入学习c++的人员有很大帮助-c++ written communication client program, debugging has been successful, staff would like to learn c++
Si4432无线数传STM32程序
- Si4432无线数传STM32程序 1. 采用串口1与外部进行通信,可传输接收任意长度数据; 2. 将接收后的数据无条件发送给指定地址的si4422模块; 3. 接收模块收到数据后无条件的将有效数据通过串口1的DMA传出;即:基于SI4432的点对点串口透传模块