-
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
-
UWB-signal-generation
跳时超宽带信号的产生,有关跳频信号的超宽带信号产生(UWB signal generation, the frequency-hopping ultra-wideband signal generation signal)
- 2011-05-10 16:21:58下载
- 积分:1
-
swnet
复杂网络小世界模型,模拟小世界模型
复杂网络小世界模型,模拟小世界模型(he parameter of the small-world model
The total number of the network
The mean degree is 2*m
The remove probability
The connection matrix
The initial regular network)
- 2013-12-24 17:11:52下载
- 积分:1
-
denoise
matlab下用小波去除随机噪声的一个例子,希望对大家有用(matlab remove the random noise using wavelet under an example, we hope to be useful)
- 2010-12-13 15:26:43下载
- 积分:1
-
Saturation-and-Delay
Delay and Saturation code
- 2012-06-13 21:24:21下载
- 积分:1
-
Wavelab850
小波变化软件包,里面包含有比较全面的小波变换matlab函数,以及相应的一些实例,可以看看(wavelet transform)
- 2014-08-19 22:30:47下载
- 积分:1
-
analiser
Tells a picture if its monotone or not.
- 2015-03-09 23:17:07下载
- 积分:1
-
classicalmusic1
本代码是经典MUSIC算法的源程序。采用经典MUSIC算法进行DOA估计(This code is the classic MUSIC algorithm of the source. Classical MUSIC DOA estimation algorithm)
- 2010-11-09 19:00:45下载
- 积分:1
-
ROI
对图象感兴趣区域系数的提取,以及系数的放大(right coefficient region of interest image extraction and amplification coefficient)
- 2006-05-28 12:13:06下载
- 积分:1
-
MAS
With increasing wind penetration in power systems, many national
grid codes will demand complete models and simulation
studies under different system conditions in order to ensure that
the connection of a wind farm will not have a detrimental impact
on the network to which it will be connected.
Hence a dynamic model with reduced-order double cage representation
for the DFIG and its associated control and protection
circuits has been developed. It was then used to simulate
the response of wind turbine to network faults on a simple two
busbar system.
- 2010-05-15 10:35:58下载
- 积分:1