-
matlab
matlab实用程序百例,关于图像处理的源码(matlab )
- 2009-04-30 22:00:16下载
- 积分:1
-
huanghe
说明: 该程序基于BP神经网络编程,开发工具MATLAB用于预测(The program based on BP neural network programming, development tools, MATLAB used to predict)
- 2008-12-04 19:38:48下载
- 积分:1
-
linecodes
Matlab code for encoding using linecodes
- 2015-02-03 21:21:00下载
- 积分:1
-
ycyhbp
优化神经网络预测,可以用于多种预测需求,需更改(Optimization of neural network prediction)
- 2014-01-13 11:23:05下载
- 积分:1
-
s-function3
通过实际的例子学习simulink中s函数的使用及编写(Learning through practical examples of the use of the simulink s in function and write)
- 2013-01-25 13:53:41下载
- 积分:1
-
lowess
LOWESS, Locally Weighted Scatterplot Smoothing for linear and non-linear data (enhanced)( LOWESS- Locally Weighted Scatterplot Smoothing
Modifications:
This regression will work on linear and non-linear relationships between
X and Y.)
- 2013-03-19 15:38:13下载
- 积分:1
-
MaxFlowMinCut_Me
利用Ford--Fulkerson 标号法求最大流算法的MATLAB 程序代码 (Use Ford- Fulkerson labeling method for maximum flow algorithm MATLAB code)
- 2013-09-14 00:25:45下载
- 积分:1
-
face
人脸识别,简易的人脸识别程序,用matlab编写。(face detection)
- 2013-01-13 17:50:11下载
- 积分:1
-
matlab-image
这是一本书的一个章节的源代码关于图像优化的我觉得真的挺好的(This is a chapter of a book about image optimization of the source code, I think it is quite good)
- 2013-12-15 20:56:43下载
- 积分:1
-
filter
% y=filter(sig,fmin,fmax)
% 对信号进行理想滤波,可完成低通,带通
% sig为被滤波信号
% fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器
% fmax为上限频率,fmax>fmin
% fs为信号的采样频率
% y为经过滤波后的信号
(% Y = filter (sig, fmin, fmax)% of the ideal signal filtering, to be completed by low-pass, band-pass filter% sig for signal% fmin is the minimum frequency, when fmin for 0:00 for the low-pass filter, when fmin > 0, for the bandpass filter% fmax is the upper limit frequency, fmax> fmin% fs for signal sampling frequency% y for the filtered signal)
- 2009-02-14 20:38:28下载
- 积分:1