Location:
Search - Toeplitz
Search list
Description: 托伯里兹方程组解法,vc实现,子过程toeplz实现解法的代码。-Tuobailici linear equations, vc achieve, achieve sub-process toeplz solution code.
Platform: |
Size: 1024 |
Author: wuyan |
Hits:
Description: 含有前向空间平滑、经典MUSIC算法、TOEPLITZ算法进行DOA估计的MATLAB源代码。-Contained prior to spatial smoothing, classical MUSIC algorithm, TOEPLITZ algorithm DOA estimation MATLAB source code.
Platform: |
Size: 3072 |
Author: 王充 |
Hits:
Description: 列文松法解对称TOEPLITZ矩阵组成的线性方程组,迭代次数少,计算复杂读很底,且计算精度相当高,是一种非常好的方法!-Levin pine Act TOEPLITZ symmetric matrix solution composed of linear equations, fewer iterations, the computational complexity is at the end of time, and the calculation accuracy is very high, is a very good way!
Platform: |
Size: 1024 |
Author: chenzuo |
Hits:
Description: ofdm信道特性
Channel transmission simulator
Channel transmission simulator
%
% inputs:
% sig2 - noise variance
% Mt - number of Tx antennas
% Mr - number of Rx antennas
% x - vector of complex input symbols (for MIMO, this is a matrix, where each column
% is the value of the antenna outputs at a single time instance)
% H - frequency selective channel - represented in block-Toeplitz form for MIMO transmission
% N - number of symbols transmitted in OFDM frame
%
% outputs:
% y - vector of channel outputs (matrix for MIMO again, just like x matrix)
% create noise vector sequence (each row is a different antenna, each column is a
% different time index) note: noise is spatially and temporally white-channel characteristics of OFDM Channel transmission simulatorChannel transmission simulator inputs: sig2- noise variance Mt- number of Tx antennas Mr- number of Rx antennas x- vector of complex input symbols (for MIMO, this is a matrix, where each column is the value of the antenna outputs at a single time instance) H- frequency selective channel- represented in block-Toeplitz form for MIMO transmission N- number of symbols transmitted in OFDM frame outputs: y- vector of channel outputs (matrix for MIMO again, just like x matrix) create noise vector sequence (each row is a different antenna, each column is a different time index) note: noise is spatially and temporally white
Platform: |
Size: 1024 |
Author: sunxu |
Hits:
Description: toeplitz方程,预测反褶积必备,主要是方程的解法-toeplitz equations, predictive deconvolution essential, mainly equations
Platform: |
Size: 99328 |
Author: panjun |
Hits:
Description: Toeplitz算法源码 Toeplitz算法源码 Toeplitz算法源码 Toeplitz算法源码 -Toeplitz algorithm source code
Platform: |
Size: 1024 |
Author: 贾赫 |
Hits:
Description: 阵列信号处理中,处理相干信号源的一种经典方法,Toeplitz算法的源程序-, a classic method ,Toeplitz algorithm,to deal with coherent signal sources in array signal processing
Platform: |
Size: 1024 |
Author: 绵绵 |
Hits:
Description: C语言利用Levinson递推演算法求解n阶Toeplitz型的联立方程式
-C language using recursive Levinson algorithm for solving n-type even-order Toeplitz equations
Platform: |
Size: 1024 |
Author: hawksilent |
Hits:
Description: 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、实矩阵LU分解、用豪斯荷尔德(Householder)变换对一般m*n阶的实矩阵进行QR分解、对称正定阵的乔里斯基(Cholesky)分解及求其行列式值、一般实矩阵的奇异值分解、广义逆的奇异值分解。-look it yourself.
Platform: |
Size: 1077248 |
Author: 雾水葛 |
Hits:
Description: 用特兰持(TRENCH)方法求托伯利兹(TOEPLITZ)矩阵的逆矩阵-Held by Courtland (TRENCH) Method托伯利兹(TOEPLITZ) matrix of the inverse matrix
Platform: |
Size: 1024 |
Author: chen |
Hits:
Description: toeplitz hash算法实现,支持微软Receive-Side Scaling机制-toeplitz hash algorithm to support Microsoft' s Receive-Side Scaling mechanism
Platform: |
Size: 1024 |
Author: ZhuChao |
Hits:
Description: TOEPLITZ BLOCK MATRICES IN COMPRESSED
SENSING
Platform: |
Size: 191488 |
Author: yjsdqq |
Hits:
Description: toeplitz方程的求解算法,反卷积中所使用。x*h=y, 已经h,y,求x。-Equation toeplitz algorithm used in the deconvolution. x* h = y, has h, y, need to solve x
Platform: |
Size: 1024 |
Author: abigail |
Hits:
Description: Toeplitz matrix and levinson algorithm
Platform: |
Size: 416768 |
Author: danification |
Hits:
Description: Toeplitz矩阵的有关性质,用Matlab实现,有很强的参考价值。-Toeplitz matrices related to the nature, use Matlab to achieve, there is a strong reference value.
Platform: |
Size: 26624 |
Author: iyoung |
Hits:
Description: Toeplizt matrix, Singluar Value Decomposition, Matrix Analysis, Compuation Algorithms
Platform: |
Size: 362496 |
Author: Harry |
Hits:
Description: Toeplitz and Circulant Matrices_A review
Math book
Platform: |
Size: 244736 |
Author: avid |
Hits:
Description: Toeplitz算子在相似意义下的强不可约性.-Toeplitz operators in a similar sense of strong irreducibility
Platform: |
Size: 332800 |
Author: |
Hits:
Description: 在多径信号下的采用toeplitz来进行矩阵重构,对信号到达角进行估计-Using Toeplitz matrix reconstruction, DOA estimation under multipath signals
Platform: |
Size: 1024 |
Author: 张武平 |
Hits:
Description: 基于解相干的MUSIC源程序 矩阵分解算法 Toeplitz算法 矢量奇异值法 双向空间平滑MUSIC源程序-Based on decorrelation MUSIC algorithm source Toeplitz matrix factorization algorithms singular value vector bi source spatial smoothing MUSIC
Platform: |
Size: 13312 |
Author: 夏小小 |
Hits: