搜索资源列表
MY_POLAR2
- 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
Simulations_for_Radar_Systems_Design_Matlab_code.r
- 《Simulations for Radar Systems Design》书的Matlab程序
AlgorithmdesignandsimulationforSINSbasedonMatlab.r
- 根据圆锥误差补偿算法和划船误差补偿算法的研究成果,考虑到实际捷联惯导算法 仿真程序编写的方便性,总结了一些与捷联惯导更新算法有关的函数的计算公式。对圆锥误 差补偿算法和捷联惯导算法进行了仿真,仿真结果和理论分析结论吻合。在附录中给出了 Matlab 的m 文件源程序代码,具有一定的参考价值。
RadarwithMatlab_sourcecode
- 《Radar Systems Analysis and Design Using MatLab》,作者Bassem R. Mahafza, Ph.D.
ant_plane
- 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基
ica_r
- 带参考信号的盲源分离,很好用的程序,用于语音增强-ICA-R
LMS
- 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)
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
EndPointDetector
- End point detector Implementation of "An Algorithm for Determining the Endpoints of Isolated Utterances, L. R. Rabiner and M. R.Sambur
PCM
- MATLAB通信原理pcm编码mdl文件-MATLAB Communication Theory pcm encoding mdl file
kpib
- 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
matlab
- 基于遗传算法的投影寻踪代码,提供大家下载,方便查阅-【研学堂】【代码】投影寻踪代码,请验用!! function Qa=Project_Pursuit(X,a,Alpha) 输入参数列表 X 本指标矩阵,n×p的矩阵,每一行为一个样本, Xij表示第i行第j列指标,X是否已经归一化均可 a 投影向量,1×p的矩阵,元素取值范围-1~1,要求其元素平方和等于1 Alpha 窗口半径系数,典型取值0.1
R
- 正交试验方差分析在matlab上的运行方法,是学习matlab的一个重要步骤,直接解压运行-Orthogonal method of analysis of variance run in matlab, is an important step in learning matlab direct decompression operation
Matlab-project
- 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
R-imterval
- R波形识别 。matlab消噪。小波重构-R ansys matlab
MATLAB
- 一种自适应阙值R波的检测算法,读取TXT文本数据的.m码源-An adaptive threshold detection algorithm R-wave, the source code .m read TXT text data
Matlab-R-K
- R-K算法求解,有力的运用了matlab的快捷与方便,完全源码-R- K algorithm, the use of the matlab fast and convenient, complete source code
Mechanisms-and-Robots-Analysis-with-MATLAB_code.r
- Source Code for the book Mechanisms and Robots Analysis with MATLAB -Source Code for the book Mechanisms and Robots Analysis with MATLAB
MATLAB-Code
- 雷达系统设计matlab仿真(Bassem R.Mahafza&Atef Z.Elsherbeni)程序-matalb simulation for radar systems design
金融数据处理
- 时间序列分析是根据系统观测得到的时间序列数据,通过曲线拟合和参数估计来建立数学模型的理论和方法。它一般采用曲线拟合和参数估计方法(如非线性最小二乘法)进行。时间序列分析常用在国民经济宏观控制、区域综合发展规划、企业经营管理、市场潜量预测、气象预报、水文预报、地震前兆预报、农作物病虫灾害预报、环境污染控制、生态平衡、天文学和海洋学等方面。(Time series analysis is a theory and method to establish mathematical model by c