-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1
-
Dlay-control-with-Dalin-Algorithm
根据纯滞后系统的大林控制算法原理,使用MATLAB编写相应的控制算法(According to Dalin pure delay system control algorithm principle, the use of appropriate control algorithms written in MATLAB)
- 2014-08-11 22:36:54下载
- 积分: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
-
Arithmetic
matlab
编程书籍
希望对大家有力(matlab programming books for all of us hope that a strong)
- 2008-12-22 21:26:21下载
- 积分:1
-
threestationTDOA
超宽带定位系统中重要的参数,GDOP因子,本方法采用三站TDOA定位方法(UWB location system important parameter, GDOP factor, this method TDOA location method using three points)
- 2010-10-23 21:23:51下载
- 积分:1
-
matlabclassicalalgorithm
说明: matlab 经典算法的程序,包含插值,规划,数据分析等(classical algorithm matlab procedures, including interpolation, planning, data analysis, etc.)
- 2009-08-11 20:32:16下载
- 积分:1
-
TestFHBFSK1
FHB FSK 跳频通信系统的matlab仿真,代码很全面,直接运行即可。对于研究GSM通信系统的有很大用处。matlab仿真。
(Matlab FHB FSK frequency-hopping communication system simulation, code is very comprehensive and can be run directly. GSM communication system for the study are very useful. matlab simulation.)
- 2015-03-28 15:15:23下载
- 积分:1
-
main_STBC_MIMO_OFDM
这是一个基于空时分组编码的MIMO_OFDM通信系统的仿真设计。
此系统包括QPSK调制解调,IFFT调制,空时编解码,基于训练符号的信道估计等通信模块。
( This is a space-time block coding based on the MIMO_OFDM Communication System Simulation and Design. This system consists of QPSK modulation and demodulation, IFFT modulation, space-time coding and decoding, based on training symbols such as communication channel estimation module.)
- 2010-08-29 09:19:47下载
- 积分:1
-
dsp3
维纳噪声抑制,设计p阶的最优FIR维纳滤波器,估计平均平方误差, 试针对p=12的情况,分别取几个不同的权值(如0.1, 0.5, 1.0),研究这时的噪声抑制性能。(Wiener noise suppression, the optimal design of p-order FIR Wiener filter, estimated mean square error, try the case for p = 12, respectively, the right to take several different values (such as 0.1, 0.5, 1.0), study time noise suppression performance.)
- 2010-10-10 11:19:37下载
- 积分:1
-
BenvliMAXandMIN
这两个代码是用贝努利法求方程的最大实根和最小实根,方程只要是标准形式输入参数就可以调用此MATLAB函数(These two functions which are writtern by Matlab can solve out the max and min root through the Benvli method.)
- 2009-12-16 17:39:52下载
- 积分:1