-
RLS
上一个的继续,连续有九个压缩文件,大家可以打开解压后自己慢慢享用,这个都是本人调试通过了的,希望共同进步!(A continuation of a row has nine compressed file, everyone can open their own after extracting slowly to enjoy, this is my debug adopted, and I hope common progress!)
- 2008-07-27 09:10:27下载
- 积分:1
-
kalman-fiter
这是一个采用扩展卡尔曼滤波算法估计电池SOC的程序,希望对大家有所帮助!(This is a program about battery SOC estimation with kalman filtering algorithm.)
- 2011-12-04 10:27:30下载
- 积分:1
-
jar
jar zip contains htmlb.jar and proxy jar file used for SAP development in NWDS
- 2014-10-02 02:33:31下载
- 积分:1
-
MATLAB_code_technique
matlab实用技巧源代码程序文件,对于全面掌握matlab非常有帮助(matlab technique code)
- 2012-10-08 10:49:18下载
- 积分:1
-
TMG_6.0R7
matlab text matrice generator tool for math representation of textual data
- 2011-12-23 23:28:24下载
- 积分:1
-
Facedetection
face detection matlab code
- 2010-07-01 19:29:54下载
- 积分:1
-
kdtree
用matlab编写的k-dtree,加快搜索,在点云拼合中应用广泛。(Matlab prepared with k-dtree, to speed up the search, put together in the point cloud in a wide range of applications.)
- 2009-02-10 15:09:23下载
- 积分:1
-
libsvm
最新版本libsvm,快点珍藏吧,很有用啊(The latest version of libsvm, quick collection of it, very useful )
- 2010-12-23 11:40:54下载
- 积分:1
-
Homomorphic-lvboqi
说明: 同态滤波器,用于增强图像的细节部分,灰度级扩展,边缘细节增强(Homomorphic filter, used to enhance the details of the image, gray-scale expansion, edge detail enhancement)
- 2021-03-20 09:49:18下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1