代码搜索:模拟集成
找到约 10,000 项符合「模拟集成」的源代码
代码结果 10,000
www.eeworm.com/read/15089/431116
c section4.c
#include
#include "init.h"
// 定义全局变量
// 模拟采集变量
int nADC_Flag;
int nADC_Count;
// 数字采集变量
int nD_Count;
int nD_Flag;
// 串口发送变量
int nSend_TX1;
static int nTX1_Len;
static cha
www.eeworm.com/read/17194/721948
51
礦ision3 Build Log
Project:
E:\开发板\6-矩阵键盘\矩阵键盘模拟电子琴\ex79.uv2
Project File Date: 01/04/2010
Output:
www.eeworm.com/read/25215/846116
c 21-7-2.c
#include //头文件
#include
void main(void) //主函数
{
unsigned char chc; //声明变量,模拟通道数
SCON=0x50; //初始化串口
TMOD|=0x20;
TL1=0xF4; //设置串口波特率为4800kb
www.eeworm.com/read/25885/951143
51
礦ision3 Build Log
Project:
E:\开发板\6-矩阵键盘\矩阵键盘模拟电子琴\ex79.uv2
Project File Date: 01/04/2010
Output:
www.eeworm.com/read/26301/957699
plg serial to parallel.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\10自动化\单片机\串口通信技术\模拟串口仿真\Serial to Parallel.uv2
Project File Date: 04/27/2012
O
www.eeworm.com/read/27474/983703
c caiji.c
#include
#include "init.h"
// 定义全局变量
// 模拟采集变量
int nADC_Flag;
int nADC_Count;
// 数字采集变量
int nD_Count;
int nD_Flag;
// 串口发送变量
int nSend_TX1;
static int nTX1_Len;
static cha
www.eeworm.com/read/28674/1004978
c caiji.c
#include
#include "init.h"
// 定义全局变量
// 模拟采集变量
int nADC_Flag;
int nADC_Count;
// 数字采集变量
int nD_Count;
int nD_Flag;
// 串口发送变量
int nSend_TX1;
static int nTX1_Len;
static cha
www.eeworm.com/read/457708/1595092
m ex03180b.m
% 第三章: 例 3.18b:
%
% 模拟信号
Dt = 0.00005;
t = -0.005:Dt:0.005;
xa = exp(-1000*abs(t));
% 离散时间信号
Ts = 0.001; n = -5:1:5;
x = exp(-1000*abs(n*Ts));
% 离散时间付利叶变换
K = 500; k = 0:1:K;
w = pi*k/K;
X
www.eeworm.com/read/457708/1595099
m ex032000.m
% 第三章: 例3.20
% 用sinc函数的重构信号和混叠
%
% 离散时间信号 x2(n)
Ts = 0.001; Fs = 1/Ts; n = -5:1:5; nTs = n*Ts;
x = exp(-1000*abs(nTs));
% 模拟信号重构
Dt = 0.00005;
t = -0.005:Dt:0.005;
xa = x * sinc(F
www.eeworm.com/read/229453/4755798
c section4.c
#include
#include "init.h"
// 定义全局变量
// 模拟采集变量
int nADC_Flag;
int nADC_Count;
// 数字采集变量
int nD_Count;
int nD_Flag;
// 串口发送变量
int nSend_TX1;
static int nTX1_Len;
static cha