-
ELDGA
基于遗传算法的经济调度处理,word文档有简要说明,并且有算例(Based on genetic algorithms deal with economic dispatch, word document there is a brief description and examples have)
- 2009-04-04 16:34:29下载
- 积分:1
-
snow
matlab画的科赫雪花曲线,非分形算法,简单易懂(matlab painting Koch snowflake curve, an improper shape algorithm, easy to understand)
- 2009-12-04 20:54:18下载
- 积分:1
-
LFDA
lfda,局部线性判别式分析,可解决多模型数据分布问题(lfda)
- 2009-06-09 09:50:55下载
- 积分:1
-
ImageSOMQuantization
This package implements vectoriel quantization according Self Organizing Map paradigm
It allows to :
1. generate a codebook training images set
2. reconstruct a test image according to the generated codebook
3. ute the Peak Signal to Noise Ratio (PSNR) between the test image
and the image obtained after quantization
4. estimate execution time of this process
- 2015-02-19 06:23:12下载
- 积分:1
-
seismic-exploration
地震勘探偏移小程序,使用C语言编译,可以实现(Small offset seismic exploration program in C language)
- 2013-12-04 11:22:47下载
- 积分:1
-
wucengfenjie
用小波包包信号五层分解,得出每个频带重构信号,分析信号(xiao bo bao fen jie)
- 2012-11-11 14:47:46下载
- 积分:1
-
DateConvert
DateConvert:简单而快速的日期转换
DateConvert转换DATESTR(0)格式的日期向量或序列号和日期向后。
Matlab的DATENUM,DATEVEC和DATESTR接受各种不同意见,但结果他们是缓慢的。如果输入格式正是众所周知,转换可以更快:
DATENUM( 17 - 10 - 2009 11时08分23秒 ):2.97秒
DateConvert( 17 - 10 - 2009 11时08分23秒 , 号码 ):0.039秒
=>“1.3%(1000环,1.5GHz的奔腾- M的,利用Matlab 7.7)
DateConvert不*不*验证作为Matlab的日期函数输入日期:
DATEVEC( 32 - 2 - 2008 25:62:63 )的答复[2008 3 4 2 2 7]
DateConvert( 32 - 2 - 2008 25:61:67 , 载体 )的答复[2008 2 32 25 61 67]!
因此DateConvert几乎微不足道,但对速度进行了优化。我需要时间排序200 000邮票,并从217个减少到11秒的时间。
请运行单元测试TestDateVec检查的有效性和速度。
测试:利用Matlab 6.5,7.7,7.8,winxp的,32位。
纯Matlab代码,所以兼容性的MacOS,Linux操作系统,64位预期。
英语月份名称是必要的。(DateConvert: Simple but fast date conversion
DateConvert converts the DATESTR(0) format to a date vector or serial date number and backwards.
Matlab s DATENUM, DATEVEC and DATESTR accept a variety of inputs, but in consequence they are slow. If the input format is exactly known, the conversion can be much faster:
DATENUM( 17-Oct-2009 11:08:23 ): 2.97 sec
DateConvert( 17-Oct-2009 11:08:23 , number ): 0.039 sec
=> 1.3 (1000 loops, 1.5GHz Pentium-M, Matlab 7.7)
DateConvert does*not* validate the input date as Matlab s date functions:
DATEVEC( 32-Feb-2008 25:62:63 ) replies [2008 3 4 2 2 7],
DateConvert( 32-Feb-2008 25:61:67 , vector ) replies [2008 2 32 25 61 67] !
So DateConvert is nearly trivial, but optimized for speed. I needed it for sorting 200 000 time stamps and reduced the time from 217 to 11 sec.
Please run the unit-test TestDateVec to check validity and speed.
Tested: Matlab 6.5, 7.7, 7.8, WinXP, 32bit.
Pure Matlab code, so compat)
- 2010-07-05 11:59:46下载
- 积分:1
-
MUL
MUL CODE FOR MATLAB,,,easy to implement
- 2015-03-15 21:31:09下载
- 积分:1
-
Audio_Filter
Audio filter for Matlab
How is it working?
1) Take the current samples and some previous samples (which previously had been stored) for multiplied by a factor defined.
2) Take the output values in past moments and multiply by other factors.
3) Finally, all the results of all these multiplications are added, giving an outlet to the current moment.
- 2015-04-12 20:31:07下载
- 积分:1
-
2
说明: MATLAB图像处理源程序汇总2:程序代码说明
P0201:MATLAB赋值
P0202:MATLAB中的for循环
P0203:MATLAB中的for循环和if条件
P0205:MATLAB图像处理的基本操作
P0206:MATLAB高级图像处理操作
P0207:根据RGB图像创建一幅灰度图像
P0208:二值图像的取反操作
P0209:用imshow函数显示图像
P0210:在同一个窗口内显示两幅图像(MATLAB image processing source Rollup 2: Description p0201 code: MATLAB assignment P0202: for loop P0203 in MATLAB: MATLAB in the for loop and if conditions P0205: MATLAB image processing operations P0206: MATLAB Advanced image processing operations P0207: RGB images to create a grayscale image P0208: binary image inverted operation P0209: imshow function to display the image P0210: two images displayed in the same window)
- 2013-05-20 23:51:20下载
- 积分:1