-
Kernel_Methods_for_Pattern_Analysis_Matlab_Tools_F
该文档包含了描述核方法的经典书籍Kernel+Methods+for+Pattern+Analysis以及附带书中的源码,非常适合学习核方法的研究者,希望大家喜欢~(this document include the classic book Kernel+Methods+for+Pattern+Analysis which describs the kernel trick in detail, and with the souce code in it, hope you will like~)
- 2009-09-04 13:30:05下载
- 积分:1
-
ECG-DTCWT
基于双树复小波变换的心电去噪方法研究,比较详细的资料( ECGDenoising Based on Dual Tree Complex Wavelet Transform)
- 2020-12-29 09:59:00下载
- 积分:1
-
cppmathref2b
“cppmathref2b.pdf”Matlab 6.5的C++数学库函数及用法详细参考手册,包含全部内容,很详尽,做Matlab和VC混合编程必不可少的工具书。(" Cppmathref2b.pdf" Matlab 6.5 for C++ Math Library function and the use of detailed reference manual, including all content, very detailed, so Matlab and VC hybrid programming tool indispensable.)
- 2010-06-12 16:32:13下载
- 积分:1
-
ekfukf_1_2
说明: kalman滤波,扩展的kalman滤波(EKF),unscented Kalman filter(UKF),基于EKF和UKF混合模型的IMM实现,以及配套的Rauch-Tung-Striebel和two-filter平滑工具,一个很好用的框架(kalman filtering, extended kalman filter (EKF), unscented Kalman filter (UKF), based on the EKF and UKF realize mixed-model IMM as well as ancillary Rauch-Tung-Striebel and two-filter smoothing tool, a very good framework to use)
- 2021-05-08 14:48:35下载
- 积分:1
-
EchoModel
说明: 典型的SAR回波模型,对初学者还可以。大家可以下载下来调试一下(A typical SAR echo model, beginners can also)
- 2010-04-24 00:33:42下载
- 积分:1
-
hundunchengxu
本文是一个混沌工具箱,可以实现混沌预测算法,使用时粘贴到matlab中既可以运行。(This is a chaotic toolbox, can achieve chaos prediction algorithm, when used in either paste it into matlab to run.)
- 2010-05-11 22:48:48下载
- 积分:1
-
RGB-HSI
matlab数字图像处理中RGB转换HSI(digital image processing matlab HSI conversion RGB)
- 2010-05-19 12:01:54下载
- 积分:1
-
MATLAB-SIMULINK
本书为matlab电力系统学习书籍,详细介绍了simpower的使用方法和功能应用,适合初学者尽快掌握和学习(This book is a study of power system matlab books, detailing the use and functionality of the application simpower, suitable for beginners to master and learn as quickly as possible)
- 2014-11-02 11:01:09下载
- 积分:1
-
一个Levenberg-Marqardt最优迭代算法 ,matlab源码
到达过程是的泊松过程,是信号处理的基础,包括调制,解调,信噪比计算,PLS部分最小二乘工具箱,含噪脉冲信号进行相关检测,是小学期课程设计的题目。
- 2022-04-12 06:21:07下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1