-
- 2022-01-26 02:00:20下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
This is on the image modulation transfer function MTF calculated an excellent ar...
这是关于图像调制传递函数MTF计算的一篇优秀文章,可以处理卫星图像,提高图像清晰度-This is on the image modulation transfer function MTF calculated an excellent article, you can deal with satellite imagery, improve image clarity
- 2022-05-30 12:13:31下载
- 积分:1
-
EMD的一种插值算法的文章,研究EMD算法改进的朋友可以看一下这个B...
EMD的一种插值算法的文章,研究EMD算法改进的朋友可以看一下这个B-样条插值算法-a interpolation algorithm article, Improved algorithm research EMD friends can look at the B-spline interpolation algorithm
- 2022-06-29 23:51:16下载
- 积分:1
-
This is the result after finishing the Deer and the Cauldron. Please download an...
这是经过整理后的鹿鼎记。请大家下载和参考。-This is the result after finishing the Deer and the Cauldron. Please download and reference.
- 2022-05-29 06:35:13下载
- 积分:1
-
SED1335 LCD information SED1335 LCD Chinese Chinese data
sed1335 液晶显示器中文资料
sed1335 液晶显示器中文资料-SED1335 LCD information SED1335 LCD Chinese Chinese data
- 2023-02-24 14:15:04下载
- 积分:1
-
OpenCV 4下的图像变换,可以进行图像的旋转操作。
OpenCV 4下的图像变换,可以进行图像的旋转操作。-OpenCV 4 transform the image, the image can operate rotation.
- 2022-06-02 20:06:21下载
- 积分:1
-
ROM使用file.suite设计一个简单的CPU
ROM using file.suite in design a simple CPU
- 2022-01-31 07:24:16下载
- 积分:1
-
Turbo C 2.0 函数中文说明大全系列
Turbo C 2.0 函数中文说明大全系列-Turbo C 2.0 Functions Chinese explanation Encyclopaedia Series
- 2022-03-11 00:18:33下载
- 积分:1
-
北大出版的 <<工程数学>> 上册 电子书,很好的东东!可以参考....
北大出版的 上册 电子书,很好的东东!可以参考.-Beijing University, published
- 2023-05-17 12:30:06下载
- 积分:1