登录
首页 » 算法 » 十大滤波算法

十大滤波算法

于 2023-08-03 发布 文件大小:4.56 kB
0 274
下载积分: 2 下载次数: 1

代码说明:

最近用Arduino做电子秤,为了解决数据的跳变研究了不少滤波算法。网上能找到大把的十大滤波算法帖子,每一篇都不太一样,都号称精编啊,除错啊什么的,可是放到板子里却没一个能正常跑起来的。于是决定自己整理一下这些程序,完美移植到Arduino中。所以大家看到这个帖子的时候,不要怀疑我重复发帖。我的代码都是经过反复试验,复制到Arduino中就能开跑的成品代码,移植到自己的程序中非常方便。而且都仔细研究了各个算法,把错误都修正了的(别的程序连冒泡算法都是溢出的,不信自己找来细看看),所以也算个小原创吧,在别人基础上的原创。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • achieve with a horse vc checkerboard
    用vc实现的马跳棋盘-achieve with a horse vc checkerboard
    2022-01-25 21:52:07下载
    积分:1
  • 实现无损压缩lzw
    lzw算法实现文件的无损压缩 包含解压缩 程序可以运行LZW压缩算法的基本原理:提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。看起来和调色板图象的实现原理差不多,但是应该注意到的是,我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时还要从已编码的数据中还原出原来的编译表.
    2022-07-09 22:05:05下载
    积分:1
  • 非定常热传导C语言
    资源描述利用显示格式求解非定常热传导方程,网格点数100,时间步长0.01,第一类边界条件
    2022-07-27 22:08:22下载
    积分:1
  • 两个聚类中心之间的最小距离,如小于此数,两个聚类进行
    两个聚类中心之间的最小距离,如小于此数,两个聚类进行-two cluster centers between the minimum distance, as tens of thousands of small, two Clustering
    2022-08-14 03:39:52下载
    积分:1
  • k均值聚类分析,比较简单,只适合学习使用个,不适合数据处理。...
    k均值聚类分析,比较简单,只适合学习使用个,不适合数据处理。-k-means clustering analysis, relatively simple, only suitable for learning to use one, not suitable for data processing.
    2022-02-06 15:39:22下载
    积分:1
  • 河内大厦实现步的运动,采用递归
    实现汉诺塔的移动步骤, 使用递归算法。-Tower of Hanoi realize the movement of steps, the use of recursive algorithm.
    2022-07-20 06:45:22下载
    积分:1
  • 分酒问题C++源代码
    分酒问题C++源代码-hours liquor issue C source code
    2022-07-23 08:10:19下载
    积分:1
  • C4.5 is a simplified version of the Decision Tree Algorithm
    C4.5的简化版本是一个决策树的算法-C4.5 is a simplified version of the Decision Tree Algorithm
    2022-01-22 07:48:49下载
    积分:1
  • Linear least square method. X with a general power series to fit.
    线形最小二乘法拟合。用一个一般的X的幂级数来拟合。-Linear least square method. X with a general power series to fit.
    2022-01-28 21:21:18下载
    积分:1
  • Using NLJ random search method to identify a method that the state of the nonlin...
    采用NLJ随机搜索的方法辨识一个以状态方法表示的非线性系统。选其初值 a1(0) =50 , a2(0) =100 , a3(0) =100 , a4(0) =50 , a5(0) =10 , 选范围为 r(1)(i)=0.5 a(0)(i) , 取数据长度 L =40, t =0.005 , 性能指标 J= 。迭代计算结果得 a 的估计值 1=17.6043243, 1=17.5977, 2=72.9573, 3=51.3014, 4=22.9889, 5=5.99965, J = 0.000000916 。-Using NLJ random search method to identify a method that the state of the nonlinear system. Election of its initial value a1 (0) = 50, a2 (0) = 100, a3 (0) = 100, a4 (0) = 50, a5 (0) = 10, choose the range of r (1) (i) = 0.5 a (0) (i), check data length L = 40, t = 0.005, performance index J =. Iterative calculation results have a estimated value of 1 = 17.6043243, 1 = 17.5977, 2 = 72.9573, 3 = 51.3014, 4 = 22.9889, 5 = 5.99965, J = 0.000000916.
    2022-02-01 23:07:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载