-
fir
一篇基于matlab设计基本的FIR滤波器的文章。一篇基于matlab设计基本的FIR滤波器的文章(Matlab-based design of a basic FIR filter article. Matlab-based design of a basic FIR filter paper)
- 2010-06-18 17:10:23下载
- 积分:1
-
smith-application
史密斯圆图的应用, 包括阻抗匹配,计算方法等(Smith chart applications, including impedance matching, calculation methods)
- 2011-05-08 08:23:12下载
- 积分:1
-
Search_DFT
Filtros Ma t lab trae varios filtros para series de tiempo
- 2013-09-24 08:00:15下载
- 积分:1
-
pseudo
The program is for pseudocolor image processing, it can convert a grayscale image to color. The color may not be accurate but quite useful for certain applications.
- 2013-10-03 21:37: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
-
MATALB
SUSAN算法,包括去除伪角点的方法,重心,非极大值抑制(SUSAN algorithm, including the method of removing false corners)
- 2014-07-05 21:46:50下载
- 积分:1
-
matlab
MATLAB课件,前两章,包括数值运算和简述,对初学者有很大的帮助(MATLAB courseware, the first two chapters, including numerical computation and brief for beginners great help)
- 2013-03-17 13:19:24下载
- 积分:1
-
232
MODEL
modeling system markov IN DOC
- 2015-03-06 20:15:42下载
- 积分:1
-
alternative
Alternative inline assembly for SMP.
- 2014-09-21 17:39:15下载
- 积分:1
-
bisect
二分法求解非线性方程的根,有详细中文注释和例程!(Dichotomy for solving nonlinear equations of the root, with detailed notes in Chinese and routines!)
- 2011-12-27 21:57:58下载
- 积分:1