搜索资源列表
doc_filter_by_software_c_code_by_zhzzh18
- 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -1, limiting filtering method (also known as the filtering procedure judgment) 2, and the media
gongcehngsheji_477-2
- 使用该VHDL在仿真软件中实现RSC(递归系统卷积)码的编码以及解码硬件仿真-use of the VHDL simulation software in achieving RSC (recursive convolution system) code encoding and decoding hardware simulation
Filtering_Digital_MUC
- 单片机数字滤波的十种方法:1、限幅滤波法(又称程序判断滤波法)2、中位值滤波法3、算术平均滤波法4、递推平均滤波法(又称滑动平均滤波法)5、中位值平均滤波法(又称防脉冲干扰平均滤波法)6、限幅平均滤波法7、一阶滞后滤波法8、加权递推平均滤波法9、消抖滤波法10、限幅消抖滤波法-SCM digital filtering of the 10 : 1, limiting filter (also known as the judgment filtering procedures) 2. the m
kalmanfiler
- 卡尔曼滤波C程序 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filtering C program Kalman filter is
extendkalman
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an "optimal recursive data pro
4feidiguisuanfa
- 遍历二叉树的4个非递归算法 vc编程基础,学生作业-binary tree traversal of the four non - recursive algorithm vc based programming, students work
kuaisufeidigui
- 快速排序的非递归算法 vc编程练习,学生作业-Quick Sort Algorithm vc non - recursive programming exercises, the students work
insertion-sort
- SPIM模拟器上用递归和非递归两种方法实现0-9十个数字的插入排序-SPIM simulator using recursive and non-recursive two ways to achieve the insertion sort ten numbers 0-9
diguisuanfa
- 分而治之是一种使用递归解决问题的算法,主要的技巧是将一个大的复杂的问题划分为多个子问题,而这些子问题可以作为终止条件,或者在一个递归步骤中得到解决,所有子问题的解决结合起来就构成了对原问题的解决 -Divide and rule is a solution to the problem using the recursive algorithm, the main technique is to a large complex problem is divided into multiple s
digui
- 实现递归功能-The realization of recursive function
2_01
- cantor三分集的递归算法,按照三分集的生成规则表示在绘图空间中的生成关系-one-third cantor set recursive algorithm, in accordance with the two-thirds of the generation of rules set at the generation of mapping the relationship between space
gui
- 理解递归算法的思想和递归程序的执行过程,并能熟练编写递归程序。 合并排序-Recursive algorithm to understand the idea and the implementation of recursive procedures, and proficiency in the preparation of recursive procedures. Merge sort
algorithms
- 关于很多实用算法的描述,例如递归、贪心算法-About the descr iption of a lot of practical algorithms, such as recursive, greedy algorithm and so on
LoopN
- 使用递归实现N重循环,这里的N是不确定的。此代码实现的功能描述如下: 1. 有一个字符串的矩阵,用vector< vector< CStirng > > 表示 2. 行与行之间进行排列组合 3. 输出所有组合的字符串-Recursive use of re-implementation cycle of N, where N is uncertain. This code describes the implementation of the function
diguixiajiang
- 递归 下降分析!实现递归分析!下来看看希望对你门有帮助-Analysis of recursive drop! Achieve recursive analysis! Down the door to see if you would like to help
software_filter
- 软件滤波法,10种经典的软件滤波方法:限幅滤波法,中位值滤波法,算术平均滤波法,递推平均滤波法(又称滑动平均滤波法),中位值平均滤波法(又称防脉冲干扰平均滤波法)等-Filtering software, the software 10 kinds of classical filtering method: limiting filtering, median filtering method, arithmetic mean filtering, recursive filtering me
danpianjilvbojingdian
- 单片机各种软件滤波源码,包括限幅滤波,中值滤波,算术平均滤波,递推平均滤波等等数种源码,珍贵资料-Single-chip filtering software source code, including limiting filtering, median filtering, arithmetic mean filtering, recursive filtering, etc. The average number of source, valuable information
DiGui
- 一个递归算法,通过类组装一个从根级到最后一个子集的现实。-A recursive algorithm, the assembly adopted a type of root class from a subset of the final reality.
LinPF_RLS
- VHDL code for linear prediction filter based on RLS (recursive least square). Filter order is set to 4, bit precision set to 12 bits for input and output. Signals are complex signals.
Pipelined-and-Parallel-Recursive-and-Adaptive-Fil
- Pipelined and Parallel IIR Recursive and Adaptive Filters design for hardware implementation
