-
matlab
this is rls RLS, adaptivefilter
- 2010-11-15 12:09:07下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
VRP_GA
说明: 用GA遗传算法求解VRP车辆配送问题,以及VRP的特殊情况TSP旅行商问题(GA Genetic Algorithm for VRP with the distribution of vehicles, as well as the special circumstances of VRP Traveling Salesman Problem TSP)
- 2009-09-01 23:54:20下载
- 积分:1
-
pingfangzhishupinghua
采用平方指数平滑法对数据进行预测,可用于负荷预测等领域。(Using the square exponential smoothing method to forecast, it can be used for load forecasting. )
- 2013-05-03 13:06:40下载
- 积分:1
-
edgefold
edge fold function in communication
- 2013-05-07 01:59:40下载
- 积分:1
-
NeuralNetBackP
training a perceptron (ANN)
- 2012-01-25 23:54:30下载
- 积分:1
-
TFBSSpack
说明: 一种基于短时傅里叶时频分析的盲源分离算法,算法基于卷积混合。处理非平稳源信号。(Short Time Fourier based time-frequency analysis of blind source separation algorithm, hybrid algorithm is based on convolution. Handling non-stationary source signals.)
- 2011-02-23 09:36:48下载
- 积分:1
-
满晓宇《战胜MATLAB必做练习50题》
说明: 本书以单元练习的形式,从MATLAB最基本的问题入手,循序渐进,逐渐过渡到较为复杂的数学问题、信号分析问题、力学问题和电学问题的求解,将MATLAB的学习贯穿在解决不同领域实际问题的过程当中。每一个练习都结合问题,介绍与之相关的MATLAB使用知识。全书50个练习基本上涵盖了MATLAB的主要功能。本书不仅是一本初学者可以用来入门的教程,而且对于专业设计人员来说,也是一本内容翔实、可供借鉴的参考(In the form of unit practice, this book starts with the most basic problems of MATLAB, gradually transits to the solution of more complex mathematical problems, signal analysis problems, mechanical problems and electrical problems, and runs the learning of MATLAB through the process of solving practical problems in different fields. Each exercise is combined with the problem, and introduces the knowledge of MATLAB. The 50 exercises in the book basically cover the main functions of MATLAB. This book is not only a tutorial for beginners, but also a reference for professional designers)
- 2020-04-11 21:02:08下载
- 积分:1
-
改进的信号匹配追踪稀疏分解代码
说明: 改进的信号匹配追踪稀疏分解代码,基于gabor时频原子,对语音信号重构效果好(The improved signal matching pursuit sparse decomposition code is based on Gabor time-frequency atom, and has good effect on speech signal reconstruction)
- 2020-11-04 09:44:12下载
- 积分:1
-
MATLAB
最速下降法,搜索算法,匈牙利算法。等等···(Steepest descent method, the search algorithm, the Hungarian algorithm. Etc.)
- 2010-08-24 09:47:23下载
- 积分:1