-
MR_PET_ronghe
基于小波的脑部MR与伪彩色PET医学图像融合,低频采用加权平均,高频采用3*3区域标准差的融合规则,效果很好,内含一组脑部MR与PET医学图像(Simulation Wavelet-based for brain PET and MR image fusion, low frequency using the weighted average and high frequency using region-based standard deviation fusion rule, the effect is very good, including a set of MR and PET images)
- 2021-03-03 21:29:34下载
- 积分:1
-
Image_Compress
基于SVD分解的图像压缩matlab源码,带有注释,非常易读,可以作为好的入门参考。(An implement of image compression using singular decomposation algorithm.)
- 2014-10-22 23:38:49下载
- 积分:1
-
MATLAB_programming_nonlinear_programming_electroni
MATLAB程序设计非线性规划电子文档MATLAB programming nonlinear programming electronic documents(MATLAB programming nonlinear programming electronic document MATLAB programming nonlinear programming electronic documents)
- 2010-08-02 13:57:34下载
- 积分:1
-
hinfcontrol
针对H无穷大控制,附加Matlab程序,进行解说,英文原文(For H infinity control, additional Matlab procedures explained, the original English text of)
- 2009-03-13 09:19:41下载
- 积分:1
-
ucamusic
它是基于均匀圆阵的波达方向估计MUSIC算法程序。(It is DOA estimation based on uniform circular arrays MUSIC algorithm)
- 2010-12-25 11:39:10下载
- 积分:1
-
IMM
IMM算法的matlab仿真代码 关键词:交互式多模型 马尔科夫转移矩阵(IMM algorithm matlab simulation code Keywords: interactive multiple model Markov transition matrix)
- 2011-04-22 12:58:58下载
- 积分:1
-
AES
AES security algo with image processing
- 2013-03-26 21:24:12下载
- 积分:1
-
apiext
Matlab 官方工具箱使用说明
apiext外部程序使用手册(Matlab toolbox for use in official external program apiext user manual)
- 2008-01-26 17:21:06下载
- 积分:1
-
Hopfield_Example
Hopfield is one of most famous recurrent Neural Network. here is a sample.
- 2010-12-02 20:29:43下载
- 积分: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