-
matlab-
some matalb usages for new users,
- 2011-06-05 11:19:37下载
- 积分:1
-
Wireless-communication-diversity
无线通信分集合并的仿真程序,开发环境matlab,最大比值合并(Collection and wireless communications sub-simulation program, the development environment matlab, the maximum ratio combination)
- 2011-05-07 23:36:14下载
- 积分:1
-
gaosi
高斯函数的MATLAB ds-uwb中的uwb信号(Gaussian function MATLAB)
- 2011-05-12 10:23:17下载
- 积分:1
-
helical_gear_stifness
函数:圆柱斜齿轮的齿轮副时变啮合刚度曲线(Function: Deputy helical gears gear time varying mesh stiffness curve)
- 2021-03-01 11:39:35下载
- 积分:1
-
自适应遗传算法matlab代码
说明: 自适应遗传算法matlab代码,效果很好,可以参考使用。(Adaptive genetic algorithm matlab code, the effect is very good, can be used for reference.)
- 2020-04-15 09:22:50下载
- 积分: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
-
mypca
人脸识别的源程序,用Matlab语言实现,可以参考看一下。(Face recognition source code, using Matlab language, can refer to a look.)
- 2007-09-26 16:42:16下载
- 积分:1
-
pinlvfenxi
谱分析的源程序,适合通信等专业的初学者学习使用,希望给需要的人帮助(Spectral analysis of the source, suitable for beginners to learn communication and other professional use, I hope to those who need help)
- 2010-11-13 18:31:02下载
- 积分:1
-
wavelet_EEG
说明: 一个将小波变换应用到脑电的实用程序,对初学者很有帮助。(A wavelet transform applied to the EEG utility helpful for beginners.)
- 2011-04-05 11:29:43下载
- 积分:1
-
poincarePS
给定极化状态的相位描述子和幅度描述子,绘制该极化状态的poincare功率球。源代码是matlab子函数,输入参数两个:极化状态的幅度描述子和相位描述子。还有一张示例图(Given the polarization state of the phase and amplitude descriptors descriptors, to draw the polarization state poincare power ball. Functions matlab source code, two input parameters: the polarization state and phase amplitude descriptor descriptor.)
- 2013-08-09 16:40:53下载
- 积分:1