-
tex
this is texture classification
- 2009-03-11 18:58:12下载
- 积分:1
-
j-solr1
matlab实用程序百例 matlab实用程序百例(matlab Utility Utility matlab 100 cases 100 cases)
- 2008-05-12 16:13:25下载
- 积分:1
-
kummer
这个函数估计到库默尔与第N系列的广义超几何微分方程解的权力。库默尔的差分方程为:
x *的克 (十)+(二- X)的*克 ( x)的- A *的为g(x)= 0
该代码只有4线长,利用Matlab的向量运算有权采取了第N广义超几何级数的权力的总和。(This function estimates the solution to kummer s differential equation with the first N powers of the generalized hypergeometric series. Kummer s differential equation is given by:
x*g (x)+ (b- x)*g (x)- a*g(x) = 0
The code is just 4 lines long, using the power of Matlab s vector operations to take the sum over the first N powers of the generalized hypergeometric series.)
- 2011-05-23 12:33:21下载
- 积分:1
-
pr4
人脸识别代码,数字图像处理
使用matlab内置函数(face detection program, using matlab function to detect human face )
- 2013-12-18 12:40:11下载
- 积分:1
-
matlab5.0study
关于matlab软件学习的电子书,包括怎样在matalab软件中实现统计计算和画图等。(Matlab software to learn about e-books, including how to matalab software to achieve statistical calculations and drawing and so on.)
- 2010-02-26 11:16:28下载
- 积分:1
-
wilson_zeta
seismic response analysis using wilson-θ method for MDOF structures
- 2011-04-20 17:32:32下载
- 积分:1
-
fft
用MATLAB实现快速傅里叶变换。方程有需要的话,可以自己设定(Using MATLAB to achieve fast Fourier transform. Equation there is a need, they can set their own)
- 2009-05-13 09:38:58下载
- 积分:1
-
matlab_image_processing_code
说明: matlab图像处理代码,很有帮助的参考程序代码(matlab image processing code, and useful reference code)
- 2010-04-21 13:16:31下载
- 积分:1
-
RL_matlab_2_room
说明: 强化学习算法,通过Q学习算法解决房间路径规划问题,matlab(Reinforcement learning algorithm and Q learning algorithm to solve the problem of room path planning, matlab)
- 2020-06-21 17:40:01下载
- 积分:1
-
shanks
function [a,b,err] = shanks(x,p,q)
SHANKS Model a signal using Shanks method
----
Usage: [a,b,err] = shanks(x,p,q)
The sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles. The modeling error
is returned in err.
- 2012-04-18 09:58:03下载
- 积分:1