-
enbed
for embedding text in image
- 2010-07-16 23:06:49下载
- 积分:1
-
nixitongcx1
基于逆系统法的荷载识别程序,对于模型简单的识别效果较好(Based on the method of inverse system load identification procedures for the simple model, good recognition effect)
- 2010-08-24 16:29:34下载
- 积分:1
-
Pseudo_Zernike
伪zernike矩变换,计算图像的伪Zernike矩并作为特征。(Pseudo zernike moment transformation, the image of the pseudo-Zernike moments calculated as features.)
- 2010-10-18 09:28:06下载
- 积分:1
-
matlabbianchengxu
非常好的中文资料关于名matlab编程序方面的。很好的资料要快(Very good information on Chinese matlab series of procedures. Very good information to be fast)
- 2008-04-10 10:59:29下载
- 积分:1
-
MATLAB-trans-Color
以MATLAB將影像做色彩空間轉換,
轉換的色彩分別為RGB轉Gray scale, RGB轉YUV, RGB轉lab, RGB轉HSV(MATLAB will do to the image color space conversion, the conversion of RGB colors were transferred Gray scale, RGB turn YUV, RGB turn lab, RGB and HSV)
- 2013-08-28 23:13:20下载
- 积分:1
-
qpsk
this is simple qpsk for matlab code
- 2013-09-11 09:56:11下载
- 积分:1
-
upfc
FACTS装置中UPFC三相短路的计算。(The FACTS device UPFC three-phase short-circuit calculation
)
- 2011-12-30 21:10:27下载
- 积分:1
-
2
说明: 采用M语言进行卡尔曼滤波器仿真matlab程序(M language Kalman filter simulation)
- 2012-05-25 13:00:13下载
- 积分:1
-
EEE-212-lab-sheet
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:21:13下载
- 积分:1
-
Multivariate_SST_code-
基于时频的多元数据同步挤压分析,变换的多变量时频表示的基础上,执行同步挤压。(When multivariate data base frequency synchronization squeeze analysis, multivariate conversion frequency representation based on the synchronization squeeze.)
- 2015-04-28 23:22:17下载
- 积分:1