-
MATLAB
MOM_for_Antenna matlab
- 2008-05-21 19:34:46下载
- 积分:1
-
cconvdemo
说明: 这是一个基于matlab开发的关于c语言的图形转换程序,可实现直方图的生成和传输(This is a development based on the Matlab language c graphics conversion program, the histogram can be realized generation and transmission)
- 2006-04-14 22:49:59下载
- 积分:1
-
2D-Gabor-Wavelets-Gabor
2D-Gabor变换的Matlab实现代码(Codes of Matlab for 2D-Gabor transform)
- 2012-05-26 22:16:07下载
- 积分:1
-
gongcheng
MATLAB 简单易懂的教程,保证在短时间内学会。(MATLAB tutorial easy to understand, to ensure that in a short time learn.)
- 2011-11-15 15:53:24下载
- 积分:1
-
xiandaixinhaochuli
《现代信号处理教程》清华出版社 胡广书编著的配套源代码(The modern signal processing course of tsinghua university press HuGuang book compiled supporting the source code
)
- 2011-12-29 19:26:01下载
- 积分:1
-
POD1
pod 分解用于PIV数据处理的提取相干结构程序(pod decomposition)
- 2009-11-11 13:58:11下载
- 积分:1
-
yizhixingjianyan
用于在层次分析法中matlab对判断矩阵进行一致性检验(For matlab judgment matrix consistency test in the Analytic Hierarchy Process)
- 2012-08-14 08:58:00下载
- 积分:1
-
peizhun
实现两幅图像的配准,首先对图像做高斯低通滤波处理 ,然后计算互信息值,利用PWELL算法求出最优的参数,根据所得参数进行配准(To achieve the registration of two images, the first image to do the Gaussian low-pass filter, then calculate the mutual information value, use PWELL algorithm to determine the optimal parameters, in the light of registration parameters)
- 2010-07-22 12:43:01下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
chaoliujizuobiao
用牛顿拉夫逊法的极坐标形式计算电力系统潮流(Newton Raphson method polar form power flow calculation)
- 2013-07-18 15:45:16下载
- 积分:1