搜索资源列表
10zrbffcx
- 10种软件滤波方法的示例程序,是用c写的,在实际的使用过程中非常有用.-10 kinds of software filtering method of the sample procedures are written with c, in the actual use of the course very useful.
55645
- 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
kalmanFiltercprogramm
- 卡尔曼滤波的C语言表述。不是本人编写,是本人收集的程序中比较好用的,推荐给大家!感谢原来作者!-C-language descr iption of Kalman filter. Is not my writing, is my collection of programs relatively easy to use and recommend it to everyone! To thank the original author!
filter
- 本人正需要用MSP430F149实现多种滤波功能。这是一些参考资料和程序代码,均为txt文档,希望有共同爱好者可以参看。-I now need to achieve a variety of filtering MSP430F149. These are reference materials and program code, both txt document, want to have a common fans can see.
EKF-matlab-program
- 扩展卡尔曼滤波(EKF)算法的matlab程序,包括UKF,PF性能的比较,滤波方差的比较-Extended Kalman filter (EKF) algorithm matlab procedures, including UKF, PF performance comparison, filtering variance comparison
Calman-filter-design-program
- 卡尔曼滤波设计程序(VB版),没有测试,输出部分要配合相应的过程。-Calman filter design program (VB version), no test, output to match the corresponding process.
test_ekf
- 卡尔曼滤波程序,对于初学者有借鉴意义,语句都有注释,并且经过验证-Calman filtering process, for beginners to learn the meaning of the statement, there are notes, and after verification
tuxiang
- 四种滤波(SVD滤波,PCA滤波,DCT滤波,DWT滤波)对图像处理,有程序代码和对应图片-Four kinds of filter for image processing