代码搜索:模拟集成
找到约 10,000 项符合「模拟集成」的源代码
代码结果 10,000
www.eeworm.com/read/491283/6438290
c control.c
#include "ipc.h"
int main(int argc,char *argv[])
{
int i;
int rate;
int w_mid;
int count = MAXVAL;
Msg_buf msg_arg;
struct msqid_ds msg_inf;
//建立一个共享内存先写入一串 A 字符模拟要读写的内容
buff_k
www.eeworm.com/read/488967/6480540
plg led.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\lgq\My Documents\例程源码\单路模拟开关灯\ASM\LED.uv2
Project File Date: 07/29/2007
Output:
Build tar
www.eeworm.com/read/488967/6480555
plg led.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\lgq\My Documents\例程源码\单路模拟开关灯\C\LED.uv2
Project File Date: 07/29/2007
Output:
www.eeworm.com/read/487742/6508122
c tlc549测试.c
//功能:串行AD转换器TL549进行一路模拟量的测量
//驱动TLC549,TLC549是串行8位ADC
#include "reg51.h"
#include "intrins.h"
#define uchar unsigned char
#define uint unsigned int
#define Wait1us _nop_();
#
www.eeworm.com/read/484224/6582340
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/483047/6608116
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/482655/6620690
m prewarping.m
%先对模拟滤波器进行预畸,可以消除偏差的影响
N=2;%number of poles
T=0.2;%sampling time
wc=2;%analog cutoff frequency
Wc=wc*T/pi;%标准化后的数字滤波器的截止频率
[numd,dend]=butter(N,Wc);%直接用butter函数
www.eeworm.com/read/482677/6620894
m mod_am.m
%显示模拟调制的波形及解调方法AM、DSB、SSB
%信源
close all;
clear all;
dt = 0.001;
fm=1;
fc=10;
t = 0:dt:5;
mt = sqrt(2)*cos(2*pi*fm*t);
N0 = 0.1;
%AM modulation
A=2;
s_am = (A+mt).*cos(2*pi*fc*t);
B = 2*
www.eeworm.com/read/287406/6661721
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/480064/6676106
c m1602.c
/*
**长沙太阳人电子有限公司SMC1602模拟接口参考程序
**电话: 0731-4167806,4167808
**E-mail: www@sunman.cn
**Create by :谭超 E-mail: tanchao_1@126.com
**最后修改 : 2005年4月22日
*/
#include
#include