-
Rayleigh_fading
学习信道衰落的必备的好程序,会给你带来非常大的惊喜!(Study the decline of an essential channel of good procedures, give you a very big surprise!)
- 2007-07-18 08:47:10下载
- 积分:1
-
embedded_Matlab_function1
描述一个潜入函数,说明了一个马尔科夫跳变系统在已知转移概率下的仿真 (Describe a dive into the function,illustrate a markov jump to change system known probability in transfer simulation
)
- 2012-04-22 17:36:43下载
- 积分:1
-
xiaobobao3
小波包程序3,能够对信号进行特征提取,有利于初学者。(This is a wavelet packet program 3,which is useful for the beginners.)
- 2014-04-24 20:43:08下载
- 积分:1
-
esprit_hz
本代码的方法是借助旋转不变技术估计信号参数(Estimation of Signal Parameters via Rotational Invariance Techniques),现已成为谐波恢复(即正弦波个数及频率估计)的一种主要特征分解法。(This code is to help the estimated ESPRIT signal parameters (Estimation of Signal Parameters via Rotational Invariance Techniques), has now become the harmonic retrieval (that is, the number and frequency sine wave estimated) of one of the main characteristics of decomposition.)
- 2008-06-25 21:09:47下载
- 积分:1
-
chap5_05_PID_PPC
PID控制极点配置的自适应控制的应用实例(PID control poles of adaptive control)
- 2012-07-01 15:22:41下载
- 积分:1
-
2psk
2PSK的调制与解调,源代码很详细,并有注释,程序功能也能完善,可以直接使用哦!(the modulation and demodulation of 2psk)
- 2012-04-22 20:44:47下载
- 积分:1
-
MatlabFinancialGuide
这本书描述的MATLAB ,金融衍生工具工具箱
收集和分析个别金融衍生工具的工具
组合工具。(This book describes the Financial Derivatives Toolbox for MATLAB , a
collection of tools for analyzing individual financial derivative instruments and
portfolios of instruments.)
- 2012-05-04 19:25:02下载
- 积分:1
-
chap7
说明: 程序代码说明
P0701:细胞边缘检测
P0702:癌细胞形态学分析
P0703:癌细胞颜色分析(Procedure Code Description P0701: Edge Detection P0702: cell morphology analysis P0703: Colors of cancer)
- 2010-04-11 22:15:51下载
- 积分:1
-
bv_cvxbook
Convex Optimization.----Stephen Boyd(Convex Optimization.---- Stephen Boyd)
- 2013-12-04 14:56:27下载
- 积分: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