-
cdma2000中的turbo码的实现,是用matlab实现的,方法比较简单
cdma2000中的turbo码的实现,是用matlab实现的,方法比较简单-the achieve of the turbo in cdma2000
- 2022-03-16 06:14:42下载
- 积分:1
-
Wishbone to LPC (Low
Wishbone to LPC (Low-Pin Count) Bridge, includes master and slave modules. Supports 8-bit I/O Read and Write cycles, 8-bit Memory Read/Write cycles, DMA cycles, and up to 32-bit Firmware memory read/write cycles. Serial IRQ support is also provided.
None of this has been tested (yet) with a third-party LPC Peripheral or Host.
- 2022-03-21 15:28:38下载
- 积分: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
-
和MODEM通讯,VB
和MODEM通讯,VB-And MODEM communications, VB
- 2022-03-24 10:03:32下载
- 积分:1
-
我设计的数字多
I designed the digital multi-function human-computer interaction of arc welding inverter power system
- 2022-08-25 03:51:49下载
- 积分:1
-
简单的聊天程序,初学者可以看看,高手勿进!
简单的聊天程序,初学者可以看看,高手勿进!-simple chat program, beginners can see, not masters!
- 2022-08-08 16:33:31下载
- 积分:1
-
i2c How To Use It guide
i2c How To Use It guide
- 2023-04-25 18:20:03下载
- 积分:1
-
symbian下的settinglist
适合初学者
symbian下的settinglist
适合初学者-settinglist under symbian for beginners
- 2022-03-17 13:14:55下载
- 积分:1
-
MARVELL processor mobile phone
MARVELL processor mobile phone
- 2022-02-28 23:45:02下载
- 积分:1
-
Construction of a fixed
介绍了一种构建在定点DSP上的高速瑞利衰落信道仿真模型。通过应用确知性瑞利过程的理论,使得仅需要较少的低频正弦波分量以及简单的运算即可实现较高精度的信道建模;进而可采用查表法并结合TMS320C6202定点数字信号处理器的高并行性和处理能力构造高速的仿真模型-Construction of a fixed-point DSP in the high-speed Rayleigh fading channel simulation model. Through the application process unascertained Rayleigh theory, only need to make small low-frequency sine wave components and the simple operation can achieve higher accuracy Channel modeling; then use look-up table method and combination TMS320C6202 fixed-point digital signal processor parallel and can handle Construction of the high-speed simulation model
- 2022-07-04 23:01:52下载
- 积分:1