-
1010s4
STEGANALYSIS ALGORITHMS FOR DETECTING THE
HIDDEN INFORMATION IN IMAGE, AUDIO AND
VIDEO COVER MEDIA
- 2010-06-07 07:15:49下载
- 积分:1
-
fusiontool
用matlab编写的图像融合工具箱,可以实现不同融合算法的比较。(Prepared by fusion with a matlab toolbox, allows comparison of different fusion algorithms.)
- 2010-09-07 15:36:31下载
- 积分:1
-
JoyMEX
to define Joystick In Matlab
- 2015-04-13 17:22:54下载
- 积分:1
-
matlab-simulink
基于模型的设计 利用tlc编写设备驱动代码用于代码自动生成(Tlc to write device driver code for automatic code generation model-based design)
- 2012-06-01 21:23:05下载
- 积分:1
-
DCSeries_MotorWM
DC SERIES MOTOR CONTROL
- 2012-08-01 22:37:41下载
- 积分:1
-
sce-ua
SCEM-UA关于scemua的详细算法和新安江模型的结合,主要用于新安江模型参数的优化率定和不确定性分析(SCEM- UA about scemua detailed algorithm and the combination of the xin an river model, mainly used in xin an river optimization of model parameters calibration and uncertainty analysis)
- 2021-01-14 00:08:47下载
- 积分:1
-
ADDA-MATLAB
AD/DA转换器的设计及MATLAB仿真实现(matlab A/D)
- 2013-03-16 14:37:08下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
matlab_applyhatch
matlab fig中直方图加入阴影斜线(matlab fig histogram adding shadows slash)
- 2014-02-26 20:32:16下载
- 积分:1
-
dss_beta-5.tar
基于独立成分分析的多声源分离程序包,涵盖了大部分独立成分分析的函数,经验证能够有效解决多声源分离问题。(Based on independent component analysis of multi-source separation package, covering most of the functions of independent component analysis.)
- 2011-10-23 12:31:35下载
- 积分:1