-
fir
This code is to generate FIR filter
- 2010-02-09 07:57:42下载
- 积分: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
-
eqbereval
对线性均衡、判决反馈均衡和最大似然序列估计均衡等三种方法的实现和误码率的分析。(Of linear balanced, decision feedback equalizer and maximum likelihood sequence estimation of three methods such as balanced realization and BER analysis.)
- 2007-08-03 15:09:33下载
- 积分:1
-
matlabConnectivity
Image processing program..8-connectivity matlab code...as per the text book by Gonzaloues....
- 2010-09-26 18:52:55下载
- 积分:1
-
Buck-Converter
Design of Buck Converter
- 2014-10-04 22:58:46下载
- 积分:1
-
LDPCcoder
完整的ldpc编码程序,实现数字载体的ldpc编码译码以及信道传输仿真,利用生成矩阵和校验矩阵实现,含有自动生成随机错误以检测纠错能力功能(Ldpc complete coding procedures, digital carrier ldpc codec and channel transmission simulation using the generator matrix and parity check matrix realization, containing automatic generation of random error correction ability to detect functional)
- 2015-04-02 20:28:11下载
- 积分:1
-
3
对一个矩阵进行Cholesky分解的matlab程序(the cholesky decomposition of one matrix)
- 2014-01-06 19:51:12下载
- 积分:1
-
pbt
这是用于处理信号的matlab语言程序。文件中包含2个程序,均可实现信号的全息谱图。(This is used to process signals in matlab language program. File contains two programs, may realize the holographic signal spectrum.)
- 2010-01-19 22:34:15下载
- 积分:1
-
MATLAB-in-magnetic-field-analysis
利用MATLAB分析圆环电流在其平面内的磁场分布(Using MATLAB analysis of the magnetic field distribution of the ring current in its plane)
- 2012-06-29 10:22:36下载
- 积分:1
-
houxuanren
对候选人得票进行统计,设有3个候选人,最终只能有1人当选为领导。(Statistics on the number of votes a candidate with three candidates, we can only have one person elected as leader.)
- 2015-04-22 11:49:28下载
- 积分:1