-
Packet-drop
Packet-dropfunction functionfunction function
- 2013-08-01 10:03:34下载
- 积分:1
-
计算电力系统随机生产模拟的简单程序
计算电力系统随机生产模拟的简单程序,包括常规卷积法、半不变量法和等效电量函数法(Simple procedure for calculation of power system probabilistic production simulation)
- 2020-07-04 14:40:01下载
- 积分: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
-
fsk
载频为10HZ、采样速率为40HZ的fsk信号的产生和调制(The carrier frequency the 10HZ, sampling rate 40HZ fsk signal generation and modulation)
- 2013-03-03 20:52:13下载
- 积分:1
-
tuxiatiqung
matlab的楚翔处理,色彩增强,二值滤波,旋转放大等功能,图像识别(the matlab Chu Xiang processing, color enhancement, binary filtering, rotation, zoom, image recognition)
- 2013-05-16 21:59:23下载
- 积分:1
-
CCLAagororismMatlab
该程序算法用于求解以矩阵不等式形式表示的控制器问题,锥补线性化算法(CCLA)可以对非线性矩阵不等式作线性化处理,再利用Matlab中工具求解线性矩阵不等式(LMI),即可求得控制器增益参数。(The program algorithm is used for solving the controller problem expressed in the form of matrix inequalities. The cone complementarity linearization algorithm (CCLA) can linear process the non-linear matrix inequalities, then use the Matlab tools for solving linear matrix inequalities (LMI), you can obtain the controller gain parameters.)
- 2014-03-05 10:18:15下载
- 积分:1
-
gingkun
雅克比迭代求解线性方程组课设,基于matlab GUI界面设计,实现了对10个数字音的识别程。( Jacobi iteration for solving linear equations class-based, Based on matlab GUI interface design, Realization of 10 digital audio recognition progra.)
- 2016-06-12 11:23:35下载
- 积分:1
-
3-8
3-8译码器,可以讲三位二进制输入转换为8中取1的输出信号(3-8 decoder, you can talk about the three binary input is converted to 8 of the output signal from 1)
- 2009-07-16 17:23:30下载
- 积分:1
-
RF-matlab-tools
射频电路中各组件模拟,包括放大器、环形器、转接头、测试单元、smith源等(tools in radio frequency circuit, including amplifiers circles
conversion networks smith.)
- 2013-05-14 21:45:10下载
- 积分:1
-
OFDMmodulationBPSK
CMMB中的基于MATLAB仿真的采用BPSK的OFDM调制的源代码(OFDM modulation used BPSK source code in the CMMB which based on the MATLAB simulation )
- 2010-07-23 17:20:54下载
- 积分:1