-
Essentialmatlab
I think this book will help you in signal processing
- 2010-10-29 12:11:57下载
- 积分:1
-
POLYPHASE
信号多相滤波matlab 实现32 信道滤波,滤波阶数为512(Polyphase filter matlab signal channel 32 filter, filter order 512)
- 2009-05-20 19:36:10下载
- 积分:1
-
FaceRecNew1
face recognition for face and image processing system and pattern recognition
- 2013-01-01 02:25:09下载
- 积分:1
-
matlabwork0
MATLAB 开发滤波输出系统,可以高低波选择波段,并且为双屏显示(MATLAB development filtered output system, you can choose the level of wave band, and for dual display)
- 2013-11-08 13:58:50下载
- 积分:1
-
MATLAB-Corner
使用MATLAB编写的角点检测源代码,并附有用于检测算法的图形(The use of MATLAB prepared corner detection source code, together with the graphics for the detection algorithm)
- 2009-01-05 20:28:42下载
- 积分:1
-
BDFMdq
无刷双馈电机的模型,无刷双馈电机在风力发电上很有用希望对大家有帮助。(BDFM model of BDFM in wind power on the very useful hope everyone has to help.)
- 2007-10-14 18:56:13下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
GA
说明: matlab中ga算法的一个小program,还是挺细致的。(ga in matlab algorithm for a small program, we welcome the added ah ~ ~ ~ ~)
- 2013-07-27 14:22:45下载
- 积分:1
-
ECGSimulation
该程序使用matlab模拟出心电图信号。(The program uses matlab simulate the ECG signal.)
- 2013-08-29 21:49:15下载
- 积分:1
-
Binary-Genetic-Algorithm-Feature-Selection-(2)
This submission contains
(1) Journal Article on Zernike Moments, Genetic Algorithm, Feature Selection and Probabilistic Neural Networks.
(2) MATLAB code to do Feature Selection Using Genetic Algorithm.
NB:
(i) This code is short BUT it works incredibly well since we employed GA Toolbox.
(ii) You can run this code directly on your computer since the dataset herein is available in MATLAB software.
(iii) Please do cite my publication to give credit to me (if you use this code).
The citation is as follows:
BABATUNDE Oluleye, ARMSTRONG Leisa J, LENG Jinsong and DIEPEVEEN Dean (2014). Zernike Moments and Genetic Algorithm: Tutorial and Application. British Journal of Mathematics & Computer Science. 4(15):2217-2236.
Or
BABATUNDE, Oluleye and ARMSTRONG, Leisa and LENG, Jinsong and DIEPEVEEN (2014). A Genetic Algorithm-Based Feature Selection. International Journal of Electronics Communication and Computer Engineering: 5(4) 889 905.
- 2014-12-25 20:02:32下载
- 积分:1