-
Dpinpu
基于MATLAB的确定性系统的分岔与混沌的设计程序(MATLAB-based deterministic system, bifurcation and chaos in the design process)
- 2009-12-30 21:45:20下载
- 积分:1
-
FastICA_25
说明: 介绍关于fastica的一组matlab代码,很实用(Describes a group of about fastica matlab code, very useful)
- 2011-04-17 00:08:19下载
- 积分: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
-
case1
说明: BP神经网络的数据分类-语音特征信号分类(BP Neural Network for Data Classification- Classification of speech feature signals)
- 2011-03-17 11:19:17下载
- 积分:1
-
鱼群优化BP神经网络
利用鱼群算法优化BP神经网络权值,该代码可以直接运行。(Fish swarm algorithm is used to optimize the weight of BP neural network, and the code can run directly.)
- 2020-11-24 09:59:34下载
- 积分:1
-
2DEKFvsUKF
扩展卡尔满滤波算饭与无味滤波算法的比较 结果是无味滤波略微胜出(EKFvsUKF)
- 2009-06-25 15:23:26下载
- 积分:1
-
matlab
matlab包括最基本的语音处理程序(如谱减法,谱幅度估计,语谱图等)以及语音库(Located in this Prentice Hall web site compartment are functions, scripts, workspaces, and data required by the MATLAB exercises in the text: Discrete-Time Speech Signal Processing: Principles and Practice. Note that the speech files given are often specific cases of a certain class of speech signal, i.e., the waveforms often can be replaced by other examples with similar characteristics that serve the instructive purpose of the exercise.)
- 2013-07-16 20:56:05下载
- 积分:1
-
Radar-Systems-Analysis-and-Design-Using-MatLab
Book "Radar System Analysis and Design Usin MATLAB" by Bassem R. Mahafza
- 2011-07-25 13:00:45下载
- 积分:1
-
ESN
在matlab环境下,实现了回声状态网络的训练、测试功能(The methods described for training ESNs are described in detail)
- 2020-11-09 22:39:47下载
- 积分:1
-
MATLAB_LMS1
自适应滤波器LMS算法的误差性能曲面和等高线,并在等高线上绘出最陡下降法和LMS迭代的轨迹曲线,配合数字信号处理2课程的学习(LMS adaptive filter algorithm for the error performance surface and contour lines and contour line drawn in the steepest descent method and the LMS iterative trajectory curve, with 2 digital signal processing courses)
- 2008-04-25 09:51:26下载
- 积分:1