搜索资源列表
adc
- AD574在 LPC2138下的 12位AD转换采样程序 12位数据分两次在数据总线上输出,查询方式-LPC2138 under AD574 in 12 AD converter sampling procedures in two 12-bit data bus in the data export, query
EK-STM32F-ADC
- 万利开发板上的adc例程,适用于keil mdk环境-Manley panel adc routines developed for the environment keil mdk
adpwm
- 这是在飞思卡尔单片机MC13213上的PWM以及AD采样的驱动。希望对大家有所帮助-This is Freescale' s MC13213 microcontroller PWM, as well as sample-driven AD. We want to help
oversampling
- 上传的是基于ARM的过采样技术,里面包含了过采样算法-oversampling
ADC_te
- 基于cortex M3的ADC采样,可以在群星系列LM3s 8962上运行。-Cortex M3-based ADC sample, the stars can be run on the series LM3s 8962.
demoDZADC8
- 龙丘开发板上DZ60 的ADC采样 ,里面有详细的例 子-Long the Venturi development board DZ60 ADC sampling, there are detailed examples
Intelligent--system
- 设计一个智能化的数据采集和电压监控系统,该系统以单片机为核心并具有如下功能:1)能对2-4v范围变化的模拟信号进行连续采样(模拟信号中有尖峰脉冲干扰和50Hz工频干扰)和实时数字显示,采样周期为1秒,保存最近的50个连续采样值;2)当采样值小于2v时1个报警灯闪烁,大于4v时2个报警灯闪烁;3)能对存在的系统误差进行线性插值校正;4)能和上位机进行串行通信,根据上位机的要求随时将采样数据上传;5)能产生占空比为10 幅度为5v的100Hz脉冲波供外设用。智能电压监控系统-Design an in
c8051f120_ADC_DAC
- c8051f120ADC、DAC程序,ADC交叉开关轮流采样,采样后的ADC数据直接用连个12位DAC输出,输出后的数据再由ADC后两通道采集并在数码管上显示-c8051f120ADC DAC program, ADC Crossbar turns sampling, sampling ADC data directly with even a 12-bit DAC output and output data collected by the two-channel ADC and digit
02
- 在cc2430上驱动12864zw液晶屏、ds18b20。简单的将测量的温度显示在液晶屏幕上。没有实现绘制实时温度曲线。温度的采样率不是精确。-On the cc2430 driver 12864zw LCD screen, ds18b20. Simple measurement of the temperature display on the LCD screen. Did not achieve real-time temperature curve plotted. The sampli
ad
- MSP430实现AD采样,并显示在1602液晶显示器上-AD sampling to achieve
STM32-ADC
- STM32F103模数转换程序,一路ADC的采样,并在LCD上显示采样值。-STM32F103 ADC programms, a channel ADC sampling, and displayed sampling values on the LCD.
STM32F746-ADC
- 这个是STM32F746源碼演示了如何使用ADC3及DMA传输连续 转换后的数据从ADC3记忆。 ADC3的配置不断转换的adc_channel_8。 每次转换结束时,DMA传输,循环模式,这 转换数据寄存器变量的uhadcxconvertedvalue ADC3博士。 的uhadcxconvertedvalue读取的值是12位编码,参考电压VREF +连接 在VDD的板(+3.3V),VREF参考电压连接板上到地面。 要转换为伏特的读取值,这里是应用的方程: 电
PID
- PID控制 微型计算机 汇编语言 采样 电机 在硬件上实现过-PID control microcomputer sampling motor assembly language realized in hardware
MODE
- 能实现对24高精度ADhx711进行驱动读取AD数据,配上简单数据滤波达到分辨率5点采样点 具有8MBIT的内存,并且还有迪文屏的驱动程序-Can achieve high-precision AD hx711 24 is driven to read data AD, accompanied by a simple data filter to achieve resolution of sampling points 5:00 Having 8MBIT memory, and the
Double-ADC-DMA-Double-buffer
- stm32f4范例,双ADC同时采样,通过DMA的双buffer模式传送,希望对初学者有帮助。范例完整,可直接在stm32f4dis上运行,环境nvision5-example for stm32f4dis,used to describe how to set double ADCs sampling simultaneous ,and send the data through the DMA Double buffer mode
pmt-
- PMT的数据采样及处理算法,可以把模拟信号转换为数字信号上传给上位机-PMT data sampling and processing algorithms that can convert analog signals to digital signals uploaded to the host computer
STM32F103例程
- STM32F103 ADC采样上传UART口,亲测可以用