-
programming_tips
Matlab programming tips.
- 2012-04-17 20:16:18下载
- 积分:1
-
MatlaB
matlaB相关资料的讲义,中文讲义,适用于matlaB初学者。(Handouts matlaB relevant information, Chinese handouts for matlaB beginners.)
- 2014-01-26 10:32:32下载
- 积分:1
-
edge
matlab code for edge detection
- 2012-06-08 22:54:23下载
- 积分: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
-
SA
说明: A Simulated Annealing
- 2009-10-18 02:26:43下载
- 积分:1
-
(5a6)CCF-X
ccf for rayleigh channel
- 2012-07-17 19:30:01下载
- 积分:1
-
phasesim
设计了各种窗函数的滤波器,包括矩形窗,滚降升余弦窗,切比雪夫窗,凯泽窗等。(Designed a variety of window function filters, including the rectangular window, roll-off raised cosine window, Chebyshev windows, Kaiser windows.)
- 2013-09-02 16:03:25下载
- 积分:1
-
变采样和多相滤波器的实现
变采样和多相滤波器的实现。本程序实现了一个变采样程序,中间设计滤波器设计和插值抽取。其中滤波器设计用的是窗函数法,根据要求设计窗函数,得到窗函数的长度。接着是插值,滤波,抽取,得到最后变采样之后的波形文件、另外对比了用直接卷积和多相分解卷积两种方法最后的结果。
(Implementation of variable sampling and polyphase filter. This procedure implements a variable sampling procedures, intermediate design and interpolation and decimation filter design. The filter design is using the window function method, according to the requirements of the design of window function, get the length of the window function. Then the interpolation, filtering, extraction, and finally obtain the variable wave file, sampling after the addition of contrast and polyphase decomposition results of two methods for convolution last direct convolution.)
- 2021-05-09 18:28:34下载
- 积分:1
-
123reasurchmethod
搜索算法是利用计算机的高性能来有目的的穷举一个问题的部分或所有的可能情况,从而求出问题的解的一种方法(search algorithm is the use of high-performance computer to a purpose of an exhaustive part or all of the possible , and to obtain the solutions of the problems a method)
- 2006-12-30 14:54:30下载
- 积分:1
-
UnderwaterCommunicationModel
a matlab file to develop models for underwater acoustic communication networks
- 2013-09-10 23:19:06下载
- 积分:1