-
MATLAB-GT
一个实用的郭涛算法的Matlab程序代码,带有实例(Guo Tao, a practical algorithm of Matlab code, with examples)
- 2008-05-27 11:04:55下载
- 积分: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
-
iifil
说明: IIR 滤波器,matlab实现,载频21.4MHz,带宽200KHz(IIR bandpass filter with matlab language,frequence of 21.4MHz,band of 200KHz)
- 2011-03-12 08:36:27下载
- 积分:1
-
bin
matlab代码,语音信号处理总程序,调用其他子程序实现语音识别。(matlab code, speech signal processing of the total program, call other subroutines speech recognition.)
- 2013-04-18 20:30:25下载
- 积分:1
-
Dreamweaver_CS5
Dreamweaver_CS5官方教程,帮助您快速掌握相关知识,好用(Dreamweaver_CS5 official tutorial to help you quickly master the relevant knowledge, easy to use)
- 2013-12-26 10:02:18下载
- 积分:1
-
gentang_v34
包括调制,解调,信噪比计算,有详细的注释,这是一个好用的频偏估计算法的matlab仿真程序。( Includes the modulation, demodulation, signal to noise ratio calculation, There are detailed notes, This is a useful frequency estimation algorithm matlab simulation program.)
- 2016-07-25 17:08:17下载
- 积分:1
-
111opt
非常经典的最优化程序,里面黄金分割、拟牛顿、对偶单纯形,故向大家推荐(Very classical optimization procedures, which Golden Section, Quasi-Newton, dual simplex, so to recommend)
- 2008-12-24 20:18:59下载
- 积分:1
-
qqqq
遗传算法的程序讲解,里面有几个算法的例子,可以再matlab里直接运行,帮助初学者研究(On genetic algorithm procedure, there are several examples of algorithms, you can directly run the matlab help beginners study)
- 2009-05-24 14:13:58下载
- 积分:1
-
ggd
一种广义高斯分布的参数快速估计法,实现GGD函数拟合(The parameters of a generalized Gaussian distribution fast estimation method to achieve function fitting GGD)
- 2011-05-06 15:48:31下载
- 积分:1
-
FiniteDifferenceMethod-DifferencialEquations
Matlab code that implements the Finite Difference Method in the context of Differencial Equations
- 2015-03-11 21:07:54下载
- 积分:1