-
.高斯子函数(主要用于产生高斯滤波器矩形脉冲响应g(t))还有相位计算函数(主要用于计算 )
.高斯子函数(主要用于产生高斯滤波器矩形脉冲响应g(t))还有相位计算函数(主要用于计算 )-. Gaussian Functions (mainly used to produce rectangular Gaussian filter impulse response g (t)) are calculated phase function (mainly used to calculate)
- 2023-08-25 03:55:03下载
- 积分:1
-
采用BPSK的误码小区OFDM仿真
ofdm simulation using BPSK & its BER plot
- 2022-01-26 03:27:31下载
- 积分:1
-
matlab教程,详细介绍Matlab的基础、入门及使用指南。
matlab教程,详细介绍Matlab的基础、入门及使用指南。
- 2023-08-11 17:05:06下载
- 积分:1
-
捷联惯性导航与GPS组合导航的matlab实现。采用自适应算法来对组合导航时行处理,并取得了很好的效果。...
捷联惯性导航与GPS组合导航的matlab实现。采用自适应算法来对组合导航时行处理,并取得了很好的效果。
- 2023-07-19 14:15:03下载
- 积分:1
-
compressed sensing
A simple example to verify the feasibility of applying compressed sensing for channel estimation. The pilot applies a PN pattern in the frequency domain. The density of pilot is less than the Nyquist sampling rate. Also it is assumed there are sparsity in the channel taps, which is the basis for applying compressed sensing.
- 2022-02-25 09:31:31下载
- 积分:1
-
通过Visual Basic编写的VB版局域网电影视频共享系统,可以共享区域内的影视资源...
通过Visual Basic编写的VB版局域网电影视频共享系统,可以共享区域内的影视资源-VB written by Visual Basic version of the film video-sharing local area network system, video can be shared resources within the region
- 2022-11-09 21:55:03下载
- 积分:1
-
获取MSN Messenger的联系人列表的C++程序源代码
获取MSN Messenger的联系人列表的C++程序源代码-access to MSN Messenger contact list of C source code
- 2022-03-18 17:51:25下载
- 积分:1
-
3G mobile communication UMTS PCCard message monitoring
3G移动通信UMTS PCCard短信监控-3G mobile communication UMTS PCCard message monitoring
- 2022-03-24 07:09:11下载
- 积分: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
-
One based on VC6.0 using C++ utility browser program development. Good use
一个基于VC6.0下使用C++的实用浏览器程序开发。很好用-One based on VC6.0 using C++ utility browser program development. Good use
- 2022-02-02 03:56:39下载
- 积分:1