搜索资源列表
ADc1
- 异步电动机直接转据控制系统中电流信号的AD转换,可直接用于工程项目中-direct asynchronous motor control system according to which the current signal AD conversion, can be used directly in projects
ADC1
- 一个不错的A/D非常适合初学者,请大家下载看看阿!!有志于从底层做起的程序员
ADC1_func
- c8051F020 中八位500ksps ADC1的应用程序 包括ADC1和端口初始化及转换完成中断程序
ADC1_TEMP
- c8051f020 ADC1 的简单应用
adc1
- C8051F020单片机内部ADC1的驱动程序的控制程序,采用C语言编写
ADC
- This example describes how to use the ADC and DMA to transfer continuously converted data from ADC to a data buffer. The ADC is configured to converts continuously ADC channel14. Each time an end of conversion occurs the DMA transfers, in circ
ADC1
- 用FPGA实现的ADC采样器,用VHDL编写,8个模拟信号通道地址,8位数据输出
adc1
- PIC16F877A的一个AD转换小程序,将一连续变化的模拟电压转换为数字量(0-5),并在数码管上显示相应的值。
7_ADC.rar
- 单片机atmega16内部模数转换程序,功能:通过调节ADC0、ADC1两个电位器来改变输入电压,并在数码管同时显示两路电压值。,SCM atmega16 internal analog-digital conversion procedure, function: by adjusting the ADC0, ADC1 two potentiometers to change the input voltage, and also showed two-way digital control
AVR_IMU_1
- 卡尔曼滤波在AVR单片机的应用,引脚接法:PC1 (ADC1) Y Accel (Pin 8) PC2 (ADC2) Z Accel (Pin 7) PC3 (ADC3) X Rate (Pin 3) PC4 (ADC4) Y Rate (Pin 4) PC5 (ADC5) VRef (Pin 5) - Currently, this project assumes the AVR ATmega168 MCU is hosted on the AVR STK5
ADC1
- MSP430F169片内AD,或许有人需要-MSP430F169 ADC
STM32f103-ADC-USART
- STMicroelectronics 32 用ADC模块采集两路信号并通过USART模块送出 * 设置ADC1的常规转换序列包含CH10和CH16(片内温度传感器) * 设置了连续转换模式,并使用DMA传输-STMicroelectronics 32 ADC module with the acquisition of two signals sent through the USART module* set ADC1 conventional conversion sequence
ADC_Configure_of_STM32
- 描述了如何配置stm32f10x的ADC控制寄存器,ADC1被配置为有顺序地转换第14与17通道的模拟输入量,ADC2被配置为有顺序地转换第10与11通道的模拟输入量。-This example describes how to use ADC1 and ADC2 in regular simultaneous dual mode. ADC1 is configured to convert channel14 and channel17 regular channel continuous
example5_ADC
- 本例展示了如何使用双ADC对多路通道进行同时转化。 使用ADC1对通道14和通道17进行转化。使用ADC2对通道10和通道11进行转化。通道17与内部参考电压Vref相连。 一旦转换开始,ADC1和ADC2对对通道14和10的转换将同时开始,结果存于ADC1的32-bit DR寄存器内,其中高16bit为ADC2对通道10的转换结果,低16bit为ADC1对通道14的转换结果。之后由DMA把DR寄存器内的数据传送到内存中的ADC_DualConvertedValueTab表格
ADC1_TEMP_c8051F
- C8051F020单片机AD转换程序,ADC1,已经测验过,请放心下载!-C8051F020 ADC1 C++
adc1
- 暑假做的c8051f020的AD1的测试程序-Summer to do c8051f020 test procedures for the AD1
ADC1
- adc1,模拟、数字转换程序,可用,已实验-adc1, analog, digital conversion program, available experimental
ADC1-PORT
- 基于c8051f020单片机的8位ADC1的采集程序-Based c8051f020 MCU 8 ADC1 collection procedures
ADC-IN1-ADC1
- ADC-IN1-ADC1转换测试程序,基于MSP430F149型单片机,测试成功。-ADC Convertion program based on MSP430.
ADC1多通道DMA--软件触发
- 通过DMA将ADC采集到的多路ADC数据存到内存中,ADC采集通过软件触发。(The data collected by ADC is stored in memory through DMA.)