-
speckle
使用matlab模拟生成散斑图,是光学散斑研究的重要图。(Speckle pattern generated using matlab simulation is an important figure of the optical speckle study.)
- 2014-10-09 20:17:46下载
- 积分:1
-
OSTU
matlab练习程序(最大类间方差二值化图像)这里用的方法是《特征提取与图像处理》3.3.4里的。(
matlab exercise program (Otsu binary image))
- 2014-11-21 11:05:36下载
- 积分:1
-
数据预处理
说明: 简单的BP神经网络分类,包括数据,预处理的程序如果需要可以联系我(Simple BP neural network classification)
- 2020-01-02 16:14:36下载
- 积分:1
-
Burg2
说明: 线性预测是语音信号分析中用得比较多的一种方法#&’()算法在线性预测中占有重要地位#格型滤波
器在语音信号分析中起了重要作用$本文采用&’()算法的逆运算对语音信号进行合成#得到了较好的合成效果$
(Linear prediction analysis of speech signal is used more than one way#& ' () linear prediction algorithm plays an important role in cell-type filter# signal analysis in speech played an important role in this paper, $ & ' () Algorithm of inverse operation of the synthesized speech signal synthesis# get a better result $)
- 2010-05-03 17:28:22下载
- 积分:1
-
multipath4
多径理解4,理解多径对信号的影响 ,(four multi-path understanding, understanding of the multi-path signals and understanding of the multi-path signals,)
- 2007-03-30 19:01:12下载
- 积分:1
-
illumination-invariant-face-recognition
The INFace (Illumination Normalization techniques for robust Face recognition) toolbox v2.0 is a collection of Matlab functions and scripts intended to help researchers working in the field of face recognition.
- 2011-11-14 23:43:54下载
- 积分:1
-
精通MATLAB综合辅导与指南例程,讲解详细,例子丰富
精通MATLAB综合辅导与指南例程,讲解详细,例子丰富-Comprehensive counseling and guidance proficient in MATLAB routines, explain in detail, example-rich
- 2022-03-14 09:22:31下载
- 积分:1
-
Unit1
have players give the function of song category, there is fast forward, pause, stop
- 2013-07-30 19:40:13下载
- 积分:1
-
time_delay_beamforming
这是一个延时求和波束形成算法的实现,可以运行!(This is a summation delay beamforming algorithm, you can run!)
- 2021-01-20 20:58: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