-
WATERMARKINGUSINGLSB2
this program describes the spatial domain technique
for the watermarking and finds out different parameters
- 2009-12-12 14:08:45下载
- 积分:1
-
ellips
radon transform of ellipse matlab code
- 2012-09-27 20:17:17下载
- 积分:1
-
MPCACodes1.3
MPCA算法,用于张量的降维。内有MPCA源码,步态数据库和测试程序,以及一个张量工具箱。(MPCA algorithm, used to reduce the dimension of the tensor. Within the MPCA source code, gait and test procedures, as well as a tensor toolbox.)
- 2021-04-12 15:38:57下载
- 积分: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
-
code
去雾算法,包括了matlab代码,和几个可以使用的exe文件(Defogging algorithm)
- 2014-02-24 19:23:39下载
- 积分:1
-
edgedetector
canny detector code which performs extracting edges from a image and gives efficient results compared to other methods
- 2010-12-02 22:31:05下载
- 积分:1
-
Audio_equalizer
音频均衡器,Matlab Simulink模块,实现参数可调的音频均衡器,5段均衡(Audio equalizer, Matlab Simulink module, adjustable parameters to achieve the audio equalizer, 5 balanced)
- 2009-06-26 15:31:20下载
- 积分:1
-
MODAL
This is a Modal Analysis script.
- 2011-12-20 16:06:31下载
- 积分:1
-
DCT
This code is to compress an image using DCT algorithm in matlab
- 2015-04-19 21:01:06下载
- 积分:1
-
symletssplines
这个m代码包含了一系列的小波变换的实现函数,有Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等. 可以进行1D或者二维小波变换。(The m code contains a series of wavelet transform to achieve function, and Daubechies, symlets, splines, S+ P wavelets, JPEG2000 and other wavelet transform. Can be 1D or two-dimensional wavelet transform.)
- 2009-04-21 19:37:58下载
- 积分:1