代码搜索:ANALOG-TO-DIGITAL

找到约 37 项符合「ANALOG-TO-DIGITAL」的源代码

代码结果 37
www.eeworm.com/read/116795/14954431

dox a2d.dox

/** \defgroup a2d a2d: Analog-to-Digital Converter Functions This library provides an easy interface to the analog-to-digital converter available on many AVR processors. Updated to su
www.eeworm.com/read/116795/14954228

html group__a2d.html

Procyon AVRlib: a2d: Analog-to-Digital Conver
www.eeworm.com/read/255577/12072484

m f_adc.m

function [b,d,y] = f_adc (x,N,Vr) %F_ADC: Perform N-bit analog-to-digital conversion % % Usage: [b,d,y] = f_adc (x,N,Vr); % % Inputs: % x = analog input % N = number of bit
www.eeworm.com/read/255577/12072672

asv f_adc.asv

function [b,d,y] = f_adc (x,N,Vr) %F_ADC: Perform N-bit analog-to-digital conversion % % Usage: [b,d,y] = f_adc (x,N,Vr); % % Inputs: x = analog input % N = number of bits %
www.eeworm.com/read/230384/14291215

m f_adc.m

function [b,d,y] = f_adc (x,N,Vr) %F_ADC: Perform N-bit analog-to-digital conversion % % Usage: [b,d,y] = f_adc (x,N,Vr); % % Inputs: % x = analog input % N = number of bit
www.eeworm.com/read/230384/14291262

asv f_adc.asv

function [b,d,y] = f_adc (x,N,Vr) %F_ADC: Perform N-bit analog-to-digital conversion % % Usage: [b,d,y] = f_adc (x,N,Vr); % % Inputs: x = analog input % N = number of bits %
www.eeworm.com/read/145433/12724177

h adc.h

/***********************************************************/ /* adc.h Header file for analog-to-digital conversion */ /***********************************************************/ #def