期刊文献+
共找到12篇文章
< 1 >
每页显示 20 50 100
DOA ESTIMATION USING A SPARSE LINEAR MODEL BASED ON EIGENVECTORS 被引量:2
1
作者 Wang Libin Cui Chen Li Pengfei 《Journal of Electronics(China)》 2011年第4期496-502,共7页
To reduce high computational cost of existing Direction-Of-Arrival(DOA) estimation techniques within a sparse representation framework,a novel method with low computational com-plexity is proposed.Firstly,a sparse lin... To reduce high computational cost of existing Direction-Of-Arrival(DOA) estimation techniques within a sparse representation framework,a novel method with low computational com-plexity is proposed.Firstly,a sparse linear model constructed from the eigenvectors of covariance matrix of array received signals is built.Then based on the FOCal Underdetermined System Solver(FOCUSS) algorithm,a sparse solution finding algorithm to solve the model is developed.Compared with other state-of-the-art methods using a sparse representation,our approach also can resolve closely and highly correlated sources without a priori knowledge of the number of sources.However,our method has lower computational complexity and performs better in low Signal-to-Noise Ratio(SNR).Lastly,the performance of the proposed method is illustrated by computer simulations. 展开更多
关键词 Direction-Of-Arrival(DOA) estimation sparse linear model Eigen-value decomposition sparse solution finding
在线阅读 下载PDF
DOWNWARD LOOKING SPARSE LINEAR ARRAY 3D SAR IMAGING ALGORITHM BASED ON BACK-PROJECTION AND CONVEX OPTIMIZATION 被引量:1
2
作者 Bao Qian Peng Xueming +2 位作者 Wang Yanping Tan Weixian Hong Wen 《Journal of Electronics(China)》 2014年第4期298-309,共12页
Downward Looking Sparse Linear Array Three Dimensional SAR(DLSLA 3D SAR) is an important form of 3D SAR imaging, which has a widespread application field. Since its practical equivalent phase centers are usually distr... Downward Looking Sparse Linear Array Three Dimensional SAR(DLSLA 3D SAR) is an important form of 3D SAR imaging, which has a widespread application field. Since its practical equivalent phase centers are usually distributed sparsely and nonuniformly, traditional 3D SAR algorithms suffer from low resolution and high sidelobes in cross-track dimension. To deal with this problem, this paper introduces a method based on back-projection and convex optimization to achieve 3D high accuracy imaging reconstruction. Compared with traditional SAR algorithms, the proposed method sufficiently utilizes the sparsity of the 3D SAR imaging scene and can achieve lower sidelobes and higher resolution in cross-track dimension. In the simulated experiments, the reconstructed results of both simple and complex imaging scene verify that the proposed method outperforms 3D back-projection algorithm and shows satisfying cross-track dimensional resolution and good robustness to noise. 展开更多
关键词 Three Dimensional SAR (3D SAR) Downward looking sparse linear array Convex optimizationCLC number:TN957
在线阅读 下载PDF
The Pre-processing Parallel Algorithm of A Sparse Linear Equation Group
3
作者 Cao Ying 《International English Education Research》 2015年第1期96-98,共3页
The solution of linear equation group can be applied to the oil exploration, the structure vibration analysis, the computational fluid dynamics, and other fields. When we make the in-depth analysis of some large or ve... The solution of linear equation group can be applied to the oil exploration, the structure vibration analysis, the computational fluid dynamics, and other fields. When we make the in-depth analysis of some large or very large complicated structures, we must use the parallel algorithm with the aid of high-performance computers to solve complex problems. This paper introduces the implementation process having the parallel with sparse linear equations from the perspective of sparse linear equation group. 展开更多
关键词 sparse linear Equations PRE-PROCESSING Parallel Algorithm
在线阅读 下载PDF
Efficient Construction of B-Spline Curves with Minimal Internal Energy 被引量:8
4
作者 Gang Xu Yufan Zhu +3 位作者 Lishan Deng Guozhao Wang Bojian Li Kin-chuen Hui 《Computers, Materials & Continua》 SCIE EI 2019年第3期879-892,共14页
In this paper,we propose an efficient method to construct energy-minimizing B-spline curves by using discrete mask method.The linear relations between control points are firstly derived for different energy-minimizati... In this paper,we propose an efficient method to construct energy-minimizing B-spline curves by using discrete mask method.The linear relations between control points are firstly derived for different energy-minimization problems,then the construction of B-spline curve with minimal internal energy can be addressed by solving a sparse linear system.The existence and uniqueness of the solution for the linear system are also proved.Experimental results show the efficiency of the proposed approach,and its application in 1 G blending curve construction is also presented. 展开更多
关键词 Minimal energy B-spline curves geometric construction discrete mask method sparse linear system.
在线阅读 下载PDF
Schur Complement Computations in Intel^(■) Math Kernel Library PARDISO 被引量:2
5
作者 Alexander Kalinkin Anton Anders Roman Anders 《Applied Mathematics》 2015年第2期304-311,共8页
This paper describes a method of calculating the Schur complement of a sparse positive definite matrix A. The main idea of this approach is to represent matrix A in the form of an elimination tree using a reordering a... This paper describes a method of calculating the Schur complement of a sparse positive definite matrix A. The main idea of this approach is to represent matrix A in the form of an elimination tree using a reordering algorithm like METIS and putting columns/rows for which the Schur complement is needed into the top node of the elimination tree. Any problem with a degenerate part of the initial matrix can be resolved with the help of iterative refinement. The proposed approach is close to the “multifrontal” one which was implemented by Ian Duff and others in 1980s. Schur complement computations described in this paper are available in Intel&reg;Math Kernel Library (Intel&reg;MKL). In this paper we present the algorithm for Schur complement computations, experiments that demonstrate a negligible increase in the number of elements in the factored matrix, and comparison with existing alternatives. 展开更多
关键词 Multifrontal Method Direct Method sparse linear system Schur Complement HPC Intel^(■) MKL
在线阅读 下载PDF
Intel^(■) Math Kernel Library PARDISO* forIntel^(■) Xeon Phi^(TM) Manycore Coprocessor
6
作者 Alexander Kalinkin Anton Anders Roman Anders 《Applied Mathematics》 2015年第8期1276-1281,共6页
The paper describes an efficient direct method to solve an equation Ax = b, where A is a sparse matrix, on the Intel&reg;Xeon PhiTM coprocessor. The main challenge for such a system is how to engage all available ... The paper describes an efficient direct method to solve an equation Ax = b, where A is a sparse matrix, on the Intel&reg;Xeon PhiTM coprocessor. The main challenge for such a system is how to engage all available threads (about 240) and how to reduce OpenMP* synchronization overhead, which is very expensive for hundreds of threads. The method consists of decomposing A into a product of lower-triangular, diagonal, and upper triangular matrices followed by solves of the resulting three subsystems. The main idea is based on the hybrid parallel algorithm used in the Intel&reg;Math Kernel Library Parallel Direct Sparse Solver for Clusters [1]. Our implementation exploits a static scheduling algorithm during the factorization step to reduce OpenMP synchronization overhead. To effectively engage all available threads, a three-level approach of parallelization is used. Furthermore, we demonstrate that our implementation can perform up to 100 times better on factorization step and up to 65 times better in terms of overall performance on the 240 threads of the Intel&reg;Xeon PhiTM coprocessor. 展开更多
关键词 Multifrontal Method Direct Method sparse linear system HPC OpenMP* Intel^(■) MKL Intel^(■) Xeon Phi^(TM) Coprocessor
在线阅读 下载PDF
αSetup-PCTL:An Adaptive Setup-Based Two-Level Preconditioner for Sequence of Linear Systems of Three-Temperature Energy Equations 被引量:3
7
作者 Silu Huang Xiaoqiang Yue Xiaowen Xu 《Communications in Computational Physics》 SCIE 2022年第10期1287-1309,共23页
The iterative solution of the sequence of linear systems arising from threetemperature(3-T)energy equations is an essential component in the numerical simulation of radiative hydrodynamic(RHD)problem.However,due to th... The iterative solution of the sequence of linear systems arising from threetemperature(3-T)energy equations is an essential component in the numerical simulation of radiative hydrodynamic(RHD)problem.However,due to the complicated application features of the RHD problems,solving 3-T linear systems with classical preconditioned iterative techniques is challenging.To address this difficulty,a physicalvariable based coarsening two-level(PCTL)preconditioner has been proposed by dividing the fully coupled system into four individual easier-to-solve subsystems.Despite its nearly optimal complexity and robustness,the PCTL algorithm suffers from poor efficiency because of the overhead associatedwith the construction of setup phase and the solution of subsystems.Furthermore,the PCTL algorithm employs a fixed strategy for solving the sequence of 3-T linear systems,which completely ignores the dynamically and slowly changing features of these linear systems.To address these problems and to efficiently solve the sequence of 3-T linear systems,we propose an adaptive two-level preconditioner based on the PCTL algorithm,referred to as αSetup-PCTL.The adaptive strategies of the αSetup-PCTL algorithm are inspired by those of αSetup-AMG algorithm,which is an adaptive-setup-based AMG solver for sequence of sparse linear systems.The proposed αSetup-PCTL algorithm could adaptively employ the appropriate strategies for each linear system,and thus increase the overall efficiency.Numerical results demonstrate that,for 36 linear systems,the αSetup-PCTL algorithm achieves an average speedup of 2.2,and a maximum speedup of 4.2 when compared to the PCTL algorithm. 展开更多
关键词 Sequence of linear systems sparse linear solver preconditioning methods radiation hydrodynamics simulation
原文传递
An improved algorithm for noise-robust sparse linear prediction of speech 被引量:1
8
作者 ZHOU Bin ZOU Xia ZHANG Xiongwei 《Chinese Journal of Acoustics》 CSCD 2015年第1期84-95,共12页
The performance of linear prediction analysis of speech deteriorates rapidly under noisy environments. To tackle this issue, an improved noise-robust sparse linear prediction algorithm is proposed. First, the linear p... The performance of linear prediction analysis of speech deteriorates rapidly under noisy environments. To tackle this issue, an improved noise-robust sparse linear prediction algorithm is proposed. First, the linear prediction residual of speech is modeled as Student-t distribution, and the additive noise is incorporated explicitly to increase the robustness, thus a probabilistic model for sparse linear prediction of speech is built, Furthermore, variational Bayesian inference is utilized to approximate the intractable posterior distributions of the model parameters, and then the optimal linear prediction parameters are estimated robustly. The experimental results demonstrate the advantage of the developed algorithm in terms of several different metrics compared with the traditional algorithm and the l1 norm minimization based sparse linear prediction algorithm proposed in recent years. Finally it draws to a conclusion that the proposed algorithm is more robust to noise and is able to increase the speech quality in applications. 展开更多
关键词 An improved algorithm for noise-robust sparse linear prediction of speech PESQ LP
原文传递
DISTURBED SPARSE LINEAR EQUATIONS OVER THE 0-1 FINITE FIELD
9
作者 Ya-xiang Yuan Zhen-zhen Zheng 《Journal of Computational Mathematics》 SCIE EI CSCD 2006年第3期357-364,共8页
In this paper, disturbed sparse linear equations over the 0-1 finite field are considered. Due to the special structure of the problem, the standard alternating coordinate method can be implemented in such a way to yi... In this paper, disturbed sparse linear equations over the 0-1 finite field are considered. Due to the special structure of the problem, the standard alternating coordinate method can be implemented in such a way to yield a fast and efficient algorithm. Our alternating coordinate algorithm makes use of the sparsity of the coefficient matrix and the current residuals of the equations. Some hybrid techniques such as random restarts and genetic crossovers are also applied to improve our algorithm. 展开更多
关键词 sparse linear equation 0-1 finite field Alternating direction method Random restart Genetic hybrids.
原文传递
Robust Error Density Estimation in Ultrahigh Dimensional Sparse Linear Model
10
作者 Feng ZOU Heng Jian CUI 《Acta Mathematica Sinica,English Series》 SCIE CSCD 2022年第6期963-984,共22页
This paper focuses on error density estimation in ultrahigh dimensional sparse linear model,where the error term may have a heavy-tailed distribution.First,an improved two-stage refitted crossvalidation method combine... This paper focuses on error density estimation in ultrahigh dimensional sparse linear model,where the error term may have a heavy-tailed distribution.First,an improved two-stage refitted crossvalidation method combined with some robust variable screening procedures such as RRCS and variable selection methods such as LAD-SCAD is used to obtain the submodel,and then the residual-based kernel density method is applied to estimate the error density through LAD regression.Under given conditions,the large sample properties of the estimator are also established.Especially,we explicitly give the relationship between the sparsity and the convergence rate of the kernel density estimator.The simulation results show that the proposed error density estimator has a good performance.A real data example is presented to illustrate our methods. 展开更多
关键词 Ultrahigh dimensional sparse linear model robust density estimation refitted crossvalidation method asymptotic properties
原文传递
A Frisch-Newton Algorithm for Sparse Quantile Regression 被引量:7
11
作者 Roger Koenker Pin Ng 《Acta Mathematicae Applicatae Sinica》 SCIE CSCD 2005年第2期225-236,共12页
Recent experience has shown that interior-point methods using a log barrierapproach are far superior to classical simplex methods for computing solutions to large parametricquantile regression problems. In many large ... Recent experience has shown that interior-point methods using a log barrierapproach are far superior to classical simplex methods for computing solutions to large parametricquantile regression problems. In many large empirical applications, the design matrix has a verysparse structure. A typical example is the classical fixed-effect model for panel data where theparametric dimension of the model can be quite large, but the number of non-zero elements is quitesmall. Adopting recent developments in sparse linear algebra we introduce a modified version of theFrisch-Newton algorithm for quantile regression described in Portnoy and Koenker[28]. The newalgorithm substantially reduces the storage (memory) requirements and increases computational speed.The modified algorithm also facilitates the development of nonparametric quantile regressionmethods. The pseudo design matrices employed in nonparametric quantile regression smoothing areinherently sparse in both the fidelity and roughness penalty components. Exploiting the sparsestructure of these problems opens up a whole range of new possibilities for multivariate smoothingon large data sets via ANOVA-type decomposition and partial linear models. 展开更多
关键词 Quantile regression interior-point algorithm sparse linear algebra
原文传递
High Performance Algorithms Based on a New Wavelet Expansion for Time Dependent Acoustic Obstacle Scattering
12
作者 Lorella Fatone Giuseppe Rao +1 位作者 Maria Cristina Recchioni Francesco Zirilli 《Communications in Computational Physics》 SCIE 2007年第6期1139-1173,共35页
This paper presents a highly parallelizable numerical method to solve time dependent acoustic obstacle scattering problems.The method proposed is a generalization of the“operator expansion method”developed by Recchi... This paper presents a highly parallelizable numerical method to solve time dependent acoustic obstacle scattering problems.The method proposed is a generalization of the“operator expansion method”developed by Recchioni and Zirilli[SIAM J.Sci.Comput.,25(2003),1158-1186].The numerical method proposed reduces,via a perturbative approach,the solution of the scattering problem to the solution of a sequence of systems of first kind integral equations.The numerical solution of these systems of integral equations is challenging when scattering problems involving realistic obstacles and small wavelengths are solved.A computational method has been developed to solve these challenging problems with affordable computing resources.To this aim a new way of using the wavelet transform and new bases of wavelets are introduced,and a version of the operator expansion method is developed that constructs directly element by element in a fully parallelizable way.Several numerical experiments involving realistic obstacles and“small”wavelengths are proposed and high dimensional vector spaces are used in the numerical experiments.To evaluate the performance of the proposed algorithm on parallel computing facilities,appropriate speed up factors are introduced and evaluated. 展开更多
关键词 Time dependent acoustic scattering Helmholtz equation integral equation methods wavelet bases sparse linear systems.
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部