-
此程序实现了一种改进的ofdm下的信道估计方法,综合了以往的几种内插方法,并加以改进...
此程序实现了一种改进的ofdm下的信道估计方法,综合了以往的几种内插方法,并加以改进-This program realise a new channel estimation beneath the ofdm system combining several former intersecting method.Furthermore, certain ameliorations are also being done.
- 2022-02-26 19:18:49下载
- 积分:1
-
文章介绍了一种基于水声通信网的实时路由协议。
文章介绍了一种基于水声通信网的实时路由协议。-This paper presents a water-based real-time voice communication network routing protocols.
- 2022-03-15 17:03:02下载
- 积分:1
-
这是BENQ M22公司的cdma modem的AT指令的资料,希望对大家有用
这是BENQ M22公司的cdma modem的AT指令的资料,希望对大家有用-This is BENQ M22 cdma modem AT command information ,I hope that it is useful for all of us.
- 2023-01-15 08:50:03下载
- 积分:1
-
Capacity of a MIMO channel
在本计划中,将考虑高度分散的环境;
- 2022-04-21 17:30:56下载
- 积分:1
-
这是一个DDE通信程序。大家看看就知道了,非常驻不错哟。
这是一个DDE通信程序。大家看看就知道了,非常驻不错哟。-This is a DDE communication program. You see, it is a very good in yo.
- 2023-07-05 06:45:04下载
- 积分:1
-
zigbee射频通信
应用背景该程序可以应用在zigbee模块上,实现zigbee模块的相互通信,当然是通过射频方式而非z-stack方式。关键技术
能够实现多个模块之间的相互通信,并且能够使接收端在收到数据后自动转发数据,而且可以实现发射端也能接收到原来的数据,使得终端节点不仅具有终端的作用,还具有路由器的作用,更重要的是,它并非使用z-stack协议栈,运行速度更加的快而稳定。
- 2022-05-14 18:38:02下载
- 积分:1
-
Overview of 2000 IAB Wireless Internetwor king Workshop
2000年IAB无线互联王研讨会综述
- 2022-02-27 01:50:55下载
- 积分: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
-
mfc源码 :简单局域网聊天程序,vc 6。0
mfc源码 :简单局域网聊天程序,vc 6。0-mfc source: a simple LAN chat program, vc 6. 0
- 2022-01-25 16:32:20下载
- 积分:1
-
C程序计算在AWGN信道的BPSK调制的误码率性能…
C program to calculate the BER performance of BPSK modulation in an AWGN channel. The program takes the file "BPSK" containing voltage levels and passes it in an AWGN channel with a given SNR. The received message is then Hard decision decoded and the bit error rate is calculated.
The BER over different SNR is calculated. THe output values can be used to draw a BER vs SNR(dB) curve.
- 2022-07-17 05:04:31下载
- 积分:1