-
fingerprint-matching-algomrith
基于matlab平台的完整的指纹匹配算法。(Complete fingerprint matching algorithm matlab platform.)
- 2020-11-02 08:29:53下载
- 积分:1
-
latice
simulate cellular automata
- 2013-01-23 04:22:39下载
- 积分:1
-
chazhi
函数的近似式,构造函数的逼近方法,从而得到比较准确的函数图象(Is often necessary to obtain the function approximation constructor approximation method)
- 2012-11-04 21:17:28下载
- 积分:1
-
PositiveSecrecyProbability
正安全容量概率matlab仿真所有源程序,对于学习无线通信物理层安全的同学有一定的指导意义。( The Monte Carlo simulatiom and accurate curve of Positive Secrecy Probability.
The source file are very rare and significant.
I hope it will be helpful to somebady who is studing Wireless Communication.
)
- 2016-09-11 09:28:29下载
- 积分:1
-
hyperChaos
超混沌,用于显示各种经典的超混沌系统的方程及其混沌吸引子 非常好 可以直接使用(hyper-chaos)
- 2009-03-14 14:18:21下载
- 积分:1
-
Poisson-Equation-with-Multigrid
多网格求解泊松方程,给出并解释了一个如何使用多网格求解的过程(I give a short explanation of how to use multigrid to solve the Poisson
equation in cylindrical coordinates for a solid conducting pipe. I also
explain how to use a non-uniform grid to optimize the problem.
)
- 2012-04-13 17:09:38下载
- 积分:1
-
EKF
扩展卡尔曼滤波器 卡尔曼滤波 卡尔曼滤波是一种高效率的递归滤波器(自回归滤波器), 它能够从一系列的不完全包含噪声的测量(英文:measurement)中,估计动态系统的状态。(Extended Kalman Filter(EKF))
- 2014-09-22 13:57:35下载
- 积分:1
-
eg7-feixianxinghanshuhuiguideshixian
《MATLAB神经网络30个案例分析》中的第7个例子,案例7 RBF网络的回归-非线性函数回归的实现。希望对大家有一定的帮助!
(The MATLAB neural network analysis of 30 cases of example, 7 cases of RBF network return- the return of nonlinear function implementation. Hope to have certain help to everybody!
)
- 2013-09-20 16:02:18下载
- 积分:1
-
Compressed-Sensing
压缩感知雷达信号处理相关文献,包括英文最初的基础文章以及很好的综述性文章,对学习信号处理压感方向的同学会有所帮助!(Compressed sensing radar signal processing literature, including English first base articles, and good review article, to learn the direction of the signal processing pressure sensitive students will be helpful!)
- 2013-11-21 11:04:43下载
- 积分:1
-
chap04
matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar(matlab)
- 2009-09-21 09:38:52下载
- 积分:1