-
qpskawgn
qpsk modulation in Additive White Gaussian Noise channel simulation
- 2012-04-30 09:05:41下载
- 积分:1
-
fast-S-transform
基于快速S变换的配电网故障选线,比传统的S变换计算速度快(Fault Line Selection in Distribution Networks S Transform)
- 2017-03-01 10:21:02下载
- 积分:1
-
FUZZY-PID-MATLAB
用MATLAB语言实现模糊控制算法,在300s处施加了一个干扰,运行结果理想(MATLAB language fuzzy control algorithm, applied in the 300s at a disturbance, the results satisfactory)
- 2011-06-21 20:16:55下载
- 积分:1
-
Ensemble-learning-based-on-GMDH
基于自组织数据挖掘的多分类器集成选择的程序(Multiple classifiers ensemble selection based on GMDH)
- 2011-10-28 02:00:00下载
- 积分:1
-
validity
一种层次聚类的方法,用matlab实现的源代码,可对点数据等进行聚类分析(A hierarchical clustering method, using matlab to achieve the source code, can be carried to the point of data clustering analysis)
- 2013-11-03 20:49:00下载
- 积分:1
-
ch3
Here is the YulWalker code
- 2011-12-18 23:32:53下载
- 积分:1
-
Gaussian-filter-to-remove-noise
用MATLAB对图片进行预处理,均值滤波和高斯函数去除噪音(Using MATLAB for image preprocessing, mean and Gaussian filter to remove noise)
- 2015-03-14 22:18:56下载
- 积分:1
-
bookTest_circleData
一个神经网络,对100个分布在单位圆上的数据点进行分类。(A neural network, 100 distributed on the unit circle data points classification.)
- 2013-12-23 09:25:07下载
- 积分:1
-
1234569
此代码为相位一致性边缘检测的matlab代码,其对光照等因素没有影响,效果比较好。(This code is the phase coherence edge detection matlab code, its light and other factors did not affect the results better.)
- 2009-11-11 17:10:46下载
- 积分: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