文件名称:STM32-ADC-oversampling
介绍说明--下载内容来自于网络,使用问题请自行百度
使用STM32单片机ADC模块的过采样技术使采样值更稳定,是一种时间换精度的方法。-This firmware gives the STM32 ADC oversampling using triangular dither. This method
consists on adding a triangular signal to the input signal and sampling it with
a rate.
The timer TIM2 is used to generate the input signal sampling frequency.
The STM32 ADC1 clock is configured to 14Mhz and the channel 10 is converted (PC.00).
The triangular dither is generated using the Timer TIM3.
After OSR DMA transfer from the ADC data register to a buffer in RAM, the new
sample is computed.
consists on adding a triangular signal to the input signal and sampling it with
a rate.
The timer TIM2 is used to generate the input signal sampling frequency.
The STM32 ADC1 clock is configured to 14Mhz and the channel 10 is converted (PC.00).
The triangular dither is generated using the Timer TIM3.
After OSR DMA transfer from the ADC data register to a buffer in RAM, the new
sample is computed.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/include/oversampling.h
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/include/stm32f10x_conf.h
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/include/stm32f10x_it.h
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/cortexm3_macro.s
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/lnkarm_flash.xcl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/lnkarm_flash_extsram.xcl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/lnkarm_nor.xcl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/lnkarm_ram.xcl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/OVERSAMPLING_AN_TriangularDitherMethod.dep
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/OVERSAMPLING_AN_TriangularDitherMethod.ewd
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/OVERSAMPLING_AN_TriangularDitherMethod.ewp
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/OVERSAMPLING_AN_TriangularDitherMethod.eww
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/stm32f10x_vector.c
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/cortexm3_macro.s
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/OVERSAMPLING_AN_TriangularDitherMethod.dep
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/OVERSAMPLING_AN_TriangularDitherMethod.ewd
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/OVERSAMPLING_AN_TriangularDitherMethod.ewp
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/OVERSAMPLING_AN_TriangularDitherMethod.eww
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/stm32f10x_flash.icf
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/stm32f10x_flash_extsram.icf
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/stm32f10x_nor.icf
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/stm32f10x_ram.icf
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/stm32f10x_vector.c
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/Source/cortexm3_macro.asm
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/Source/cstart_thumb2.asm
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/Source/inithardware.asm
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/Source/initvectortable.asm
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10B_EVAL/OVERSAMPLING_AN_TriangularDitherMethod.htp
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10B_EVAL/Settings/link.lnk
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10B_EVAL/Settings/reset_go_main.scr
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10B_EVAL/Settings/StartupScript.scr
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10B_EVAL/Settings/STM32F10x.lsl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10E_EVAL/OVERSAMPLING_AN_TriangularDitherMethod.htp
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10E_EVAL/Settings/link.lnk
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10E_EVAL/Settings/reset_go_main.scr
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10E_EVAL/Settings/StartupScript.scr
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10E_EVAL/Settings/STM32F10x.lsl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RIDE/cortexm3_macro.s
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RIDE/OVERSAMPLING_AN_TriangularDitherMethod.dbi
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RIDE/OVERSAMPLING_AN_TriangularDitherMethod.rapp
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RIDE/OVERSAMPLING_AN_TriangularDitherMethod.rprj
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RIDE/stm32f10x_vector.c
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/cortexm3_macro.s
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/List/cortexm3_macro.lst
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/List/STM3210B-EVAL.map
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/List/stm32f10x_vector.lst
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/note.txt
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/Obj/cortexm3_macro.d
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/Obj/cortexm3_macro.o
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/Obj/main.d
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/Obj/main.o
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/Obj/oversampling.d
过采样技术--STM32/ADCOve
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/include/stm32f10x_conf.h
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/include/stm32f10x_it.h
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/cortexm3_macro.s
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/lnkarm_flash.xcl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/lnkarm_flash_extsram.xcl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/lnkarm_nor.xcl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/lnkarm_ram.xcl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/OVERSAMPLING_AN_TriangularDitherMethod.dep
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/OVERSAMPLING_AN_TriangularDitherMethod.ewd
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/OVERSAMPLING_AN_TriangularDitherMethod.ewp
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/OVERSAMPLING_AN_TriangularDitherMethod.eww
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv4/stm32f10x_vector.c
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/cortexm3_macro.s
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/OVERSAMPLING_AN_TriangularDitherMethod.dep
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/OVERSAMPLING_AN_TriangularDitherMethod.ewd
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/OVERSAMPLING_AN_TriangularDitherMethod.ewp
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/OVERSAMPLING_AN_TriangularDitherMethod.eww
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/stm32f10x_flash.icf
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/stm32f10x_flash_extsram.icf
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/stm32f10x_nor.icf
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/stm32f10x_ram.icf
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/EWARMv5/stm32f10x_vector.c
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/Source/cortexm3_macro.asm
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/Source/cstart_thumb2.asm
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/Source/inithardware.asm
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/Source/initvectortable.asm
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10B_EVAL/OVERSAMPLING_AN_TriangularDitherMethod.htp
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10B_EVAL/Settings/link.lnk
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10B_EVAL/Settings/reset_go_main.scr
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10B_EVAL/Settings/StartupScript.scr
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10B_EVAL/Settings/STM32F10x.lsl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10E_EVAL/OVERSAMPLING_AN_TriangularDitherMethod.htp
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10E_EVAL/Settings/link.lnk
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10E_EVAL/Settings/reset_go_main.scr
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10E_EVAL/Settings/StartupScript.scr
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/HiTOP/STM32F10E_EVAL/Settings/STM32F10x.lsl
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RIDE/cortexm3_macro.s
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RIDE/OVERSAMPLING_AN_TriangularDitherMethod.dbi
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RIDE/OVERSAMPLING_AN_TriangularDitherMethod.rapp
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RIDE/OVERSAMPLING_AN_TriangularDitherMethod.rprj
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RIDE/stm32f10x_vector.c
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/cortexm3_macro.s
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/List/cortexm3_macro.lst
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/List/STM3210B-EVAL.map
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/List/stm32f10x_vector.lst
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/note.txt
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/Obj/cortexm3_macro.d
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/Obj/cortexm3_macro.o
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/Obj/main.d
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/Obj/main.o
过采样技术--STM32/ADCOversampling_AN/TriangularDitherMethod/project/RVMDK/Obj/oversampling.d
过采样技术--STM32/ADCOve
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.