-
MulticueF0
说明: 该程序是日本人用matlab写出来的提取pitch的,效果很好,唯一的缺点是算的太慢(The program is written in Japanese with matlab the extraction of the pitch, well, the only drawback is that the slow count)
- 2008-10-19 12:45:09下载
- 积分:1
-
matlabText
说明: matab 开发环境下写的一个图像处理程序,此程序基于MATLAB图书馆索引号的自动识别(matab development environment to write an image processing program, this program is based on MATLAB library index number of the Automatic Identification)
- 2011-04-14 16:26:49下载
- 积分:1
-
Robust_and_Optimal_Control
matlab分析控制系统,对线形及非线性系统的鲁棒控制给出了深入研究。(The matlab Analysis control system, gives an in-depth study on the robust control of linear and nonlinear systems.)
- 2013-04-11 22:30:01下载
- 积分: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
-
bingwang
电力系统并网仿真实例,(无穷大电网-电机并网)(Power system and network simulation, (infinite grid- Motor Grid))
- 2020-12-19 21:19:09下载
- 积分:1
-
mmse
解相关及最小均方误差和传统多用户检测器的比较(Decorrelating and MMSE and traditional multi-user detector comparison)
- 2009-05-24 16:14:09下载
- 积分:1
-
matlabprogram
说明: 了解matlab编程的机制,里面包含了80多个matlab程序,是初学者的必备资料。(Matlab program to understand the mechanism, which includes more than 80 matlab program, is essential information for beginners.)
- 2009-08-24 09:53:01下载
- 积分:1
-
New-gray-model
利用基于粒子群算法的灰色模型对航空发电机进行状态趋势分析技术研究,所得到的分析结果平均相对误差为3.99 。此模型为粒子群优化算法对GM(1,1)模型的改进模型,因此称为基于粒子群优化算法的GM(1,1)模型。(Using aviation turbine gray model based on particle swarm optimization state trend analysis technology research, analysis the average relative error is 3.99 . This model for particle swarm optimization algorithm improved model GM (1,1) model, the so called GM (1,1) model based on particle swarm optimization algorithm.)
- 2012-10-17 16:25:58下载
- 积分:1
-
Ctrap
c陷井与缺陷 我自己感觉很不错的一本书 里面的问题很经典(c traps and defects I feel very good in a book inside the problem is very classic)
- 2009-12-24 15:39:23下载
- 积分:1
-
parameter-estimation
说明: 时间序列分析中参数估计方面的实现,在matlab环境下实现的代码(parameter estimation)
- 2011-03-10 19:39:49下载
- 积分:1