-
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
-
SIFT
关于著名的sift算法的matlab实现(About the famous algorithm about sift)
- 2013-11-09 11:36:59下载
- 积分:1
-
WTFDIBenchmarkModel6
this file present FDI Benchmark for windturbine
- 2021-04-07 14:39:01下载
- 积分:1
-
transform_12to3
将12分之一倍频程的声学数据转化为3分之一倍频程(The acoustic data with 12 points, one octave is transformed into a one-third octave)
- 2015-03-30 18:25:25下载
- 积分:1
-
F6SZ50MGZ0JI60O
平衡车源代码 arduino的,使用3轴加速度,角速度检测,然后是卡尔曼滤波
- 2013-12-06 15:08:34下载
- 积分:1
-
sjwl
自编的神经网络的matlab程序,可以运行哦。(Self matlab neural network program, you can run, oh.)
- 2008-12-17 21:34:00下载
- 积分:1
-
ask
通信原理中,数字调制系统的2ask调制。(Communication theory, digital modulation system 2ask modulation.)
- 2010-06-04 01:51:29下载
- 积分:1
-
toolbox-master
这个工具箱是为了方便图像和视频在 matlab 环境中的操作。其目的是为了补充,而不是替换 Matlab 图像处理工具箱,事实上它需要安装 Matlab 图像工具箱。强调对代码效率和代码重用。(This toolbox is meant to facilitate the manipulation of images and video in Matlab. Its purpose is to complement, not replace, Matlab s Image Processing Toolbox, and in fact it requires that the Matlab Image Toolbox be installed. Emphasis has been placed on code efficiency and code reuse.)
- 2014-10-29 15:34:05下载
- 积分:1
-
three-phase-Bridge-Rectifier-Circuit-with-differe
three phase Bridge Rectifier Circuit with different type of RLE with Simulation in matlab.
- 2014-01-24 19:39:08下载
- 积分:1
-
Adaptive--algorithms-analynis
比较了几种自适应算法用于信道均衡的性能,包括LMS、NLMS、RLS等。包含仿真代码和理论的结果分析,以及自适应滤波理论的课件。(Compare the performance of several adaptive algorithm for channel equalization, including LMS, NLMS, RLS and so on. These results include simulation code and theoretical analysis, and courseware adaptive filtering theory.)
- 2015-06-24 19:21:20下载
- 积分:1