-
MME-stegonography-matlab
matlab实现的MME(modified matrix encoding)隐写算法
可成功运行(the MME (modified matrix encoding) steganographic algorithm which can successfully run)
- 2013-07-30 19:26:43下载
- 积分:1
-
adaboost
一个强大的自适应boosting算法,十分经典,matlab实现,绝对超值,可以改编成其它语言。(A powerful adaptive boosting algorithm, very classic, matlab realize, absolute value, and can be adapted to other languages .)
- 2020-11-06 09:49:50下载
- 积分:1
-
MATLAB
Adobe Photoshop toolbox.Version 1.0 13-Dec-2006。photoshop中的matlab工具包,包括54个M文件,能够实现在matlab中调用photoshop的操作函数,并将处理结果传回matlab.也可以将matlab工作空间里的图像矩阵传送到photoshop中进行处理并动态返回结果.
该工具包从CS4中提取得到(其他版本没有测试过!),安装时直接解压缩到photoshop文件夹下,按照压缩包中的pdf说明文档在matlab中添加路径后即能够使用,并能够在help中看到一个photoshop toolbox.(Adobe Photoshop toolbox.Version 1.0 13-Dec-2006. photoshop in matlab toolkit, including 54 M files, photoshop function call operation can be achieved in matlab, and the results returned matlab. too matlab workspace in the image matrix can be transferred to photoshop for processing and dynamic returns the result. toolkit extract obtained from CS4 (other versions not tested!), unzip the installation directly to photoshop folder, according to the compressed package in matlab pdf documentation can add the path after use, and can see in the help of a photoshop toolbox.)
- 2013-12-15 16:01:55下载
- 积分:1
-
gcv
本程序为广义交叉验证(GCV)的matlab代码,在一些场合有比交叉验证(OCV)更好的特性(This program is a generalized cross validation (GCV) matlab code, in some cases than cross validation (OCV) better characteristics)
- 2021-01-07 11:18:54下载
- 积分:1
-
MDL算法
说明: MDL源数估计,依照原理亲编亲测。 。。。。。。。。 。。。。。。。(Estimation of the number of signal sources)
- 2020-05-02 20:08:41下载
- 积分:1
-
ReynoldsPressureDistfdm
reynolds pressure distribution matlab codes
- 2010-06-04 20:09:50下载
- 积分:1
-
Sparse-Recovery
稀疏重构的理论基础和数值方法
(英文原版图书)(Theoretical Foundations and Numerical Methods for Sparse Recovery)
- 2013-12-19 16:04:27下载
- 积分:1
-
VUS_STBC_4_16
BER of the VUS-MUMIMO-SM Uplink System - Rayleigh(BER of the VUS-MUMIMO-SM Uplink System- Rayleigh)
- 2007-08-01 23:00:01下载
- 积分:1
-
c6_PLLsim
这个程序是matlab用来来对锁相环(PLL)进行仿真的,这样的选择基于多方面的考虑(This procedure is used Matlab to the phase-locked loop (PLL) simulation, This choice is based on a number of considerations)
- 2006-11-01 19:04:24下载
- 积分:1
-
kmeansK
KMEANSK Performs K-means clustering given a list of feature vectors and k
The argument k indicates the number of clusters you want the data to be
divided into. data_vecs (N*R) is the set of R dimensional feature
vectors for N data points. Each row in data_vecs gives the R
dimensional vector for a single data point. Each column in data_vecs
refers to values for a particular feature vector for all the N data
points. The output data_idxs is a N*1 vector of integers telling which
cluster number a particular data point belongs to. It also outputs
centroids which is a k*R matrix, where each rows gives the vector for
the cluster center. If we want to segment a color image i into 5
clusters using spacial and color information, we can use this function
as follows:
- 2011-12-22 19:45:32下载
- 积分:1