-
DCT
基于DCT域数字图像水印的MATLAB实现(DCT domain based on MATLAB implementation of digital image watermarking)
- 2010-10-09 23:15:59下载
- 积分:1
-
1
说明: Numerical calculation of an integral using trapeze algorithm
- 2012-11-14 01:45:29下载
- 积分:1
-
Affinity-Propagation
AP聚类算法,里面包含实例,是AP聚类学习的好文件(Affinity Propagation)
- 2014-03-27 11:04:55下载
- 积分:1
-
all-kind-Fuzzy-Clustering
包含了几乎所有的聚类算法,用matlab实现的。里面有demo示例,可直接运行。(Contains almost all of the clustering algorithm, implemented using matlab. There are demo example, can be directly run.)
- 2011-05-10 20:11:41下载
- 积分:1
-
window-sound
NEW POWER GENERATION POOF SOUND REFILLING CODE
- 2013-10-07 19:06:16下载
- 积分:1
-
track
用matlab仿真,得到较为真实的飞行航迹,包括了转弯,机动等轨迹运动模型的描述(Matlab simulation used by more real flight track, including a turn and the track motor sports, such as a description of the model)
- 2009-05-24 11:23:08下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
Learning-to-Program-with-MATLAB_-Building-GUI-Too
Learning to Program with MATLAB_ Building GUI Tools - Craig S. Lent
- 2013-07-24 22:01:26下载
- 积分:1
-
HVDC
基于MATLAB的高压直流输电仿真模型,模型包含整流和逆变两个部分。仿真模型运行结果成功,波形良好。(Based on MATLAB, the HVDC transmission simulation model consists of two parts: rectification and inverter. The simulation model runs successfully and the waveform is good.)
- 2018-12-23 10:06:39下载
- 积分:1
-
MSKGMSK
导师传给我的关于MSK和GMSK的一些相关MATLAB仿真源码,希望对大家有用(Simulation program to realize GMSK transmission system)
- 2010-06-04 19:51:43下载
- 积分:1