-
cspdk
微软出的CSPDK,可以在2000 sp2及其以下版本使用(Microsoft out CSPDK, in 2000 sp2 and the following version of the use of)
- 2007-09-12 13:42:16下载
- 积分:1
-
Huffman
哈夫曼编码matlab程序哈夫曼编码matlab程序哈夫曼编码matlab程序(Huffman coding matlab program Huffman coding matlab program Huffman coding matlab program)
- 2013-05-13 07:24:47下载
- 积分:1
-
多假设跟踪Matlab代码MHT
多假设跟踪Matlab代码例子,也是从别的地方下载的(example of MHT target tracking)
- 2020-07-19 15:48:48下载
- 积分:1
-
dm_dct_fenkuai
在DCT域,利用8*8分块DM方法,嵌入隐藏信息。可设置量化步长、选择各种经典的攻击方式和控制攻击强弱。返回误码率和峰值信噪比。利用Matlab编写。(In the DCT domain, the use of 8* 8 block DM methods, embedding hidden information. Quantization step size can be set to choose a variety of classic attacks and control the strength of the attack. Return to the bit error rate and peak signal to noise ratio. Prepared using Matlab.)
- 2007-10-26 15:26:39下载
- 积分:1
-
mp
说明: 介绍了原子库形成及如何采用MP算法分解信号,如何用原子构造原始信号。(Describes the formation of atoms and how the library decomposition of the signal using MP algorithm, how to construct the original signal by atomic.)
- 2011-05-18 16:32:10下载
- 积分:1
-
xiaoboyuzhiquzao
小波阈值降噪的matlab代码 里面有两个程序 一个比较了软硬阈值去噪 另外一个对多层小波分解的阈值去噪做了对比(Wavelet threshold denoising matlab code there are two programs a relatively soft and hard thresholding is another multi-layer wavelet threshold denoising to do a comparison)
- 2011-09-15 22:31:04下载
- 积分:1
-
dist
用Matlab直接计算两个矩阵之间的笛卡尔距离,通用性高(Direct calculation using Matlab Cartesian distance between two matrices, general-purpose high)
- 2011-09-24 14:30:05下载
- 积分:1
-
pls
偏最小二乘法是集主成分分析、典型相关分析和多元线性回归分析3种分析方法的优点于一身(PLS is a principal component analysis, canonical correlation analysis and multiple linear regression analysis three kinds of analysis method has the advantage in a)
- 2013-11-01 19:23:51下载
- 积分:1
-
DCT
基于DCT数字水印算法的Matlab实现源代码(DCT-based digital watermarking algorithm Matlab source code)
- 2013-04-24 19:11:04下载
- 积分:1
-
fixed_point_systems
Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )
- 2009-05-14 04:39:19下载
- 积分:1