-
Fiber_Bragg_Gratings
说明: 光纤光栅英文经典教程friber bragg gratings(Fiber Bragg Grating Tutorial classic English friber bragg gratings)
- 2008-10-10 10:18:30下载
- 积分:1
-
fftfilter1
呵呵,第一次来很多东西不懂 还请多多指教啊! 几个编的简单的FFT和滤波器设计 希望能有点用(Oh, the first to understand a lot of things you will also enlighten ah! several series of simple and FFT filter design with a little hope)
- 2006-06-23 22:04:00下载
- 积分:1
-
SC_sunny_RI
本模型可用于计算晴天下北半球任意地区任意角度下集热器太阳日辐射强度(Any angle collector solar radiation calculation model)
- 2012-04-07 01:46:33下载
- 积分:1
-
OFDM-based-on-comb
OFDM系统程序,实现简单的基带OFDM系统(ofdm system code,build a simple ofdm system)
- 2012-05-04 19:56:36下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
MATLAB
使用matlab进行洛伦兹系统的相图研究(The phase diagram of the Lorenz system using matlab)
- 2013-02-02 15:13:55下载
- 积分:1
-
matlab7
详细介绍matlab开发环境
北航 张志涌(Matlab detailed development environment BUAA Zhang Zhiyong)
- 2009-01-10 17:18:38下载
- 积分:1
-
ExtKalman
matlab code for Extended Kalman Filter.
- 2012-04-18 03:17:24下载
- 积分:1
-
第一类相位匹配二维和三维
说明: 计算非线性光学晶体的第一类相位匹配的matlab程序(Matlab program for calculating the first kind phase matching of nonlinear optical crystals)
- 2020-10-04 23:25:03下载
- 积分:1
-
arnoldi
数值分析中经典的arnoldi算法,用来求解大型矩阵方程组的求解(numerical analysis classic arnoldi algorithm used to solve large matrix equations Solution)
- 2005-04-21 01:00:30下载
- 积分:1