-
AF4x4_Geneal
antenna planar array can extant
- 2012-11-11 19:49:08下载
- 积分:1
-
MATLABgeneratedexefile
matalab生成exe文件的多种方法 很全的啊 可以试试(exe files matalab generated a very wide variety of methods, ah, you can try)
- 2010-02-02 00:17:33下载
- 积分:1
-
cycl
利用matlab软件编写的对各种信号循环平稳分析处理的程序.(Using matlab software written in a variety of signal analysis and processing cycle of a smooth process.)
- 2010-01-06 19:35:45下载
- 积分:1
-
Support-Vector-Machine
此代码是在matlab下开发,适应于GPS高程拟合,只需加载相关数据,方便好用(This code is developed in matlab to adapt in the fitting of GPS Elevation, just load the relevant data, easy-to-use)
- 2012-05-11 17:46:26下载
- 积分:1
-
SimpleXMPPClient_src
jabber source code c#
- 2009-12-28 18:12:38下载
- 积分:1
-
Machine-Learning
matlab code for Machine Learning with MATLAB
- 2015-02-03 15:33:11下载
- 积分:1
-
ga
说明: 下面的程序是求多项式y=x^6-10x^5-26x^4+344x^3+193x^2-1846x-1680在区间[-8,8]的最小值,误差不超过0.001。对于这个复杂的多项式,可先用matlab绘制函数的大概曲线,确认函数的最小值大概处于[-8,8]之间,再用本程序求出精确解。 (The following procedure is a polynomial y = x ^ 6-10x ^ 5-26x ^ 4+344 x ^ 3+193 x ^ 2-1846x-1680 in the interval [-8,8] of the minimum error is not more than 0.001. This is a complex polynomial, can first draw function with matlab about curves, to confirm the function of the minimum are probably in [-8,8] range, and then find the exact solution of this program.)
- 2010-05-28 10:17:34下载
- 积分:1
-
Ising-Model
利用此程序可以模拟二维Ising模型,并且利用了统计平均得思想,可以找到系统能量,磁化强度,磁化率以及热容的相变点(Ising model)
- 2014-01-20 12:41:44下载
- 积分:1
-
svpwm_get
三电平SVPWM的simulink仿真,可以用于各个闭环(Three-level SVPWM simulink simulation can be used for each closed loop)
- 2014-07-15 21:21:37下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1