-
P-Delta-Geometrical-nonelinear-solver
P Delta FEM Analysis
- 2015-04-19 14:00:19下载
- 积分:1
-
rigidandnonrigiimageregistration
这是一个matlab的源码。代码实现了刚性及非刚性配准(This is a matlab source. Code implements rigid and non-rigid registration)
- 2009-11-12 10:55:58下载
- 积分:1
-
MATLABzaishuikudiaohong
说明: MATLAB在水库调洪计算中的应用,使得水库调洪问题简单。(MATLAB in the calculation of reservoir flood of applications, makes a simple reservoir flood problems.)
- 2008-09-04 22:18:44下载
- 积分:1
-
Matalab2010-classic-super-tutorial
matalab2010经典超强教程,很好的说明了matalab的用法(Matalab2010 classic super tutorials, very good that the matalab usage)
- 2012-01-03 21:43:27下载
- 积分:1
-
物元分析法(matlab)
说明: 物元分析法由我国数学家蔡文在 20 世纪 80 年代提出. 应用物元法建立多指标评价模型,可以针对复杂问题建立形象化模型,定量化得出评价结果,从而较完整、准确地反映事物的综合水平。利用matlab编程,进行如下步骤计算:1、待判物元的确定;2、经典域、节域的确定;3、关联函数;4、综合关联度(Matter-element analysis method was put forward by Chinese mathematician Cai Wen in 1980's. Applying matter-element method to establish multi-index evaluation model can establish visualization model for complex problems and quantify the evaluation results, so as to reflect the comprehensive level of things more completely and accurately. Using MATLAB programming, the following steps are calculated: 1. determination of the subject element to be judged; 2. determination of classical domain and node domain; 3. correlation function; 4. comprehensive correlation degree)
- 2021-01-14 21:38:46下载
- 积分:1
-
2ndYearProject
This is my 2 nd year project - work flow engine, implemented to manage the emplyment at company.
- 2010-03-03 08:25:05下载
- 积分:1
-
FQPSK
本论文首先介绍了当前深空通信的编码调制技术的现状与发展,阐述了以往
的深空通信中的编码和调制技术的方案和局限性,提出LDPC码和FQPSK调制的
优越性和发展前景。第二章描绘了LDPC码的奇偶校验矩阵的图形表示、生成方
式和译码方法,并比较二元LDPC码和多元LDPC码的优越性和实现问题。第三
章在介绍FQPSK调制的方案的由来、改进和发展的基础上,对其进行了功率谱分
析,介绍了一些常规的解调方案。(This paper introduces the current situation and development of the technology of deep-space communication code modulation on the coding and modulation techniques in deep space communications program and limitations of the proposed of LDPC codes FQPSK modulation superiority and development prospects. Chapter II depicts a graphical representation of the LDPC code of the parity check matrix generation method and decoding method, and compare the superiority of binary LDPC codes and multiple LDPC code and implementation problems. Chapter origin in the introduction FQPSK modulation program, improvement and development on the basis of its power spectrum analysis, conventional demodulation.)
- 2013-04-10 21:18:24下载
- 积分:1
-
makepic
programa de editar fotografias
- 2013-12-11 07:36:03下载
- 积分:1
-
training
this source code is for Training ,HMM for speech recognition
- 2010-08-09 20:23:20下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1