登录
首页 » matlab » STAP_tutorial

STAP_tutorial

于 2015-09-09 发布 文件大小:35KB
0 354
下载积分: 1 下载次数: 44

代码说明:

  搜集了网上的一些比较新的STAP算法;感谢Zheng Zhou zhzhou@calpoly.edu 的贡献! (The purpose of this tutorial is too familiarize Cal Poly students with space-time adaptive processing (STAP). By the end of this tutorial, you should have a solid understanding of how STAP works and how to build upon the foundation of STAP research here at Cal Poly. It is the hope of this author that once you completed your thesis in STAP, you would update this tutorial with more recent STAP developments so that future Cal Poly students could benefit your experience. )

文件列表:

Lesson 1.m,4649,2010-04-30
Lesson 2.m,5025,2010-04-30
Lesson 3.m,6234,2010-04-30
Lesson 4.m,8357,2010-04-30
Lesson 5.m,8398,2010-04-29
Lesson 6.m,13976,2010-04-30
license.txt,1310,2014-02-12
Special Code.m,22240,2010-04-29
STAP-Tutorial.doc,44544,2010-04-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • intelligenceAlgeria
    智能优化算法,可以用matlab平台实现。 关于优化方面比较好的书籍。(Intelligent optimization algorithm, can be used matlab platform. On the optimization better books.)
    2008-12-18 11:32:23下载
    积分:1
  • doolittle
    1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;( 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0, x, k) 3. Input x0 of interpolation nodes for the n-dimensional vector, y0 for n-dimensional vector function to be inserted 4.x interpolation points for the m-dimensional vector, k is the number of sub-polynomial interpolation, not more than 3, the default for k = 1 5. output y for the interpolation points x Department of function )
    2009-06-23 15:58:19下载
    积分:1
  • 龙贝格积分法
    说明:  三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!(three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpolation these numerical analysis is commonly used in concentrated classical methods, and use Matlab show!)
    2006-01-13 18:31:40下载
    积分:1
  • image-construction-by-fft-and-wt
    傅里叶变换和小波变换重建图像的比较效果,这个程序可以用来实现四个要求:1、FFT和WT重建效果比较;2、通过改变小波来比较重建效果;3、通过改变分解层数来比较重建效果;4、通过改变大系数个数来比较重建效果。其中还有一个计算PSNR的程序(the comparative effect of reconstruction image by Fourier transform and wavelet transform 。 the program can be used to achieve the four requirements: 1, FFT, and WT reconstruction effect 2, by changing the wavelet to compare the reconstruction effect 3, by changing the decomposition layers to compare the reconstruction effect 4, by changing the number of large coefficient of comparative reconstruction results. Including a procedure of calculating PSNR )
    2013-12-14 14:56:29下载
    积分:1
  • 滤波反投影
    三种实现工业ct系统的图像重建的常用方法(Image reconstruction for industrial CT systems)
    2017-09-17 17:30:12下载
    积分:1
  • SpectAnalisis
    通过最小二乘法及SVD-TLS法对同一谱进行了功率谱分析,并比较了不同阶数下,最小二乘法的效果(By least-squares method and SVD-TLS method to the same spectra of the power spectrum analysis, and compare the number of different bands under the effect of least-squares method)
    2009-11-13 19:20:33下载
    积分:1
  • lunhide
    用MATLAB程序,实现了在空域下,对图片的亮度值写入秘密信息的程序,很有参考价值(With the MATLAB program, implemented in the airspace, the brightness value of the picture written procedures for confidential information)
    2010-07-20 01:32:31下载
    积分:1
  • duojing
    实现了无线通信中需要使用的信道模型,分析各种模型下的输入信号后的仿真和分析(On the basis of the study in multi-path propagation theory, characteristics and mathematics models of wireless channels, and the analysis of references from both domestic and international realm, this thesis will generalize the detailed classification of wireless mobile communication channels, and the typical small-scale fading modules (Rayleigh fading and Rice fading), which the signals has encountered while transmitted in communication channels. )
    2010-12-20 15:52:20下载
    积分:1
  • MATLAB-Programming
    MATLAB 编程(第二版) 《MATLAB Programming for Engineers》的中文版,最好的编程教材。 (MATLAB Programming for Engineers (Second Edition) )
    2013-07-16 10:43:48下载
    积分:1
  • ab改进
    针对传统α - β 滤波算法不够有效跟踪机动目标的问题, 详细分析了其内在原因, 提出一种改进的α - β 滤波算法。该算法不需要假定目标的机动模型, 而是将目标的机动加速度作为滤波状态直接估计出来, 将估计加速度作为输入控制量引入到传统α - β 滤波器的状态估计方程中进行机动目标的跟踪。然后将它与传统α - β 滤波算法进行比较, 证明了新的算法不仅具有传统算法计算量小的优点, 而且还可以对机动目标进行实时跟踪。仿真结果表明, 新算法在综合性能上明显优于传统算法。(In view of the problem that the traditional alpha beta filtering algorithm is not effective in tracking the maneuvering target, the internal reason is analyzed in detail, and an improved alpha beta filtering algorithm is proposed. In this algorithm, the maneuvering model of the target is not assumed, but the maneuvering acceleration of the target is estimated directly as the filter state, and the estimated acceleration is introduced into the state estimation equation of the traditional alpha beta filter to track the maneuvering target in the state estimation equation of the traditional alpha beta filter. Then compared with the traditional alpha beta filtering algorithm, it is proved that the new algorithm not only has the advantages of small computation in the traditional algorithm, but also can track the maneuvering target in real time. The simulation results show that the new algorithm is superior to the traditional algorithm in terms of comprehensive performance.)
    2018-04-13 11:00:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载