-
matlab-sym-char-num
说明: matlab sym格式转换成char型和数值型的简易算法(sym convert to char or num simple algorithm )
- 2011-04-11 22:05:37下载
- 积分:1
-
english-MATLAB-TUTOTIAL
一本关于MATLAB编程的经典英文教程,教你如何写出最简洁的matlab代码(MATLAB programming a classic English tutorial, teach you how to write a simple matlab code)
- 2012-11-13 12:48:32下载
- 积分:1
-
Polynomial
polynomial functions
- 2016-08-16 18:09:06下载
- 积分:1
-
study
说明: matlab教程 提供详细的技术说明,并附上源代码(matlab tutorials provide detailed technical description, together with the source code)
- 2008-09-20 09:08:30下载
- 积分:1
-
SNR
资料中介绍了几种经典信噪比估计算法的编码并进行比较,包括误差矢量幅值法、最大似然估计、迭代法以及奇异值分解法。(Data introduces several classical coding SNR estimation algorithm and compared, including error vector magnitude, maximum likelihood estimation, iterative method and singular value decomposition.)
- 2021-04-10 10:18:59下载
- 积分:1
-
matlab1
华中科技课程《控制系统的计算机仿真与实现》的MATLAB仿真程序(第一部分)(Huazhong Science and Technology Program control system computer simulation and realization of the MATLAB simulation program (Part I))
- 2007-12-19 22:41:09下载
- 积分:1
-
MATLAB6.x
MATLAB是一套功能强大的工程计算及数据分析软件,广泛应用于工业、电子、医疗、建筑及航空业等领域。本书系统介绍了MATLAB 6的基础知识,包括程序设计环境、基本操作、绘图功能、 M文件及稀疏矩阵;详细阐述了MATLAB 6在数字信号处理中的应用,主要有离散信号、离散系统及其结构的MATLAB实现、MATLAB中的信号变换、基于MATLAB的 IIR DF与 FIR DF设计以及基于MATLAB的功率谱估计等。另外,本书同时提供了MATLAB 6中 24类基本命令函数的子目录及其含义,以及MATLAB中10种基本的工具箱函数,极大地方便了用户的阅读与参考。 本书可作为数字信号处理课程的参考书,对涉及数字信号处理的各个领域的大专院校师生与广大科研人员具有重要的参考价值。 (err)
- 2008-06-28 10:53:48下载
- 积分:1
-
cgsvd
CGSVD Compact generalized SVD of a matrix pair in regularization problems.
sm = cgsvd(A,L)
[U,sm,X,V] = cgsvd(A,L) , sm = [sigma,mu]
Computes the generalized SVD of the matrix pair (A,L):
[ A ] = [ U 0 ]*[ diag(sigma) 0 ]*inv(X)
[ L ] [ 0 V ] [ 0 eye(n-p) ]
[ diag(mu) 0 ]
where
U is m-by-n , sigma is p-by-1
V is p-by-p , mu is p-by-1
X is n-by-n .
It is assumed that m >= n >= p, which is true in regularization problems.
Reference: C. F. Van Loan, Computing the CS and the generalized
singular value decomposition , Numer. Math. 46 (1985), 479-491.
Per Christian Hansen, IMM, 12/19/97.
Initialization.
- 2021-03-25 20:29:14下载
- 积分:1
-
tau
互信息法求时间延迟,用于混沌方程的分析,采用matlab编写(mutual information for the time delay for the chaos equation analysis, prepared using Matlab)
- 2007-06-25 14:13:10下载
- 积分:1
-
chapter38
基于Kohonen网络的聚类算法——网络入侵聚类(Artificial Neural Networks)
- 2014-08-25 22:52:01下载
- 积分:1