-
MatlabANN
matlab神经网络函数以及网络构建的一些介绍(Matlab ANN)
- 2009-06-24 20:49:00下载
- 积分: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
-
FBGcmd
光栅的耦合模求解,分析了脉冲的传输特性,时延特性等(Grating coupled-mode solution, analysis of the pulse transmission characteristics, delay characteristics)
- 2011-09-18 14:23:18下载
- 积分:1
-
PVblockcheck
光伏电池的数学模型,用最常见的数学模型进行编程,仿真效果良好(The mathematical model of photovoltaic cells, with the most common mathematical model for programming, simulation results good)
- 2013-09-20 22:33:12下载
- 积分:1
-
BENCHMARKING-the-STAR-Controller-using-Matlab
realizacion de benchmarking a aguas residuales
- 2014-01-13 22:44:35下载
- 积分:1
-
ECHO
说明: 实现回波抵消功能的代码,在MATLAB中实现达到了消除回波的作用,效果很好(Achieve echo cancellation function code, in MATLAB to achieve to achieve the elimination of the role of echo, very good)
- 2008-11-01 12:31:57下载
- 积分:1
-
kalman_byron
Filtro de Kalman, detection and estimation theory
- 2011-05-13 03:51:12下载
- 积分:1
-
speechfile3
将原始语音经过预处理,利用频率弯折小波进行特征提取,该程序为求语音信号的Laguerre系数的程序(original voice after pretreatment, the use of the frequency characteristics of Meander wavelet extraction, The procedure for the sake of the voice signal Laguerre coefficient procedures)
- 2006-12-14 12:07:27下载
- 积分:1
-
UCA-Beamforming
16元均匀圆阵的波束形成,目标信号位于0度,信噪比为0,效果不错(16 elements UCA beamforming, the bearing of target signal is 0, SNR is 0, good result)
- 2012-08-14 11:24:44下载
- 积分:1
-
HilbertAvgPitch
HILBERTAVERAGE PITCH CALCULATION
- 2013-12-10 23:11:13下载
- 积分:1