-
基于CDMA的无线收发系统的MATLAB和FPGA实现
CDMA based Wireless Transceiver system MATLAB and FPGA implementation.pdf
- 2022-01-26 05:52:07下载
- 积分:1
-
这是一本使用opc客户端编程的简单实例并包含说明.入门级介绍...
这是一本使用opc客户端编程的简单实例并包含说明.入门级介绍-This is a opc client-side programming using simple examples and includes instructions. Entry-level introduction
- 2022-03-06 02:36:08下载
- 积分:1
-
This java code examle shows the http connection and communication and data sendi...
This java code examle shows the http connection and communication and data sending via GPRS application on phone.-This java code examle shows the http connection and communication and data sending via GPRS application on phone.
- 2022-03-10 10:05:16下载
- 积分:1
-
overlap addition for input sequence long
overlap addition for input sequence long
- 2023-02-08 09:15:04下载
- 积分:1
-
qpsk调制在瑞利信道中的性能仿真,以及各个阶段信号的星座图仿真...
qpsk调制在瑞利信道中的性能仿真,以及各个阶段信号的星座图仿真-qpsk modulation performance in Rayleigh channel simulation, as well as the various stages of signal constellation simulation
- 2023-01-05 15:10:03下载
- 积分:1
-
MOTOROLA D15 modem user manual
MOTOROLA D15 MODEN 用户手册-MOTOROLA D15 modem user manual
- 2023-06-15 15:40:05下载
- 积分:1
-
基于串口通信的上位机控制软件
资源描述
- 2022-02-20 00:25:49下载
- 积分:1
-
用FFT实现相关函数快速估计。
用FFT实现相关函数快速估计。-using FFT function rapid estimates.
- 2022-03-23 04:05:38下载
- 积分:1
-
一个串口通信的例子
一个串口通信的例子-Example of serial communication programming.
- 2022-05-01 00:27:23下载
- 积分:1
-
MFC写的串口测试工具源码
CSerialPort:: CSerialPort(){单独监禁= FALSE;m_hComm= NULL;//初始化重叠结构成员为零m_ov.Offset= 0;m_ov.OffsetHigh= 0;//创建活动m_ov.hEvent= NULL;m_hWriteEvent= NULL;m_hShutdownEvent= NULL;m_hErrorEvent= NULL;m_hSendCompleteEvent= NULL;m_bThreadAlive= FALSE;m_bSendNotify= FALSE;m_SendList.clear();//初始化关键部分:: InitializeCriticalSection(m_csCommunicationSync);:: InitializeCriticalSection(m_csSendList);}////删除动态内存//CSerialPort::〜CSerialPort(){ReleasePort();:: DeleteCriticalSection(m_csCommunicationSync);:: DeleteCriticalSection(m_csSendList);}无效CSerialPort:: ReleasePort(){而(m_bThreadAlive){而::休眠(1)(m_SendList.empty()!); //2012-09-27zhaoz修复停止仪器采集后数据报文发送不出去问题SetEvent的(m_hShutdownEvent);睡眠(1);}
- 2022-02-25 01:02:02下载
- 积分:1