代码搜索: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/102463/15780278
pdf analog-to-digital converter survey and analysis.pdf
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/145878/12697574
pdf interfacing the tlv157178 analog-to-digital converter to the tms320c542 dsp.pdf
www.eeworm.com/read/317950/13492922
pdf tms320x281x analog-to-digital converter (adc) reference guide (rev. d).pdf
www.eeworm.com/read/145433/12724177
h adc.h
/***********************************************************/
/*
adc.h
Header file for analog-to-digital conversion
*/
/***********************************************************/
#def