-
中国的RFC3261文档版本,内容非常详细、准确…
中文版本的RFC3261文档,内容非常详细准确,如果觉得英文文档不容易理解,这个文档就比较合适了。-Chinese version of the RFC3261 document, the content is very detailed and accurate, if they feel the document is not easy to understand English, this document would be more appropriate in.
- 2023-08-16 16:45:08下载
- 积分:1
-
通信mccdma和ofdm的一些相关的资料。
通信mccdma和ofdm的一些相关的资料。-OFDM communication mccdma and some relevant information.
- 2022-03-03 06:13:20下载
- 积分:1
-
噪声对通信系统的影响试验程序
模仿各种噪声对不同通信系统的影响
具有很强的学习价值...
噪声对通信系统的影响试验程序
模仿各种噪声对不同通信系统的影响
具有很强的学习价值-noise on the communication system of testing procedures to imitate various noise on different communication systems with a strong influence of school Xi value
- 2022-05-31 06:04:36下载
- 积分:1
-
STM32 BOOTLOAD 远程升级引导部分
1.通过gsm接收firmware数据,在bootload中完成写flash和跳转,这是bootload部分。
2.基于STM32F103VCT6平台。
3.编译工具是IAR 5.6版本。
- 2022-02-01 10:58:10下载
- 积分:1
-
STK 软件和 Actidyn 模拟器之间的Matlab连接接口
接口程序连接 Actidyn 模拟器 (最准确的 3 轴旋转表) 到仿真软件等系统工具套件 (STK) 通过 Matlab 环境。
- 2022-03-23 10:25:50下载
- 积分:1
-
一个可以用语音modem录音放音的Delphi控件源码
一个可以用语音modem录音放音的Delphi控件源码-A modem with voice recording playback control of Delphi source code
- 2022-05-16 03:28:38下载
- 积分:1
-
串口调试助手源码
串口调试助手源码,调试通过 ,采用API函数进行串口的通信,非常好用,我的上位机通信 就是用此代码稍加改变
- 2022-03-10 17:32:42下载
- 积分:1
-
两天线的通信系统,包括空时码的编解码程序,以及与HARQ结合的传输方案代码,信道为准静止的瑞丽衰落信道...
两天线的通信系统,包括空时码的编解码程序,以及与HARQ结合的传输方案代码,信道为准静止的瑞丽衰落信道-Line a two-day communications systems, including space-time code codec procedures, as well as combined with the HARQ transmission program code, channel, whichever is Ruili static fading channel
- 2022-03-14 15:42:59下载
- 积分:1
-
通信
主要是本科学生可以欣赏和理解我上传的MATLAB/simulink
- 2022-08-15 12:28:37下载
- 积分: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