代码搜索结果
找到约 10,000 项符合
X 的代码
x5045.h
/* ========================================================================== */
/* */
/* x5045.h
x5045.c
//#include
//#include
//下面是我正在用的没有问题。
sbit SO=P2^2;
sbit SI=P2^1;
sbit SCK=P2^0;
sbit CS=P3^6;
//25045可编程看门狗监控EEPROM指令集
#define WREN 0x06; 00000110 //设置写使能锁存器(允许写操作)
#de
71x_it.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : 71x_it.c
* Author : MCD Application Team
* Date First Issued : 16/05/2003
* Des
x_power.m
x1=xcorr(x); %求x的自相关函数x1
x1=fft(x1); %求x的一阶傅立叶变换
subplot(2,1,1);
plot(abs(x1))
title('数字基带信号功率谱密度')
x_fianl.asv
%随机数字基带信号
x=round(rand(1,30));%随机产生的1行100列数字基带信号
subplot(2,3,1);
impulscx(x,2); %调用impulscx(x,ts) ts=2函数
axis([0,30,0,1.1]);
title('随机数字基带信号') %为所画图命名
%数字基带信号功率谱密
x_fianl.m
%随机数字基带信号
x=round(rand(1,30));%随机产生的1行100列数字基带信号
subplot(2,3,1);
impulscx(x,2); %调用impulscx(x,ts) ts=2函数
axis([0,30,0,1.1]);
title('随机数字基带信号') %为所画图命名
%数字基带信号功率谱密
x_temp.asv
x=round(rand(1,30));%随机产生的1行100列数字基带信号
subplot(2,1,1);
impulscx(x,2); %调用impulscx(x,ts) ts=2函数
axis([0,30,0,1.1]);
title('随机数字基带信号') %为所画图命名
y=[x,x];
for i=1:length
x_temp.m
x=round(rand(1,30));%随机产生的1行100列数字基带信号
subplot(2,1,1);
impulscx(x,2); %调用impulscx(x,ts) ts=2函数
axis([0,30,0,1.1]);
title('随机数字基带信号') %为所画图命名
y=[x,x];
for i=1:length