-
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
-
wavepacket
小波,小波包去噪和分析相关的一些编程,供初学者学习之用(Wavelet, wavelet packet de-noising and analyze some programming related, for beginners learning to use)
- 2015-01-06 17:35:15下载
- 积分:1
-
sunpower-a300
美国sunpower A300电池单元仿真电路,光照强度、温度试验数据(US sunpower A300 cell circuit simulation, light intensity, temperature test data)
- 2015-01-14 10:21:59下载
- 积分:1
-
AVO difference
使用时移地震数据反演得到弹性参数相关变化量;(The correlation variation of elastic parameters is obtained by using time-lapse seismic data.)
- 2017-12-05 15:40:09下载
- 积分:1
-
ATR-Trailer趋势EA
这是一款根据均线开单的趋势EA,加载周期30分钟,货币主要跑镑系的,和美元的(This is a trend EA based on the average, loading cycle of 30 minutes, currencies mainly run in pounds, and the U.S. dollar.)
- 2020-06-17 10:40:02下载
- 积分:1
-
specle_denoise
斑纹噪声消除,matlab代码,里面有测试图像和我自己写的dicom文件处理参数(Speckle noise reduction, matlab code, there are test images and I wrote it myself DICOM document processing parameters)
- 2008-08-26 09:54:54下载
- 积分:1
-
MI_Optimization
说明: 用matlab实现的图像配准的小程序,一个缩放图像,一个配准(Using matlab to achieve a small image registration procedure)
- 2010-04-30 10:10:49下载
- 积分:1
-
ransac
ransac funtion to use in image process
- 2013-12-10 19:07:39下载
- 积分:1
-
m12062
Using serial port with Matlab GUI.
- 2012-05-09 04:02:44下载
- 积分:1
-
ECEFtoENV
地心坐标系下的经纬高坐标数据,转换为东北天坐标系下的坐标。输入为经纬高,单位为°。
matlab文件实现,调用函数名为:ECEFtoENV(Geocentric latitude and longitude coordinates of the high-coordinate data is converted to Northeast day coordinate system coordinates. Latitude and longitude input is high, the unit is.)
- 2013-11-14 17:53:06下载
- 积分:1