-
waveletsunshangfenxi
计算小波能量谱分析,用于功率谱分析,以及损伤等都可以(Calculating wavelet energy spectrum analysis)
- 2013-10-26 09:42:15下载
- 积分: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
-
intelligent-algorithm
包括各种智能算法的详细介绍和具体的实例分析,附带matlab的源码,是不多的学习资料.(The analysis includes a variety of intelligent algorithms are detailed and specific examples, with Matlab source code, is a few learning materials.)
- 2015-04-09 08:24:49下载
- 积分:1
-
转换程序
说明: 一些用matlab编制的软件转化程序,如mst转换到sap中(compiled using the Matlab software conversion programs, such as Mst switch to sap China)
- 2006-01-09 14:25:07下载
- 积分:1
-
kalmanf
When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the MATLAB Central File exchange, but I didn t see a heavily commented, basic Kalman filter present to allow someone new to Kalman filters to learn about creating them. So, a year later, I ve written a very simple, heavily commented discrete filter.
- 2011-05-15 00:04:08下载
- 积分:1
-
wavelet-threshold-shrinkage-
小波阈值收缩算法的matlab程序,对信号进行去噪得到纯净语音(Wavelet threshold shrinkage algorithms matlab program, get on the clean speech signal denoising)
- 2011-05-21 21:28:01下载
- 积分:1
-
example_0
首先,仿真信号建模;其次,形态学滤波及小波方法滤波;最后,特征提取(First, the simulated signal modeling followed by morphological filtering and wavelet filtering Finally, the feature extraction)
- 2012-05-21 14:11:46下载
- 积分:1
-
MATLAB
matlab环境下进行结构受力变形分析计算的一本不错的参考资料(good and useful)
- 2013-09-29 10:45:43下载
- 积分:1
-
legend11_b
matlab - image processing - butterworth low pass filter(matlab- image processing- butterworth low pass filter)
- 2009-04-08 06:22:04下载
- 积分:1
-
gd017_3
matlab的实例,是关于模糊c均值的一个小程序(Matlab example of the fuzzy c-means a small program)
- 2006-06-08 16:11:29下载
- 积分:1