-
matlab-work
f=zeros(30,30)
f(5:24,13:17)=1
imshow(f, notruesize )
F=fft2(f,256,256)
F2=fftshift(F)
figure,imshow(log(abs(F2)),[-1 5], notruesize )
- 2010-11-20 17:07:18下载
- 积分:1
-
qiuling
丘陵地形的matlab仿真模型,可以用与航迹规划算法的研究。(Hilly terrain matlab simulation model can be used with the route planning algorithm.)
- 2009-06-21 18:14:27下载
- 积分:1
-
GMx
灰色线性组合模型算法,可以实现该算法的建模,拟合以及预测(Grey linear combination model algorithm, the algorithm can be implemented for modeling, fitting and forecasting)
- 2013-11-01 17:36:20下载
- 积分:1
-
freeman
最大概然估计拟合直线,简单的使用最大概然估计拟合了直线,文件中给出了两张图片(MLE fit line(MLE for fitting a line pair))
- 2010-05-25 10:54:27下载
- 积分:1
-
wt
说明: 本程序 包含两个函数 实现了 快速的沃尔什变换(This program contains two functions to achieve fast Walsh transform)
- 2009-11-06 12:34:41下载
- 积分:1
-
ppca
Mtlab function for PCA
- 2012-05-08 21:12:53下载
- 积分:1
-
stack
建立一个stack,可以pop push delete stack里面的characters,同时可以检测stack是否为空或者已满(The establishment of a stack, you can pop push delete stack inside the characters, and can detect whether stack is empty or full)
- 2014-10-26 02:11:46下载
- 积分:1
-
tx_modulate
tx module system in matlab
- 2012-09-25 10:44:04下载
- 积分:1
-
Kalman-intro
Introduction to Kalman Filter
- 2013-11-04 19:09:01下载
- 积分:1
-
LP.m
This function computes the LP guided modes of a step-index optical fiber using Matlab s "fzero" function available in the Matlab s Symbolic Toolbox. The "fzero" function uses Brent s method to find the root of a continuous function of one variable given an initial guess value.
- 2012-11-21 03:01:20下载
- 积分:1