-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1
-
yjdlbfuzzycontrol
一级倒立摆的模糊控制,系统性很强,可以再次基础上修改,实现其他算法(An inverted pendulum fuzzy control, systematic strong, can once again based on the modified algorithm to achieve other)
- 2011-10-02 19:06:22下载
- 积分:1
-
VoltageFlickerCompensatiousingTATCOM
ac and dc power transmissions. No alterations of conductors, insulator strings, and towers of the original line are needed
- 2013-11-28 22:15:08下载
- 积分:1
-
retinex_mccann99
英文文献《Retinex in Matlab》Retinex_maccan源程序(The souce code of 《Retinex in Matlab》)
- 2015-04-02 20:25:35下载
- 积分:1
-
ext_feature
this extracts the component
- 2010-08-18 15:25:10下载
- 积分:1
-
NCOPNET
TUTORIAL FOR UW NETWORK CODING USING OPNET AND MATLAB
- 2010-07-11 15:20:16下载
- 积分:1
-
MATLAB
本代码是数理统计与MATLAB工程数据分析一书中第8章的原代码,对本章学习有很大帮助。(This code are of mathematical statistics and MATLAB data analysis project, a book in Chapter 8 of the original code, the study of this chapter are very helpful.)
- 2009-03-18 17:50:33下载
- 积分:1
-
eetop.cn_Simulink
simulink简明教程,初步了解simulink的使用方式(simulink simple tutorial a preliminary understanding of the usage simulink)
- 2010-01-14 13:16:41下载
- 积分:1
-
2
根据教科书上已经给出的简单的数学算式,运用matlab编写出简单的代码,计算出结果(According to the textbook has been given a simple mathematical formula, using matlab write simple code to calculate the results)
- 2013-09-14 18:57:59下载
- 积分:1
-
ssb
单边带解调的xinlinx建模,实现完整的解调同步和下变频(Single sideband the demodulation of xinlinx modeling, to achieve complete demodulation synchronization and downconversion)
- 2013-03-28 11:11:32下载
- 积分:1