-
test2
很有用的,SAR,下载后可见内容,并在软件中仿真(GOOD THING YOU CAN DOWNLOAD AND TRY IT IN MATLAB)
- 2012-10-07 15:38:16下载
- 积分: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
-
PSO算法优化PID参数
说明: 采用pso进行pid参数寻优,利用m文件调用simulink仿真(Using PSO to optimize PID parameters)
- 2019-12-22 22:03:52下载
- 积分:1
-
MATLAB
MATLAB从入门到精通全书示例的源代码(MATLAB from entry to the source code of proficiency sample book)
- 2010-05-07 12:41:18下载
- 积分:1
-
zoomfft
频谱细化分析的程序,程序包括着逐渐完成的几个过程程序,注意频谱细化是针对开始对象时连续的。(Detailed analysis of the spectrum, the program includes a process of gradual completion of several procedures, attention to refine the spectrum when the object is for consecutive starts.)
- 2013-09-20 17:29:44下载
- 积分:1
-
thedigitalmodulationsysteanalysisandsimulation
自己找到的数字调制系统分析与仿真 希望大家喜欢(Find the digital modulation system analysis and simulation)
- 2009-05-11 15:40:15下载
- 积分:1
-
2011
通过不同方法进行粗糙集属性约简matlab完整程序(Through different methods of rough set attribute reduction complete program matlab)
- 2011-06-05 10:21:19下载
- 积分:1
-
uavsmall
single UAV obstacle avoidance MPC problem
- 2014-07-26 22:02:39下载
- 积分:1
-
gqdkb
分析了该信号的时域、频域、倒谱,循环谱等,包含CV、CA、Single、当前、恒转弯速率、转弯模型,考虑雨衰 阴影 和多径影响,能量熵的计算,用于特征降维,特征融合,相关分析等,是国外的成品模型。( Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. It contains CV, CA, Single, current, constant turn rate, turning model, Consider shadow rain attenuation and multipath effects Energy entropy calculation, For feature reduction, feature fusion, correlation analysis, Foreign model is finished.)
- 2016-04-14 15:10:12下载
- 积分:1
-
wavelet
隐马尔科夫的MATLAB代码,希望对大家有帮助,仅供大家参考,希望有用(Hidden Markov of the MATLAB code, and want to help everyone, only for your reference and hope be useful)
- 2009-11-06 11:29:25下载
- 积分:1