-
Polyphase_Filtering
用matlab语言, 实现的多项滤波器, matlab语言编程(Matlab language used to achieve a number of filters, matlab language programming)
- 2008-12-09 21:05:36下载
- 积分:1
-
Matlab3
Matlab教程PPT,Matlab概述与应用程序基础(Matlab PPT)
- 2010-06-04 21:40:21下载
- 积分:1
-
sykj23
说明: 离散卷积的MATLAB实现MATLAB realization of discrete convolution of the(MATLAB realization of discrete convolution of the)
- 2010-03-29 20:13:26下载
- 积分:1
-
MamLand
MamLand 用 construct Mamdani fuzzy 干预系统法来评估滑坡持续过程。 (MamLand is designed specifically to construct Mamdani fuzzy inference system for the Landslide Susceptibility Assessment. )
- 2012-04-03 14:45:40下载
- 积分:1
-
Vccallmatlabdll
vc调用matlab的例子,亲,使用起来非常方便哦(
vc call matlab example, pro, very convenient oh)
- 2016-06-13 14:49:04下载
- 积分:1
-
PSKRecovery
M-PSK Recovery for Modem Design.
- 2013-08-25 18:45:06下载
- 积分:1
-
pandey
factral comperassion with different AI technique for image and value parameter analysis..................................................
- 2013-11-26 17:54:52下载
- 积分:1
-
matlab.yinqing
用VC++和MATLAB的混合编程可以实现很多强大的功能,本例即是其中用MATLAB引擎实现的方法之一(With VC++ And MATLAB programming can be a mixture of many powerful features, that is, in this case is one of MATLAB engine using one of the ways to realize)
- 2008-05-07 13:25:14下载
- 积分:1
-
PkgMyAntiAlias
Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.
- 2008-08-06 11:19:51下载
- 积分:1
-
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