代码搜索:AD测试

找到约 10,000 项符合「AD测试」的源代码

代码结果 10,000
www.eeworm.com/read/326072/13167656

dpj ad9866.dpj

A
www.eeworm.com/read/325689/13189875

gif ad_01.gif

www.eeworm.com/read/325620/13193631

gif ad261236.gif

www.eeworm.com/read/240734/13201068

asm ad_line.asm

//*********************************************************** // Note:通过模拟量输入口LINE_IN输入电压值,以8K的采样率经A/D //转换后送给IOB口控制LED点亮,同时可以根据LED的点亮来了解转换 //的数据 //************************************************
www.eeworm.com/read/240734/13201096

lst ad_line.lst

Sunplus u'nSP Assembler - Ver. 1.10.0 Listing File Has Been Relocated //***********************************************************
www.eeworm.com/read/240734/13201210

obj ad_line.obj

www.eeworm.com/read/138810/13209616

bak ad.c.bak

#include "register.h" #include "sintab.h" #include "math.h" int ADRESULT[1080]; //定义一个数组用于保存AD转换的结果 float array[1080]; int flag; volatile unsigned int *tmpj; int
www.eeworm.com/read/240632/13209917

c ad9851.c

#include #include"AD9851.H" void ad9851_reset() //初始化 { w_clk=0; fq_ud=0; w_clk=1; w_clk=0; fq_ud=1; fq_ud=0; } void ad9851_write(uchar m,lint k) //写控制字 { u
www.eeworm.com/read/240632/13209921

h ad9851.h

#define fins 23.8624 #define phs 11.5 #define uchar unsigned char #define uint unsigned int #define lint long int sbit reset=P2^3; sbit sdata=P2^2; sbit w_clk=P2^1; sbit fq_ud=P2^0;
www.eeworm.com/read/325282/13214517

exe ad9851.exe