-
Hermite
Matlab中没有现成的Hermite插值函数,必须编写一个M文件实现插值。
设n个节点的数据以数组x0 (已知点的横坐标), y0(函数值), y1(导数值)输入(注意Matlat的数组下标从1开始), m个插值点以数组x 输入,输出数组y 为m 个插值。编写一个名为hermite.m的M文件。
(Matlab is not off-the-shelf Hermite interpolation function, we must realize the preparation of a document M interpolation. N nodes for the data to an array x0 (known point of abscissa), y0 (function value), y1 (numerical derivative) input (note the subscript Matlat array starting at 1), m to the array of interpolation points x input and output array y for m months interpolation. Hermite.m the preparation of a M-file.)
- 2008-05-12 10:53:46下载
- 积分:1
-
dvb
说明: 关于DVBT的OFDM发送和接受部分的MATLAB代码。(On the OFDM DVBT send and receive part of the MATLAB code.)
- 2010-04-03 13:28:35下载
- 积分:1
-
The-basic-matlab-function
Matlab函数库,可以快速查找函数的意义。形式例如:errorbar 带误差限的曲线图(Matlab library, you can quickly find the significance of the function. For example: errorbar :form with error limit curve)
- 2014-12-01 15:45:27下载
- 积分:1
-
EnMn
EnMn 求一帧语音信号的短时能量和短时幅度函数(Seeking a short-time speech signal power and short range function)
- 2010-11-26 12:14:46下载
- 积分:1
-
FrameTransfer
FRAME地固系和惯性系坐标转换(极移、岁差、章动、参考历元)(FRAME orbit transfer)
- 2014-08-13 14:34:47下载
- 积分:1
-
numerical-methods
本书系统地介绍了常见数学问题的各种数值解法及其内在的逻辑联系,并用MATLAB作为算法实现工具,为快速掌握理论打下坚实的基础。本书共分10章,主要内容包括MATLAB概论、MATLAB基础知识、MATLAB数据的图形表示、插值法和数据拟合、数值积分、常微分方程初值问题数值解法、非线性方程求解、求解线性代数方程组和计算矩阵特征值的迭代法、线性方程组的数值解法,以及MATLAB在数值计算中的综合应用。
(This book systematically introduces a variety of numerical solution and its inherent logic of common mathematical problems Contact algorithm using MATLAB as a tool to lay a solid foundation to quickly grasp the theory. )
- 2013-04-17 14:12:00下载
- 积分:1
-
PairsTrading_FEX
matlab实现配对交易,配对交易是最基础的统计套利模型之一(pairs trading)
- 2012-02-20 18:00:09下载
- 积分:1
-
tutorial5
MATLAB lecture note
numerical analysis by using matlab
- 2010-12-03 21:52:46下载
- 积分:1
-
fe_sdofID_2
Purpose:
build the ID array of system dofs to apply displacement constraints
Synopsis:
[csdof,sid]=fe_sdofID(discons,ndof,nnode)
Variable Description:
csdof - the number of system dofs after constraints applied
sid - ID matrix of system dof formatted as nnode*ndof
discons - matrix record the node of displacement constrain
ndof - number of dofs per node
nnode - number of nodes in system(Purpose:
build the ID array of system dofs to apply displacement constraints
Synopsis:
[csdof,sid]=fe_sdofID(discons,ndof,nnode)
Variable Description:
csdof- the number of system dofs after constraints applied
sid- ID matrix of system dof formatted as nnode*ndof
discons- matrix record the node of displacement constrain
ndof- number of dofs per node
nnode- number of nodes in system)
- 2011-06-21 10:05:03下载
- 积分:1
-
pso-toolbox
Particle Swarm Optimization Toolbox (PSO)
- 2014-01-30 00:56:14下载
- 积分:1