-
DigitalWatermarkingonStillImagesUsingWaveletTransf
一种基于小波域灰度图像盲水印的新方法,
方案中利用了人类视觉系统(HVS)特征。(A new approach for non-blind watermarking of still
gray level images in the wavelet domain.The method uses
the Human Visual System(HVS)characteristic)
- 2009-11-14 07:22:45下载
- 积分:1
-
broadband-signal-line-antenna
通过设定信号和阵源参数,以及阵列相位误差、阵列幅度误差,对阵列输出相关矩阵进行特征分解,生成宽带信号(By setting the parameter of the signal and the array source, as well as the the array phase error, the array amplitude error characteristic decomposition of the correlation matrix of the array output, and generating a wideband signal)
- 2013-04-14 09:33:42下载
- 积分:1
-
stopfunction
次算法描写了边缘停止函数的构造,以及如何在计算机上表达此函数,当用于图片时,运行结果是个矩阵。(Time algorithm describes the construction of the edge stopping function, and how to express this function on the computer, when used in the picture, the result is a matrix.)
- 2010-12-21 09:53:23下载
- 积分:1
-
matlab
说明: matlab功能宝典,绝对经典,里面有十八个压缩文件,好好使用(A book about Matlab)
- 2009-08-12 14:13:19下载
- 积分:1
-
yichuan-matlab
帮助您了解遗传算法实例及如火如何通过matlab
实现编程(Examples to help you understand and genetic algorithm matlab realize how fiery programming)
- 2013-08-06 15:29:04下载
- 积分:1
-
radarcode
使用MATLAB生成线性调频信号,并进行傅里叶变换,并进行脉冲压缩(Chirp signal is generated using MATLAB and Fourier transform, and pulse compression)
- 2014-11-21 09:01:30下载
- 积分:1
-
nonlineareq
function g=nonlineareq(x)
Here is an example of nonlinear system that can be solved by using
the Matlab command "fsolve" written in the file called "solution.m"
(see quasi-Newton or Levenberg-Marquardt methods).
g(1)=x(1)-4*x(1)*x(1)-x(1)*x(2)
g(2)=2*x(2)-x(2)*x(2)+3*x(1)*x(2)
- 2012-03-27 03:28:25下载
- 积分:1
-
ex1feat_clust
function ued for image processing
- 2012-10-17 14:58:35下载
- 积分:1
-
GA
一些非常有用的遗传算法函数,可以和大家一起分享学习一下。(Some very useful genetic algorithm function, you can learn about and share with everyone.)
- 2013-12-14 16:00:30下载
- 积分:1
-
fit
Matlab中提供了一种快速实现多项式拟合的方法函数polyfit()函数,
其格式:p=polyfit(x,y,n)其中x,y为样本向量,n为拟合的多项式的项数。下面拟f(x)=sinx+x,在区间【-3,3】上以0.5为间隔进行拟合。(Matlab provides a fast way to achieve polynomial fitting function polyfit () function,
The format: p = polyfit (x, y, n) where x, y as the sample vector, n is the number of items of polynomial fitting. The following proposed f (x) = sinx+ x, the interval-3,3】 【intervals on the order of 0.5 to fit.)
- 2021-02-19 12:09:44下载
- 积分:1