This paper studies the problem of tracking a ballistic object in the reentry phase by processing radar measurements. A suitable (highly nonlinear) model of target motion is developed and the theoretical Cramer—Rao lower bounds (CRLB) of estimation error are derived. The estimation performance (error mean and
標簽: processing ballistic the tracking
上傳時間: 2013-12-22
上傳用戶:asddsd
各類聚類算法程序包,包含各種經典的聚類算法,例如:k-mean聚類等
上傳時間: 2017-02-06
上傳用戶:liglechongchong
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions.
標簽: nonsymmetric solution SuperLU general
上傳時間: 2017-02-20
上傳用戶:lepoke
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.
標簽: essentially algorithm describe suitably
上傳時間: 2017-03-02
上傳用戶:litianchu
The Kalman filter is a set of mathematical equations that provides an efficient computational [recursive] means to estimate the state of a process, in a way that minimizes the mean of the squared error. The filter is very powerful in several aspects: it supports estimations of past, present, and even future states, and it can do so even when the precise nature of the modeled system is unknown.
標簽: computational mathematical equations efficient
上傳時間: 2014-06-02
上傳用戶:yd19890720
使用INTEL矢量統計類庫的程序,包括以下功能: Raw and central moments up to 4th order Kurtosis and Skewness Variation Coefficient Quantiles and Order Statistics Minimum and Maximum Variance-Covariance/Correlation matrix Pooled/Group Variance-Covariance/Correlation Matrix and Mean Partial Variance-Covariance/Correlation matrix Robust Estimators for Variance-Covariance Matrix and Mean in presence of outliers
標簽: 61623 and Kurtosis central
上傳時間: 2017-05-14
上傳用戶:yzy6007
/*請分別定義圖形類Shape(抽象基類),繼承類矩形類Rectangle、正方形類Square、 圓形類Circle;它們具有的方法是計算周長和面積。在另一個類的main函數中分別創建矩形、 正方形和圓形對象,設置所需的屬性值,打印其周長和面積。*/
上傳時間: 2014-01-16
上傳用戶:lili123
Beamforming thesis describing Study of a various Beamforming Techniques And Implementation of the Constrained Least Mean Squares (LMS) algorithm for Beamforming
標簽: Beamforming Implementation describing Techniques
上傳時間: 2013-12-25
上傳用戶:wuyuying
生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer block size, must be n*188 -l log file, default c:\tricktest.log example: tricktest -f 黑鷹行動.mpg -o c:\temp -i A -m 1000 -b 3750000 soure file: 黑鷹行動.mpg output directory: c:\temp filename: 000000A,000000A.ff,000000A.fr,000000A.vvx max coding error: 1000 trick generation speed: 3750000 bps a
標簽: TrickTest tricktest command source
上傳時間: 2014-01-23
上傳用戶:水口鴻勝電器
This file is a function under matlab which allow to compute several statistical parameter of random signal such as variance, power, mean values, std, ...
標簽: statistical parameter function compute
上傳時間: 2017-06-27
上傳用戶:ruixue198909