登录
首页 » matlab » Vinay-K.-Ingle_-John-G

Vinay-K.-Ingle_-John-G

于 2014-12-15 发布 文件大小:6310KB
0 231
下载积分: 1 下载次数: 3

代码说明:

  Vinay K. Ingle_ John G. Proakis-Digital Signal Processing Using MATLAB-Cengage Learning (2011)

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

发表评论

0 个回复

  • SVDTLS
    用Matlab仿真实现最小二乘法和总体最小二乘法估计 假设仿真的观测数据 产生,其中 为0均值, 单位方差的高斯白噪声,取n=1,2,....128。 试用TLS,取AR阶数为4,估计AR参数 和正弦波频率;再用SVD-TLS ,估计AR参数 和正弦波频率。 (1)、在仿真中,AR阶数取为4和6。 (2)、执行SVD-TCS时,AR未知。仿真运行至少二十次。 (Simulation using Matlab and the overall least squares least squares estimate assumptions simulated observation data are generated, where 0 mean, unit variance Gaussian white noise, take n = 1,2 ,.... 128. Try TLS, take AR order of 4, estimated AR parameters and the sine wave frequency then SVD-TLS, estimated AR parameters and the sine wave frequency. (1), in the simulation, AR order is taken as 4 and 6. (2), when the implementation of SVD-TCS, AR is unknown. Simulation run at least twenty times.)
    2020-12-17 08:59:11下载
    积分:1
  • MainAneal
    说明:  求最短路径 tsp matlab M文件(The shortest path tsp matlab)
    2010-05-02 12:11:54下载
    积分:1
  • yiweidengyiziFDTD
    一维等离子的FDTD的MATLAB程序,主要是等离子体光子晶体仿真。(One-dimensional FDTD plasma of the MATLAB program, mainly plasma photonic crystal simulation.)
    2009-04-19 16:23:19下载
    积分:1
  • cbir_release_1
    the code is related to image retrieval
    2013-02-25 18:20:22下载
    积分:1
  • dipoleArrayRadPattern
    Plots the radiation intensity pattern of a rectangular antenna array of identical dipole elements using the product of element pattern and array factor to get the Radiation Pattern
    2012-10-16 19:57:10下载
    积分:1
  • AR Simiu
    用AR模型和SIMIU功率谱模拟脉动风,在叠加平均风,得到风序列(SIMIU power spectrum with AR model and simulate the fluctuating wind , the average wind overlay, get wind sequence)
    2015-01-15 16:02:36下载
    积分:1
  • JPDA
    统的联合概率数据关联算法(IPDA)是在密集杂波环境下的一种良好的多目标跟踪算法, 但它是针对单传感嚣对多目标跟踪的情况下使用,不能直接用于多传感器对多目标的跟踪。针对这 一问题,文中提出了一种适用于多传感器多目标跟踪的JPDA算法,它以极大似然估计完成对来自 多传感器的测量集合进行同源最优分划,然后采用JPDA方法对多目标进行跟踪。经过理论分析和 仿真试验,证明了该方法能有效地进行多传感器多目标的跟踪,且具有算法简单、跟踪精度高、附 加的计算量小等优点。(Abstract)m JointProbabilisticDataAssociation(JPDA)solves single sensormultitatgcttrackingin ClUtter,butitc锄not bc used directly in mnitisensor multitarget tracking.喇8 paper presents a method to implement multi—sensor multi—target tracking by combining maximum likelihood estimation wim JPDA The maximum Iikelihood estimation is used to classify the same source observations at one time into the same set,and血en JPDA implements multi—target uacking after the position fitsed.The theory analysis and computer simulation show that this algorithm may achieve multi—sensor multi—target tracking perfectly with low calculation load added and higher precision 。)
    2010-06-23 21:15:41下载
    积分:1
  • ChaoticSystemsToolbox
    这是一个关于混沌系统的比较全面的工具箱,包括混沌序列的产生、预测等!(This is a chaotic system on a more comprehensive kit, including the chaotic sequence generation, projection and so on!)
    2007-12-12 15:43:03下载
    积分:1
  • numerical_analysis_homework
    (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的微分方程一般可以化为状态空间(STATE SPACE)的低阶微分方程来求解.从微分方程的性态看来,主要是微分方程式一阶导系数大的时候,步长应该选得响应的小些.或者如果问题的性态不是太好估计的话,用较小的步长是比较好的,此外的话Adams多步法在小步长的时候效率比R-K(RUNGE-KUTTA)方法要好些,而精度也高些,但是稳定区间要小些.从初值和边值来看,也是显著的不同的.此外对于非线性常微分方程还有打靶法,胞映射方法等.而对于微分方程稳定性的研究,则诸如相平面图等也是不可缺少的工具.值得提出的是,除了用ode系类函数外,用simulink等等模块图来求解微分方程也是一种非常不错的方法,甚至是更有优势的方法(在应用的角度来说).((Source code) numerical analysis homework, this docment includes two parts, the first is ordinary differential equations (ODE) of the three examples, the second part is about the expansion of the discussion, including the higher-order ordinary differential & boundary value solution Problems (BVP). the text of the algorithm and numerical examples are based on the Matlab. ODE from the rigid (STIFFNESS) look into the issue of non-rigid and rigid problem, rigid problems (such as large coefficient VDP equation) such as using the always method ODE45 used to solve the problems , efficiency will be low, with ODE15S the other hand, many of the high efficiency. and the usual problem of non-rigid, there will be used to solve ODE45 very good results. Judging from the order can be for high-order differential equations and first-order ordinary differential equations, higher-order differential equations can be transformed into a general state space (STATE SPACE) used to solve the low-order different)
    2009-03-16 09:06:09下载
    积分:1
  • MIMO-Systems(matlab)
    附带有MATLAB程序的外文文献,改文献是关于空时编码条件下的mimo系统仿真。(MATLAB program with a foreign literature, the literature is about to change under the conditions of space-time coded mimo system simulation.)
    2011-06-08 14:56:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载