-
dsp_matlab
《数字信号处理-理论、算法与实现》一书中所涉及到的绝大部分算法。
Dsp_matlab 用MATLAB编写的信号处理程序,包含本书各个章节的大部分例题。
( Digital Signal Processing- Theory, Algorithm and Implementation of one book relates to the vast majority of algorithms. Dsp_matlab prepared using MATLAB signal processing procedures, the various chapters of this book contains most of sample questions.)
- 2008-12-31 23:51:27下载
- 积分:1
-
matlab
一本讲解matlab的书籍,英文版,可以当做工作手册来用(learn matlab)
- 2009-05-22 15:27:07下载
- 积分:1
-
Montecarlo
说明: montecarlo算法 matlab编程(montecarlo algorithm matlab programming)
- 2009-08-13 18:21:40下载
- 积分:1
-
MUSIC
MUSIC 侧向仿真 MATLAB 仿真 (MATLAB simulation of the lateral simulation MUSIC)
- 2009-07-10 10:37:49下载
- 积分:1
-
mdlopen
It cab be open old format of mdl file on new version of matlab
invalid model name or file does not exist.
due to the presence of characters that are not supported in the
current character encoding setting windows-949
clc clear close all
bdclose all set_param(0, CharacterEncoding , ISO-8859-1 )
- 2014-10-04 18:41:09下载
- 积分:1
-
SIFTtutorial
对图像提取相应的特征点,并对特征点进行精简与描述,找到128维的描述子,并与另一幅图像的描述子进行比较,得到图像的匹配(Extract the corresponding feature point of the image, and the feature point streamline with the description, to find 128-dimensional descriptor, and compares with a description of the image sub-image matching)
- 2013-03-15 08:33:51下载
- 积分:1
-
dct_ii
DCT 2D function for signal
- 2013-04-30 15:05:35下载
- 积分:1
-
HW2
對影像做物件標籤,並且分別提出不連續的影像作編號。(Do object to the image tag, and the images were made discrete for number.)
- 2010-12-23 13:00:19下载
- 积分:1
-
FUZZYPID3
模糊控制工具箱编写的模糊PID,主要用于参数整定(Fuzzy Fuzzy PID control toolkit written)
- 2011-10-16 14:53:08下载
- 积分:1
-
ABC
Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE) algorithms, and uses only common control parameters such as colony size and maximum cycle number. ABC as an optimization tool, provides a population-based search procedure in which individuals called foods positions are modified by the artificial bees with time and the bee’s aim is to discover the places of food sources with high nectar amount and finally the one with the highest nectar.
- 2012-08-18 20:04:54下载
- 积分:1