-
oqpsk
说明: oqpsk信号,滚降系数分别为0.4,0.7,1.0.信噪比为20bB(OQPSK signal, roll-off coefficients were 0.4,0.7,1.0. 20bB SNR)
- 2008-11-09 19:42:04下载
- 积分:1
-
CLdsk11
Three thing are there and it is here
- 2011-04-24 00:49:47下载
- 积分:1
-
16157800SeiSee_2_11_2
用于查看地震资料的软件seiSee以及所需要的代码库,安装后即可使用(software seiSee for viewing the seismic data and the required code libraries, can be used after installation)
- 2016-01-12 17:09:15下载
- 积分:1
-
zxmzf
最炫民族风 matlab实现,网友共享。效果不错(zuixuan minzu feng)
- 2012-05-20 15:16:16下载
- 积分:1
-
shibie.m
Matlab编写的通信调制方式识别代码,包括AM、FM、ASK、FSK、PSK(The Matlab communications modulation recognition code, including AM, FM, ASK, FSK, PSK)
- 2012-06-23 16:41:01下载
- 积分:1
-
DINEN50530
This module will simulate any PV module with different weather conditions as an input. and is also connected to an simplified Maximum Power Point Tracker system to recognize the Working volrage of the cell (module)
- 2013-10-29 18:59:33下载
- 积分:1
-
qw
对最小相位系统的性能研究以及DMC的仿真实例。(The simulation study of the performance of the system and the minimum phase of DMC.)
- 2013-12-27 17:25:11下载
- 积分:1
-
sudu
计算数独的好方法,能够快速解决问题,使用方便(Good way to calculate the number of independent, able to quickly solve the problem, easy to use)
- 2010-06-19 00:10:42下载
- 积分:1
-
Wavelet
A wavelet is a wave-like oscillation with an amplitude that starts out at zero, increases, and then decreases back to zero
- 2012-07-21 19:00: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