-
77433657LdA350
说明: 分析计算电网谐波,得出基波和高次谐波的值(Harmonic analysis, fundamental and derived the value of high-order harmonic generation)
- 2009-08-16 14:33:44下载
- 积分:1
-
matlab
关于maltab一些实用程序例子:菜单,柱型图,照明方式,除法计算器,环境效果
(Some utilities on maltab examples: menu, cylindrical map, illumination, calculator division, environmental effects)
- 2011-09-25 19:29:00下载
- 积分:1
-
Relay_DL_Simulation_ICIC
LTE-A异构网络下relay微站干扰管理(LTE-A heterogeneous network relay micro-station interference)
- 2012-07-29 23:32:41下载
- 积分:1
-
robot-control-matlab-simulation
一个用于机器人控制领域的matlab教程,包括自适应控制,模糊控制,神经网络控制等不同智能算法。(A field for robot control matlab tutorial, including adaptive control, fuzzy control, neural network control, such as different intelligent algorithms.)
- 2014-12-23 16:32:25下载
- 积分:1
-
AM_Audio
使用matlab实现基于AM解调的广播声音接收,并通过GUI界面实现。(Using matlab based on AM demodulation receiving radio voice, and through the GUI interface implementation.)
- 2015-02-19 12:10:18下载
- 积分:1
-
DCVS
分布式压缩感知视频编码框架,当前最热的研究课题,代码是我跟台湾大学的研究人员获取的,可以直接运行(compress sensing for distributed video coding)
- 2021-04-21 13:08:49下载
- 积分:1
-
Background
基于背景的目标检测,是全面的MATLAB代码,运动视觉中目标的精确提取与跟踪算法,包括运动检测、阴影消除、外轮廓提 取以及目标的跟踪四个方面。(Background target detection based on MATLAB code, is comprehensive, accurate extraction and target tracking algorithm for visual motion in four aspects, including motion detection, shadow elimination, contour extraction and tracking of targets)
- 2014-07-27 20:22:09下载
- 积分:1
-
Roomsimove
房间冲激响应产生算法,可以模拟真实的房间声音环境(roomsim-one way for room impulse responses)
- 2021-03-17 21:29:21下载
- 积分:1
-
dct
M=512 原图像长度
N=64
K=8
I=zeros(M,M)
J=zeros(N,N)
BLOCK=zeros(K,K)
显示原图像
I=imread( f:ceshiyuanshitu.bmp )
figure
imshow(I)
xlabel( 原始图像 )
显示水印图像
J=imread( f:ceshilogistic_nuaa64.bmp )
figure
imshow(J)
xlabel( 水印图像 )
嵌入水印
tem=1
for p=1:N
for q=1:N
x=(p-1)*K+1
y=(q-1)*K+1
BLOCK=I(x:x+K-1,y:y+K-1)
BLOCK=dct2(BLOCK)
if J(p,q)==0
a=-1
else
a=1
end
BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01)
BLOCK=idct2(BLOCK)
I(x:x+K-1,y:y+K-1)=BLOCK
end
end
显示嵌入水印后的图像
figure
imshow(I)
xlabel( 嵌入水印后的图像 )
imwrite(I, f:ceshiembedded.bmp )
- 2010-06-13 18:43:39下载
- 积分:1
-
jin0530
说明: 做毕业设计编写的基于谱熵端点检测的程序,欢迎分享(Designed to prepare graduates to do spectral entropy-based endpoint detection process, please share
)
- 2009-08-23 16:48:55下载
- 积分:1