登录
首页 » matlab » stretch

stretch

于 2019-06-21 发布
0 290
下载积分: 1 下载次数: 17

代码说明:

说明:  基于stretch处理的雷达抗距离-速度同步欺骗干扰的仿真(Simulation of radar anti-range-velocity synchronous deception jamming based on stretch processing)

文件列表:

Method IV\a0411.m, 888 , 2013-04-15
Method IV\a0414.m, 739 , 2013-04-14
Method IV\MethodIV.m, 1311 , 2013-04-24
Method IV\MethodIV_2.m, 1569 , 2013-05-12
Method IV, 0 , 2013-05-12

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

发表评论

0 个回复

  • DSP7
    一个RLS的算法程序,应该对大家有帮助的。(?桓 鯮LS的算 ??绦????| ????#39 ??矣??镏???)
    2007-08-22 09:35:45下载
    积分:1
  • gray2rgb
    GRAY图像转换到RGB图像的Matlab函数。(Matlab function for conversion from GRAY image to RGB image .)
    2010-09-25 14:55:40下载
    积分:1
  • MATLAB_GAtool
    《MATLAB遗传算法工具箱及应用》pdf版,是详细讲解英国设菲尔德大学开发的遗传算法工具箱的教材,含有详细的案例讲解以及程序。("MATLAB genetic algorithm toolbox and application pdf version。It is to explain in detail the British set up the Sheffield University developed genetic algorithm toolbox materials containing detailed case to explain procedures.)
    2013-01-12 10:07:43下载
    积分:1
  • chaoliu
    电力系统潮流分析计算14节点信息提取雅克比矩阵等(Power flow analysis and calculation 14 nodes Jacobi matrix and other information extraction)
    2013-10-28 16:17:03下载
    积分:1
  • linechirp_normal
    matlab 实现啁啾光栅的反射谱计算 没有切趾函数 普通的线性啁啾反射谱(matlab calcuated the refrective spectrum of linear chirped grating .)
    2013-12-05 11:03:21下载
    积分: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
  • MUSIC
    求一个复正弦加白噪声随机过程的信号: xn=exp(j*pi*n-j*pi)+exp(j*w0*n-j*0.7*pi)+v v(n)为零均值白噪声。S/N=10dB。取P=3,构造4阶的自相关矩阵R的基于MUSIC算法的功率谱估计的MATLAB程序(For a complex sinusoid plus white noise of the signal random process: xn = exp (j* pi* nj* pi)+ exp (j* w0* nj* 0.7* pi)+ v v (n) zero mean white noise. S/N = 10dB. Take P = 3, constructed of 4-order auto-correlation matrix R of the MUSIC algorithm based on power spectrum estimation procedure of MATLAB)
    2009-05-17 16:00:12下载
    积分:1
  • matlab__c
    《精通Matlab6.5版》张志勇等编著,书上的C与Matlab结合的代码("proficient Matalab 6.5 version," Zhang Zhiyong, and other edited books on the combination of C and Matlab code)
    2006-12-05 17:07:09下载
    积分:1
  • twice-update-PSO
    本文二次更新型粒子群算法( TUPSO)的基本思想是:一方面,在保留粒子群算法中快速收敛, 易于实现, 调整参数少等优势的前提下,通过融合基本粒子群算法中的信息共享原理与 DPSO-TSP 中的 2-Opt 运算法则,改进了DPSO-TSP中粒子进化的规则(In this paper, the basic idea of the new particle swarm optimization (TUPSO) algorithm is: on the one hand, by integrating the particle swarm optimization algorithm in the fast convergence, easy to achieve, adjust the parameters of less advantage of the premise, through the integration of basic particle swarm algorithm information sharing Principle and the 2-Opt algorithm in DPSO-TSP improves the rule of particle evolution in DPSO-TSP)
    2017-05-16 15:16:26下载
    积分:1
  • houghline
    matlab实现hough变换直线提取,不直接用hough算子,应用二值化图像(to achieve a straight line hough transform matlab extraction, does not directly hough operator, the application of binary image)
    2009-06-05 23:28:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载