-
pamod_m
pammode function in matlab
- 2010-06-12 21:09:00下载
- 积分:1
-
interpne
在Matlab环境下完成线性外插和内插数值算法,包含多维数据插值计算。( interpne: Interpolates and extrapolates using n-linear interpolation (tensor product linear)
)
- 2009-10-14 09:55:37下载
- 积分:1
-
schrodinger
简单实用matlab中自带eigs函数来解决薛定谔方程,程序简单易用,正确率高,且所得波函数与解析解一样(matlab program for solving schrodinger equation)
- 2009-06-10 05:06:12下载
- 积分:1
-
music(doa)
七单元天线阵MUSIC DOA估计:
d=1 , 天线阵元的间距;
lma=2, 信号中心波长;
四输入信号;
A=[A1,A2,A3,A4], 得出A矩;
四信号的频率d=[1.3*cos(v1*n)
1*sin(v2*n)
1*sin(v3*n)
1*sin(v4*n)]
构造输入信号矢量
U=A*d
总的输入信号
总输入信号的协方差矩阵
[s,h]=eig(c)
求协方差的特征矢量及特征值
取出与零特征值对应的特征矢量
求协方差矩阵的逆矩阵
应用Music法估计输出
绘出各波达方向图(Seven-element antenna array MUSIC DOA estimates: d = 1, Antenna Array pitch LMA = 2 signal center wavelength four input signals A = [A1, A2, A3, and A4], drawn A moment tetra-frequency of the signal D = [1.3* cos (V1* n) 1* sin (v2* n) 1* sin (v3* n) 1* sin (V4* n)] constructed input signal vector U = A* D of the total input signal of the total input signal covariance matrix [S] = EIG (c) seeking covariance feature vector and the feature value removing and corresponding to the zero eigenvalues characterized vector seeking covariance matrix inverse matrix Applications Music estimate output plotted DOA Figure)
- 2013-04-15 23:48:49下载
- 积分:1
-
EvaluateReversePolishNotation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
[ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9
[ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6
分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
- 2015-03-15 23:06:09下载
- 积分:1
-
1
说明: a sample for optimization
- 2011-02-23 10:07:18下载
- 积分:1
-
MATLAB及其在理工课程中的应用指南
说明: MATLAB及其在理工课程中的应用指南,西安电子科技大学出版社出版 陈怀琛编著(MATLAB courses in the sciences and the application of guidelines, Xi'an University of Electronic Science and Technology Publishing House Huai-compilation)
- 2006-01-28 14:43:05下载
- 积分:1
-
双基地MIMO雷达波离角 波达角估计 二维ESPRIT算法
用于双基地MIMO雷达波离角和波达角估计的二维ESPRIT算法的matlab程序(a 2 dimensional ESPRIT Algorithm based on
bistatic mimo radar for joint dod & doa estimation ,realized on matlab)
- 2021-04-25 17:08:46下载
- 积分:1
-
MATLAB6.xsignalprocessing
说明: 对信号处理的理论知识作系统概括和总结的基础上,介绍了如何使用matlab提供的信号处理工具箱,(Of theoretical knowledge of signal processing systems in general and for the basis of summing up on how to use matlab to provide the signal processing toolbox)
- 2008-10-13 10:00:50下载
- 积分:1
-
matlab_learning
里面包含五个有关matlab的学习的资料,特别适合初学者使用。(a very good learning material of matlab learning.)
- 2012-04-23 09:05:16下载
- 积分:1