-
OFDM的书有fundememntals OFDM理论,这是一个很好的来源,请…
OFDM book has the fundememntals of the OFDM theory , it is a good source for beginners-OFDM book has the fundememntals of the OFDM theory , it is a good source for beginners
- 2023-05-12 17:45:03下载
- 积分:1
-
经典的维特比译码程序,供参考
经典的维特比译码程序,供参考-classic Viterbi decoding procedures for reference
- 2022-02-25 04:49:13下载
- 积分:1
-
最简单的VC编写的OPC客户端程序,本程序为OPC异步远程分布式型传输。...
最简单的VC编写的OPC客户端程序,本程序为OPC异步远程分布式型传输。-The simplest VC prepared OPC client program, the procedures for the OPC-based transmission of asynchronous remote distributed.
- 2022-02-14 02:51:44下载
- 积分: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
-
Second document is on the AD converter TLC0834 Singlechip documents, detailed de...
第二个文档是关于模数转换器TLC0834单片机的文档,详细说明了TLC0834的应用,并编程实现
- 2022-02-24 12:56:59下载
- 积分:1
-
扩频序列的误码率性能仿真程序,在MATLAB环境下运行
扩频序列的误码率性能仿真程序,在matlab下运行-Sequence Spread Spectrum BER performance simulation program, run under Matlab
- 2022-02-04 01:34:55下载
- 积分:1
-
东进语音卡录音模块例子程序 在运行时一定需要板卡支持 具有监听 录音 会议等功能...
东进语音卡录音模块例子程序 在运行时一定需要板卡支持 具有监听 录音 会议等功能-eastward voice recording module cards examples procedures at runtime support will need to have board meetings wiretapping recording function
- 2022-03-04 23:37:13下载
- 积分:1
-
系统的介绍了瑞丽信道 和莱斯信道的特性 给出了基于MATLAB的仿真程序...
系统的介绍了瑞丽信道 和莱斯信道的特性 给出了基于MATLAB的仿真程序-Ruili introduce a system of channels and channel characteristics Rice give MATLAB-based simulation program
- 2023-03-16 05:30:04下载
- 积分:1
-
with 32 computers in the serial communication interface library package. In fron...
用在32位计算机上的串口通信打包接口库文件.前面的各种结构体,除了因为字宽原因,
使用了不同数据类型以外,实际效果与相应的单片机程序接口是一致的.平台独立.-with 32 computers in the serial communication interface library package. In front of the structure, in addition to the reasons for wide characters, the use of different data types, the actual results with the corresponding microcontroller interface is the same. Platform independence.
- 2022-01-21 23:42:18下载
- 积分:1
-
串口收发程序
fafasdfasfasfasdfasfasfas
fsdafasfasdgfdhfdghgdfjhdfghdgf
hdfghfdghfdghdfghdfghdfg// DlgSend.cpp : implementation file
// Download by http://www.codefans.net
#include "stdafx.h"
#include "SCC.h"
#include "DlgSend.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDlgSend dialog
CDlgSend::CDlgSend(CWnd* pParent /*=NULL*/)
: CDialog(CDlgSend::IDD, pParent)
{
//{{AFX_DATA_INIT(CDlgSend)
m_nCycMode = 0;
m_nCycSel = 0;
m_unTime = 1000;
m_unLine = 1;
m_unStart = 1;
m_unEnd = 2;
m_unTrigger = 0;
//}}AFX_DATA_INIT
}
void CDlgSend::DoDataEx
- 2022-03-05 20:00:41下载
- 积分:1