-
channelcomputer
一个链路计算的程序,很适用,VC调用matlab(A link calculation procedures, it is applicable, VC call matlab)
- 2008-04-18 17:06:16下载
- 积分:1
-
matlab
高等引用数学的matlab求解的配套程序(matlab code,useful)
- 2009-05-22 21:35:34下载
- 积分:1
-
li9_1
进行图像配准的matlab程序,可以显示配准后的图像及配准后的融合图像(image registration by matlab)
- 2012-11-20 19:51:46下载
- 积分:1
-
DCT_SVD
说明: 本文提出一种在原始视频DCT(离散余弦变换)与SVD(奇异值分解)域自适应嵌入水印的算法。算法首先将视频流分割成一个个场景,场景中的视频图像被变换到DCT-SVD域中,水印量化嵌入在最大奇异上,实现了水印盲检测。同时实验证明该算法在满足透明性要求下也满足一定的鲁棒性要求,能够抵抗低通滤波、中值滤波、椒盐噪声、高斯噪声、H.264压缩攻击以及统计攻击和帧剪切等攻击。(This paper presents an original video in the DCT (Discrete Cosine Transform) and SVD (singular value decomposition) algorithm for adaptive watermark embedding. Firstly, a video stream is divided into scenes, scenes of the video image is converted to the DCT-SVD domain, the watermark embedded in the largest singular quantification, the realization of the watermark signal. Furthermore, the experiments show that the algorithm meet the transparency requirements are met under certain robustness requirements, can resist the low-pass filtering, median filtering, salt and pepper noise, Gaussian noise, H.264 compression attacks and attacks and frame shear statistics attack.)
- 2010-04-18 18:42:59下载
- 积分:1
-
Mod
程序包里面包含了,NFSK,NPSK,16QAM调制信号的产生函数,以后大家编程时也能用到
后面还有调制识别的程序,相当完整。
(Package which includes, NFSK, NPSK, 16QAM modulation signal generation function, after all programming can be used to back when there is modulation recognition procedure, quite complete.)
- 2010-05-06 16:06:55下载
- 积分:1
-
sjfb
各种随机分布的直方图,频谱估计图,频谱归一图(Various random distribution histogram, spectrum estimation map, the normalized frequency spectrum chart)
- 2011-05-09 17:08:01下载
- 积分:1
-
freehanddraw
freehand drawing on figure
- 2012-05-04 04:26:31下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
FOC
Direct Torque Control, Induction Motor
Vector Control Without
- 2013-09-01 18:45:19下载
- 积分:1
-
AnAccurateMethodof
一种精确测量间谐波的方法,可以准确检测电力系统的信号(An accurate method of measuring inter-harmonics, power system can accurately detect the signal)
- 2010-09-14 23:09:18下载
- 积分:1