-
MatlabANN
matlab神经网络函数以及网络构建的一些介绍(Matlab ANN)
- 2009-06-24 20:49:00下载
- 积分:1
-
pls
用NIPALS算法实现的偏最小二乘法,包含测试文件,算法原理说明(With NIPALS algorithm of partial least squares)
- 2014-12-05 09:45:18下载
- 积分:1
-
sequencedfs
序列进行离散傅里叶级数变换,画出相位图,频谱图。改变序列长度,然后重复上述过程(Sequence of discrete Fourier series transform, draw the phase diagram, spectrogram. Change the length of the sequence, and then repeat the process)
- 2012-10-09 19:48:51下载
- 积分:1
-
convertTDMS_v9
将.tdms文件直接导入matlab,以方便读取和处理。
第9个版本,测试没有问题(Function to load LabView TDMS data file(s) into variables in the MATLAB workspace.)
- 2013-04-22 14:35:54下载
- 积分:1
-
bnt
如何使用贝叶斯网络工具箱,内容源代码很详细。(how to use the bayes network box)
- 2013-05-25 00:18:55下载
- 积分:1
-
CLASS_facepipe
实现人脸特征定位及人脸描述符提取功能。很好很强大。(
To get started, run "demo". This detects faces in the example
image, loading cached detections from files if available,
localizes the facial features and extracts descriptors for each
face.)
- 2010-06-18 19:14:38下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
Wavelet_OMPfunc
压缩感知的典型程序仿真,稀疏基为小波基,重构算法为OMP算法。(Perception of typical compression process simulation, sparse basis for the wavelet, reconstruction algorithm for the OMP algorithm.)
- 2010-07-07 17:45:23下载
- 积分:1
-
tspga
GA TSP to neuron network
- 2010-10-13 15:09:10下载
- 积分:1
-
rainflow
雨流法的matlab程序 可用于疲劳计算,适用于机械和相关行业(Rainflow matlab program can be used for fatigue calculation for machinery and related industries)
- 2013-08-20 13:32:30下载
- 积分:1