-
Unipolar zeroing wave power spectrum, the ratio is 0.5
单极性归零波形的功率谱,占空比为0.5-Unipolar zeroing wave power spectrum, the ratio is 0.5
- 2022-03-18 10:16:48下载
- 积分:1
-
这是一非常好的CMMB教材,PPT的格式。里面涉及到了关键信道编码技术和调制技术。讲得很详细。对初学CMMB的人来说很有意义哦。...
这是一非常好的CMMB教材,PPT的格式。里面涉及到了关键信道编码技术和调制技术。讲得很详细。对初学CMMB的人来说很有意义哦。-This is a very good CMMB materials, PPT format. Which relates to a key channel coding techniques and modulation techniques. Very detailed. For beginners who CMMB Oh meaningful.
- 2022-11-04 06:05:03下载
- 积分:1
-
功能描述:该程序用于显示心电采集电路采集到的心电信号,通讯采用串口通讯,实时在图表上显示接收到的信号,同时具有数据库功能,可以保存每次接收到的数据,用于回放数据...
功能描述:该程序用于显示心电采集电路采集到的心电信号,通讯采用串口通讯,实时在图表上显示接收到的信号,同时具有数据库功能,可以保存每次接收到的数据,用于回放数据。
开发环境:C++ Builder 6.0
所用控件:AbsoluteDatabase-Functional Description: The program used to display ECG acquisition circuit to the ECG acquisition, communications using serial communication, real-time chart shows the received signal, but also has a database function, can be preserved for each received data, using in the playback data. Development Environment: C++ Builder 6.0 used in the control: AbsoluteDatabase
- 2022-06-21 06:39:19下载
- 积分:1
-
此代码是用matlab进行AF协作的性能的仿真对误码率进行分析。
此代码是用matlab进行AF协作的性能的仿真对误码率进行分析。-This is a matlab code for,AF collaborative simulation performance the BER analysis.
- 2022-04-15 01:37:20下载
- 积分:1
-
Multi
多线程,多接收模式串口类 LsComm 之二相关文档
多线程,多接收模式串口类LsComm 作者:Liu_sir
所以参照Delphi中的SpComm设计了一个类CComPort,对CSerialPort进行了2次封装,主要目的是简化串口的使用.使其用简单的代码就可以完成串口通讯的过程.并提供了一个Demo程序演示了CComPort的使用
多线程,多接收模式串口类 LsComm 之二 作者:liu_sir
实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-Multi-threaded, multi-category serial receive mode LsComm documentation bis multi-threaded, multi-category serial receive mode LsComm Author: Liu_sir Therefore, in light of Delphi SPComm designed a category CComPort, on a 2 times CSerialPort package The main purpose is to simplify the use of serial port. its simple code to complete the process of serial communication. and provided a Demo program CComPort demonstrated the use of multi-threaded, multi-mode receiver serial-type bis LsComm Author: liu_sir implements a simple-to-use multi-threaded serial communication interface, you can switch query and automatically receive mode and proceed to the serial data transceiver
- 2022-05-24 04:36:25下载
- 积分:1
-
EVRC code of block diagram and flow, and they hope to have everyone understand t...
EVRC code 的框图与流程,希望对大家理解EVRC encode 有帮助, Evrc Block Diagram, for audio engineer to understand EVRC encode,code -EVRC code of block diagram and flow, and they hope to have everyone understand the EVRC encode help, Evrc Block Diagram, for audio engineer to understand EVRC encode, code
- 2022-02-26 05:58:45下载
- 积分:1
-
development in a different way recently in the collation of the documents identi...
串口开发的另一种方式 最近在整理文件的时候发现了原先写的一个串口程序,为了提高重用性就又重新的写了一下。根据以前的使用过的一系列串口操作软件发现,大多数的串口操作软件不具备自动的记录保存功能,于是我就在这里把它加进去,记录文件是在应用程序目录下以时间命名的文本文件。程序使用了两个可以重用的 C++ 类,串口通讯类文件 superSP.cpp, superSP.h 文件操作类文件 fileCtrl.cpp, fileCtrl.h。
-development in a different way recently in the collation of the documents identified a previously written a serial process, In order to improve reusability also on the re-write a bit. Under the previous use of the series of Serial operating software found, Most of the serial operating software does not have an automatic record-keeping functions, so I was here it added. documented in the application directory time to a text file named. Procedures for the use of the two can reuse the C category, serial communications superSP.cpp document, superSP.h file manipulation fileCtrl.cpp types of documents, fileCtrl.h.
- 2022-03-18 23:02:53下载
- 积分:1
-
RTP.DLL,RTP的源代码,完成RTP/RTCP.
RTP.DLL,RTP的源代码,完成RTP/RTCP.-RTP.DLL, RTP source code, complete RTP/RTCP.
- 2022-03-21 03:03:48下载
- 积分:1
-
本文档详细地介绍了如何编译osip协议。根据该文档的描述,可以很轻易地编译OSIP协议栈。...
本文档详细地介绍了如何编译osip协议。根据该文档的描述,可以很轻易地编译OSIP协议栈。-this document in detail about how to build osip agreement. According to the document, in the description could easily compile OSIP protocol stack.
- 2022-02-01 12:22:57下载
- 积分:1
-
LINUX下消息队列
Linux下消息队列
用于进程间通信,有4个例程,可以实现
1.消息队列是消息的链表,具有特定的格式,存放在内存中并由消息队列标识符标识.
2.消息队列允许一个或多个进程向它写入与读取消息.
3.管道和命名管道都是通信数据都是先进先出的原则。
4.消息队列可以实现消息的随机查询,消息不一定要以先进先出的次序读取,也可以按消息的类型读取.比FIFO更有优势。
目前主要有两种类型的消息队列:POSIX消息队列以及系统V消息队列,系统V消息队列目前被大量使用。系统V消息队列是随内核持续的,只有在内核重起或者人工删除时,该消息队列才会被删除
- 2022-07-27 21:44:31下载
- 积分:1