文件名称:Sources
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-10-11
- 文件大小:
- 41kb
- 下载次数:
- 0次
- 提 供 者:
- j***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本工程为AW60的A/D模块编程实例
(1)本实例利用PTB.0所连接的电位器来模拟数据采集,调节电位器可获得不同的采样值
(2)此转换程序包含了中值滤波和平均值滤波的复合滤波方式
(3)本程序中的中值滤波就是对3次采样值比较大小,取中间的一个
(4)平均值滤波就是N个采样值求平均
(5)使用SCI和PC机通信-This works for AW60 the A/D module programming examples (1) This example PTB.0 using potentiometer connected to analog data acquisition, adjust the potentiometer to obtain different sample value (2) The conversion process includes the median filter A composite filter and the way the average filter (3) of this program is the median filter compares the value of three times the size of the sample, taken in the middle of (4) the average value of the filter is N samples averaging (5) the use of SCI and PC machine communication
(1)本实例利用PTB.0所连接的电位器来模拟数据采集,调节电位器可获得不同的采样值
(2)此转换程序包含了中值滤波和平均值滤波的复合滤波方式
(3)本程序中的中值滤波就是对3次采样值比较大小,取中间的一个
(4)平均值滤波就是N个采样值求平均
(5)使用SCI和PC机通信-This works for AW60 the A/D module programming examples (1) This example PTB.0 using potentiometer connected to analog data acquisition, adjust the potentiometer to obtain different sample value (2) The conversion process includes the median filter A composite filter and the way the average filter (3) of this program is the median filter compares the value of three times the size of the sample, taken in the middle of (4) the average value of the filter is N samples averaging (5) the use of SCI and PC machine communication
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Sources\AD.c
.......\AD.h
.......\derivative.h
.......\GeneralFun.c
.......\GeneralFun.h
.......\GPIO.c
.......\GPIO.h
.......\Includes.h
.......\isr.c
.......\isr.h
.......\LCD.c
.......\LCD.h
.......\Light.c
.......\Light.h
.......\main.c
.......\MC9S08AW60.c
.......\MC9S08AW60.h
.......\MCUInit.c
.......\MCUInit.h
.......\SCI.c
.......\SCI.h
.......\Start08.c
.......\Type.h
.......\工程说明.txt
Sources