-
fit
Matlab中提供了一种快速实现多项式拟合的方法函数polyfit()函数,
其格式:p=polyfit(x,y,n)其中x,y为样本向量,n为拟合的多项式的项数。下面拟f(x)=sinx+x,在区间【-3,3】上以0.5为间隔进行拟合。(Matlab provides a fast way to achieve polynomial fitting function polyfit () function,
The format: p = polyfit (x, y, n) where x, y as the sample vector, n is the number of items of polynomial fitting. The following proposed f (x) = sinx+ x, the interval-3,3】 【intervals on the order of 0.5 to fit.)
- 2021-02-19 12:09:44下载
- 积分:1
-
cylinder
输入两个端点 作为圆柱端面上两个圆心 绘制斜圆柱(This function constructs a cylinder connecting two center points )
- 2011-07-04 10:33:59下载
- 积分:1
-
2D-Truss-Vibration
本代码用于模拟二维桁架结构在外载激励作用下、存在动力吸振器的情况下的响应情况,完全原创,只有一个m文件用于生成桁架振动动画的avi文件,其余三个函数用于辅助生成具体桁架结构的参数以及辅助计算。外载荷频率、动力吸振器固有频率可以通过改变代码中的变量来控制。(This code is used to simulate the two-dimensional truss structure as set out under the incentive, there are circumstances in response to the situation under dynamic vibration absorber, and completely original, only one file is used to generate m truss vibration animation avi files, the remaining three functions are used to assist generate specific parameters and supporting calculations truss structure. External load frequency, dynamic vibration absorber natural frequency can be controlled by changing the variables in the code.)
- 2014-12-02 21:51:47下载
- 积分:1
-
GA-LR-FS
Genetic algorithm feature selection by using Logistic Regression
- 2013-11-11 22:42:50下载
- 积分:1
-
tftb-0.2
时频分析,用于对雷达、通信、声纳、图像、生物医学等的信号检测与时频分析处理(time-frequency analysis)
- 2010-06-16 12:03:09下载
- 积分:1
-
VAR
详细介绍了VAR模型的功能简介,和各类实际案例的应用。(Described in detail the application of the functions of the VAR model profiles, and all kinds of actual cases.)
- 2012-04-10 10:40:13下载
- 积分:1
-
多智能体最优一致性避障算法研 OptimalPConsensusPObstacle-Avoidance
文件包里包含了多智能体最优一致性避障算法研究文章一篇及Matlab仿真源程序。(File package contains a multi-agent avoidance algorithm for optimal consistency an article and Matlab simulation source.)
- 2020-07-01 13:20:02下载
- 积分:1
-
chap15
人脸识别中核心算法的MATLAB软件实现例程(The core algorithm of face recognition in MATLAB)
- 2013-11-30 10:43:17下载
- 积分:1
-
GARCH工具箱(包括多元)
说明: 该文件为MATLAB中的garch多元代码工具箱(This file is the GARCH multicode toolbox in MATLAB)
- 2020-06-21 21:20:02下载
- 积分:1
-
carrier-modulation
多载波调制(Multicarrier Modulation)采用了多个载波信号。它把数据流分解为若干个子数据流,从而使子数据流具有低得多的传输比特速率,利用这些数据分别去调制若干个载波。所以,在多载波调制信道中,数据传输速率相对较低,码元周期加长,只要时延扩展与码元周期相比小于一定的比值,就不会造成码间干扰。因而多载波调制对于信道的时间弥散性不敏感。多载波调制可以通过多种技术途径来实现,如多音实现(Multitone Realization)、正交多载波调制(OFDM)、MC-CDMA和编码MCM(Coded MCM)。其中,OFDM可以抵抗多径干扰,是当前研究的一个热点。(Multi carrier modulation (Multicarrier Modulation) uses multiple carrier signal. It decomposes a data stream into a plurality of sub data stream, so that the sub data stream transmission bit rate is much lower, respectively to a plurality of carrier modulation using these data. )
- 2014-11-26 20:06:23下载
- 积分:1