-
This example shows how to configure the Crossbar.
This example shows how to configure the Crossbar.-This example shows how to configure the Cro ssbar.
- 2022-06-20 07:22:16下载
- 积分:1
-
该文章是介绍PKLIB格式的技术文档,该技术广泛应用于无线电通信中。
该文章是介绍PKLIB格式的技术文档,该技术广泛应用于无线电通信中。- This article is introduced the PKLIB form the technical
documents, this technology widely applies in the radio traffic.
- 2022-01-24 16:29:54下载
- 积分:1
-
介绍数字滤波器的定义、分类及实现方法。讨论IIR滤波器、FIR滤波器的设计方法以及如何运用MATLAB中的DSP Blockset工具箱设计数字滤波器。...
介绍数字滤波器的定义、分类及实现方法。讨论IIR滤波器、FIR滤波器的设计方法以及如何运用MATLAB中的DSP Blockset工具箱设计数字滤波器。-Introduce digital filter definition, classification and realization method. Discussion of IIR filters, FIR filter design methods and how to use MATLAB in the DSP Blockset toolbox design digital filters.
- 2023-02-03 10:05:04下载
- 积分:1
-
周立功 深入浅出ARM7
周立功 深入浅出ARM7-lpc213x上-Week Ligong easy on ARM7-lpc213x
- 2022-02-06 05:31:08下载
- 积分:1
-
LightForm.java a new phone used as a flashlight lighting application code
LightForm.java
一种新的手机灯光用做手电筒应用程序代码-LightForm.java a new phone used as a flashlight lighting application code
- 2023-06-29 10:35:03下载
- 积分: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
-
卷积编码、维特比译码
卷积编码、维特比译码的MATLAB代码,程序来自《现代通信系统-使用matlab》英文版,个人用着不错:)-convolutional
codes, Viterbi decoding MATLAB code, procedures from the "modern
communication systems-using Matlab" in English, with a good personal :)
- 2022-08-19 04:02:08下载
- 积分:1
-
转换波(无位二进制数字
to)
converting sin wave to digital bits (binary)
ADC
- 2022-04-21 05:54:10下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1
-
This is the NS2 in the code article 802.16
这是有关NS2中802.16的代码的文章-This is the NS2 in the code article 802.16
- 2022-04-18 21:39:56下载
- 积分:1