-
COFDM_Simulation
cofdm的MATLAB程序,包括完整框图及各部分的模块连接,方便学习~(cofdm Simulink)
- 2010-06-08 11:33:34下载
- 积分: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
-
xindaomoxing
五种信道模型的matlab代码
【目录】:1、SUI信道 2、高斯信道 3、瑞利信道 4、COST231 5、COST207(Five-channel model matlab code 【Contents】: 1, SUI Channel 2, Channel 3, Gaussian, Rayleigh channel 4, COST231 5, COST207)
- 2009-05-02 11:36:43下载
- 积分:1
-
MATLABManual(3)
说明: 介绍MATLAB使用的相关知识和技巧,对入门者比较有用。(MATLAB introduce the use of relevant knowledge and skills useful for beginners comparison.)
- 2008-09-04 16:54:51下载
- 积分:1
-
fracal_function
分形提供了一种描述工程中不规则复杂现象中的秩序和结构的新方法。分形算法源程序,附带说明,已经过调试(Fractal description of the project provides a complex phenomenon in irregular order and structure of the new method. Fractal algorithm source code, a side note, has been commissioning)
- 2011-06-08 15:09:44下载
- 积分:1
-
BPclose
bp 网络逼近函数,作正弦函数逼近.对初学者来说是不错的例子.(bp network approximation functions for sine function approximation. For beginners is a good example.)
- 2007-04-23 16:16:08下载
- 积分:1
-
Untitled_ex
it is useful to my research work
- 2013-12-21 13:51:08下载
- 积分:1
-
RDA_point
RD算法实现,包括低斜视角和大斜视角(SRC方式2、SRC方式3)两种情况,系统固有参数见《Digital Processing of SAR Data》一书。(RD Algorithms implementation, including low squint case and high squint case.Parameters refer to 《Digital Processing of SAR Data》.)
- 2021-03-19 20:19:19下载
- 积分:1
-
lmssuanfaxianbo5bingxing
自适应并行陷波器,采用了陷波器的并行结构(adaptive lms)
- 2009-03-06 20:33:40下载
- 积分:1
-
matlab
自适应的最小均方算法:只要自适应线性组合器每次迭代运算时都知道输入信号和参考响应,选用LMS算法很合适。(Adaptive least mean square (LMS) algorithm: as long as the adaptive linear combiner for each iteration when they know that the input signal and reference response, selection of LMS algorithm is very appropriate.)
- 2009-11-14 09:32:11下载
- 积分:1