搜索资源列表
MSP430F2274ADC10.rar
- MSP430F2274中ADC10 系列通道单次采样,对A0 A1 A2 三个通道进行电压检测,ADC结果存于 ad_value[3] 数组中,ADC10 Series MSP430F2274 in a single-channel sampling, A0 A1 A2 for the three channel voltage detector, ADC results stored in ad_value [3] array
EM78P809N
- 义隆 C语言开发程序,关于AD采样检测电压,控制LED灯闪情况等!-void ADrun() { ADRUN=1 while(ADRUN==1) ad1=ADDH ad1=ad1<<1 ad1=ad1+ADD1 ad1=ad1<<1 ad1=ad1+ADD0 }
ucos_multiple
- uc/os的多任务处理。20ms间隔,对模拟输入进行采样,电压检测,键盘输入检测。-uc/os,A/D
STM32
- STM32内部AD采样程序--运行通过(测量电压范围0~3[1].3V)运行通过的ARM程序-stm32 inter adc program
TLC2543_Sample
- TLC2543采样程序,输入通道号,输出采样值,参考电压2.5V-TLC2543 sampling procedures
adtest_Udc
- 电机控制应用,完成母线电容预充电,还含有直流母线电压检测(AD采样)-Motor control applications, the completion of pre-charge bus capacitor, also contains the DC bus voltage detection (AD sample)
ADC_Conti
- DSP的ADC程序开发,对模拟信号采样,然后输出。可以作为数字电源的电压或电流检测信号。-DSP ADC programming, analog signal sampling, then output. Can be used as digital power supply voltage or current signal.
ADC
- DQ-STM32开发板试验程序 ADC实验 通过串口输出采样值 通过学习板电位器调节电压 端口分配详见原理图-DQ-the STM32 development board test procedures, experimental ADC serial output sample value by the study board potentiometer to adjust the voltage port assignments refer
AT89C4051-12PI_Wireless
- 本项目为单片机通过ADC对前端电压、电流进行采样分析,处理后进行短距离无线传送,并液晶显示,CPU为AT89C4051-12PI,无线模块为ZT-TR43C,液晶选用LCM46-This project is a microcontroller through ADC front-end voltage, current sampling and analysis, short-distance wireless transmission after processing and LCD, CP
ADE7758_debug
- ADE7758三相交流电压电流采样试验程序-ADE7758 three-phase AC voltage and current sampling test procedures
adc
- stm32103系列adc多通道采样电压值的源程序,通过DMA读取采样数据。-Stm32103 series multichannel adc sampling voltage source program, the sampling data read by DMA.
12bit_ad
- 基于MSP430f149的ad采样电压表!用LCD1602显示电压。-The ad based MSP430f149 the sampling voltmeter! Voltage LCD1602 display.
Intelligent--system
- 设计一个智能化的数据采集和电压监控系统,该系统以单片机为核心并具有如下功能:1)能对2-4v范围变化的模拟信号进行连续采样(模拟信号中有尖峰脉冲干扰和50Hz工频干扰)和实时数字显示,采样周期为1秒,保存最近的50个连续采样值;2)当采样值小于2v时1个报警灯闪烁,大于4v时2个报警灯闪烁;3)能对存在的系统误差进行线性插值校正;4)能和上位机进行串行通信,根据上位机的要求随时将采样数据上传;5)能产生占空比为10 幅度为5v的100Hz脉冲波供外设用。智能电压监控系统-Design an in
ADC
- 3.A/D程序设计与电路仿真 通过AD对外部电压进行AD采样,然后利用SPI接口对采样回来的数据进行显示,并将转换结果通过UART发给上位机进行显示。 首先设置需要显示的数组,使用PINSEL0、PINSEL1寄存器设置串口0的连接端口,使用IO0DIR设置74HC595的控制口,初始化串口0,使用U0LCR、U0DLM、U0DLL、U0LCR寄存器设置波特率,初始化SPI接口,设置SPI的时钟分频、接口模式。 其次对ADC模块进行设置,通过移位设置寄存器ADCR选择通道0,设置转换
stm32f103_fft_dso
- 使用STM32F103C8T6单片机实现了使用内部ADC对电压采样,并计算FFT,通过串口发送至上位机。-Use STM32F103C8T6 MCU using the internal ADC sampling of voltage and calculate the FFT, first bit machine sent through the serial port.
ADCdata-samplig
- arm ADC数据采样 掌握STM32的模/数(A/D)转换器的应用设置,进行电压信号的测量。-STM32 master arm ADC data sampling analog/digital (A/D) converter application settings, measure the voltage signal
jtcy
- 微机继电保护交流采样,计算电压、电流、功率因素-jiao lu cai yang
stm32f746_ADC
- 本例介绍如何使用ADC3和DMA,从ADC3到存储器不断传输转换后的数据。 该ADC3配置为连续转换ADC_CHANNEL_8。 每次转换结束时的DMA传输,在循环模式下, 从ADC3 DR转换后的数据注册到uhADCxConvertedValue变量。 该uhADCxConvertedValue读值编码为12位,VREF +基准电压连接 在董事会到VDD(+ 3.3V)时,Vref-之间的参考电压连接在电路板到地面。 要转换的电压读取值,这里是方程适用
ADC-DAC
- 模拟电压采样,单片机校正后输出数字电压,通过DAC芯片输出校正后的电压(Analog voltage sampling, MCU output digital voltage correction, through the DAC chip output corrected voltage)
Template
- 通过定时器触发adc采样,并且在串口显示出来采样电压(The ADC sampling is triggered by the timer, and the sampling voltage is displayed in the serial port)