-
spear3matlabinstallation
Installation of MATLAB for SPEAR 3
- 2009-04-19 19:10:32下载
- 积分:1
-
robot
An example of inverse kinematics algorithm
- 2009-07-14 19:45:53下载
- 积分:1
-
FICT
说明: 快速脊波逆变换。也称为伴随和伪逆。也成为快速三角波逆变换。(Fast Inverse Curvelet Transform.This is in fact the adjoint, also the pseudo-inverse)
- 2011-02-22 20:57:40下载
- 积分:1
-
pri_divide
有序样品的最优分割程序。本程序优点在于分类齐全,使用方便、直观。供大家学习参考。(ordered the optimal sample segmentation procedures. The classification process is complete advantages, easy to use, intuitive. We reference for the study.)
- 2007-05-12 21:33:47下载
- 积分: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
-
distance
世博会城市距离模型,主要来算球面的最近距离,曲线到点的距离等(Expo City distance model, the main sphere to the most recent count from the curve the point of distance)
- 2010-07-10 22:15:11下载
- 积分:1
-
dblpend2sl
This system models a double pendulum system where
the rest state has the pendulums balanced to hang
at right angles to one another.
- 2013-07-31 21:09:59下载
- 积分:1
-
sobreAOK
Time-frequency representations with fixed windows
or kernels figure prominently in many applications, but perform well only for limited classes of signals.
- 2010-08-10 02:46:09下载
- 积分:1
-
GTHTMLtable
java与matlab编程的例题。想要做类似工程项目的人员可以参考哦。(java and matlab programming examples. Want to do similar projects can reference Oh.)
- 2008-02-20 19:29:50下载
- 积分:1
-
CDMA_SD
technique d accès multiple CDMA (Code Division Multiple Access)avec une technique SD (Soft Decision)
- 2010-12-02 09:38:57下载
- 积分:1