CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - matlab r

搜索资源列表

  1. MY_POLAR2

    1下载:
  2. matlab中极坐标函数的改进,坐标轴刻度可以为负数,输入参数见注释,有问题email联系,可在matlab命令行中直接运行,如: my_polar2([0,20,30]*pi/180,[-10,0,10], -r ,-20,30)-Matlab polar coordinates function improved, axes calibration can be negative, the input parameters, see Notes email problems can be
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.04kb
    • 提供者:ningc
  1. Simulations_for_Radar_Systems_Design_Matlab_code.r

    0下载:
  2. 《Simulations for Radar Systems Design》书的Matlab程序
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:190.41kb
    • 提供者:niu
  1. AlgorithmdesignandsimulationforSINSbasedonMatlab.r

    0下载:
  2. 根据圆锥误差补偿算法和划船误差补偿算法的研究成果,考虑到实际捷联惯导算法 仿真程序编写的方便性,总结了一些与捷联惯导更新算法有关的函数的计算公式。对圆锥误 差补偿算法和捷联惯导算法进行了仿真,仿真结果和理论分析结论吻合。在附录中给出了 Matlab 的m 文件源程序代码,具有一定的参考价值。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:440.83kb
    • 提供者:huzhou
  1. RadarwithMatlab_sourcecode

    0下载:
  2. 《Radar Systems Analysis and Design Using MatLab》,作者Bassem R. Mahafza, Ph.D.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:172.67kb
    • 提供者:csallon
  1. ant_plane

    8下载:
  2. 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:10.81kb
    • 提供者:batilei
  1. ica_r

    0下载:
  2. 带参考信号的盲源分离,很好用的程序,用于语音增强-ICA-R
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-13
    • 文件大小:1.74kb
    • 提供者:Jun Gong
  1. LMS

    3下载:
  2. LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2016-08-26
    • 文件大小:826byte
    • 提供者:wan
  1. MUSIC

    0下载:
  2. 求一个复正弦加白噪声随机过程的信号: 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
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:609byte
    • 提供者:秀秀
  1. EndPointDetector

    0下载:
  2. End point detector Implementation of "An Algorithm for Determining the Endpoints of Isolated Utterances, L. R. Rabiner and M. R.Sambur
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-07
    • 文件大小:1.73kb
    • 提供者:serdar
  1. PCM

    0下载:
  2. MATLAB通信原理pcm编码mdl文件-MATLAB Communication Theory pcm encoding mdl file
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:6.51kb
    • 提供者:benben
  1. kpib

    0下载:
  2. kpib.m contains code for GPIB and serial port communication for a number of scientific instruments, organized so that a single common command syntax can operate them all. For example, the command: r = kpib(INSTRUMENT,GPIB, read ) will return the
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:100.05kb
    • 提供者:Nikhiln
  1. matlab

    2下载:
  2. 基于遗传算法的投影寻踪代码,提供大家下载,方便查阅-【研学堂】【代码】投影寻踪代码,请验用!! function Qa=Project_Pursuit(X,a,Alpha) 输入参数列表 X 本指标矩阵,n×p的矩阵,每一行为一个样本, Xij表示第i行第j列指标,X是否已经归一化均可 a 投影向量,1×p的矩阵,元素取值范围-1~1,要求其元素平方和等于1 Alpha 窗口半径系数,典型取值0.1
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:1.26kb
    • 提供者:余文乐
  1. R

    0下载:
  2. 正交试验方差分析在matlab上的运行方法,是学习matlab的一个重要步骤,直接解压运行-Orthogonal method of analysis of variance run in matlab, is an important step in learning matlab direct decompression operation
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:4.37kb
    • 提供者:杨臣刚
  1. Matlab-project

    0下载:
  2. roots -Polynomial roots Syntax r = roots(c) Descr iption r = roots(c) returns a column vector whose elements are the roots of the polynomial c. Row vector c contains the coefficients of a polynomial, ordered in descending powers. If c has n
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:15.31kb
    • 提供者:Amit
  1. R-imterval

    0下载:
  2. R波形识别 。matlab消噪。小波重构-R ansys matlab
  3. 所属分类:LabView

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:唐浩强
  1. MATLAB

    1下载:
  2. 一种自适应阙值R波的检测算法,读取TXT文本数据的.m码源-An adaptive threshold detection algorithm R-wave, the source code .m read TXT text data
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:834.95kb
    • 提供者:句末
  1. Matlab-R-K

    0下载:
  2. R-K算法求解,有力的运用了matlab的快捷与方便,完全源码-R- K algorithm, the use of the matlab fast and convenient, complete source code
  3. 所属分类:MPI

    • 发布日期:2017-04-30
    • 文件大小:37.99kb
    • 提供者:汪雄
  1. Mechanisms-and-Robots-Analysis-with-MATLAB_code.r

    0下载:
  2. Source Code for the book Mechanisms and Robots Analysis with MATLAB -Source Code for the book Mechanisms and Robots Analysis with MATLAB
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:98.77kb
    • 提供者:agmyatsan
  1. MATLAB-Code

    0下载:
  2. 雷达系统设计matlab仿真(Bassem R.Mahafza&Atef Z.Elsherbeni)程序-matalb simulation for radar systems design
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:214.57kb
    • 提供者:韩佳
  1. 金融数据处理

    1下载:
  2. 时间序列分析是根据系统观测得到的时间序列数据,通过曲线拟合和参数估计来建立数学模型的理论和方法。它一般采用曲线拟合和参数估计方法(如非线性最小二乘法)进行。时间序列分析常用在国民经济宏观控制、区域综合发展规划、企业经营管理、市场潜量预测、气象预报、水文预报、地震前兆预报、农作物病虫灾害预报、环境污染控制、生态平衡、天文学和海洋学等方面。(Time series analysis is a theory and method to establish mathematical model by c
  3. 所属分类:书籍源码

    • 发布日期:2021-01-15
    • 文件大小:50.84mb
    • 提供者:Sandy_Zhao
« 12 »
搜珍网 www.dssz.com