-
diamond3d
一个用来计算一种钻石形三维的光子晶体的能带结构的程序(A diamond is used to calculate a three-dimensional photonic crystals with the structure of the program)
- 2010-11-08 23:07:54下载
- 积分:1
-
gonglvpuguji
实现功率谱估计的两种方法,直接法与自相关法(Power spectrum estimation of the two methods, the direct method and the autocorrelation method)
- 2014-01-04 16:48:23下载
- 积分:1
-
guangpusvm
一个提取遥感影像光谱特征的程序,易于理解,分类精度高(An extraction of remote sensing image spectral characteristics of the program, easy to understand, high classification accuracy)
- 2014-11-05 09:38:39下载
- 积分:1
-
motion-estimation
motion estimation it estimates the motion vectors of hexagon search algorithm and estimates its direction
- 2012-01-18 04:23:53下载
- 积分:1
-
NLPrinciplecomponentanalysis
it is nonlinear method for blind source seperation using matlab
- 2013-08-10 04:45:17下载
- 积分: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
-
robotarm
说明: 柔性机械臂的神经网络控制策略。课程报告,有详细说明。(Flexible manipulator neural network control strategy. Course report is described in detail.)
- 2006-03-06 21:12:59下载
- 积分:1
-
MATLAB-Xu-Jin-Ming-----Wei-Zhi
matlab初级教程,是matlab初级学者入门最好的选择,简单实用(primary matlab tutorial matlab junior scholars Getting Started with the best choice for simple and practical)
- 2012-05-24 09:23:24下载
- 积分:1
-
DTC
关于DTC的matlab例程,画得比较详细,很完整的阐述了算法(Simulink of DTC)
- 2014-10-07 14:16:12下载
- 积分:1
-
matlab
了解隐马尔科夫模型HMM的概念、组成和需要解决的问题;通过matlab分析和三个基本算法分析读研和就业问题:forward算法、Viterbi算法和Baum-Welch算法(Understand the concept of Hidden Markov Model HMM, composition and problems to be solved matlab analysis by three basic algorithms: forward algorithm, Viterbi algorithm and Baum-Welch algorithm)
- 2014-01-15 16:25:59下载
- 积分:1