-
qpskfigure
说明: qpsk在不同噪声环境下的星座图程序和产生的qpsk与其他信号的比较(qpsk different noise environment in the constellation process and the resulting qpsk comparison with other signals)
- 2010-04-29 10:46:59下载
- 积分:1
-
fdatool
matlab当中的滤波器工具(调用及制作)的使用文档(matlab doc)
- 2011-11-12 14:53:39下载
- 积分:1
-
pieflab
广义交义验证的去噪程序包,能够对一维和二维的信号及图像进行处理(PiefLab is a library of Matlab algorithms for wavelet noise reduction PiefLab has several routines for: 1) Wavelet transforms: fast and undecimated, (bi)orthogonal, 1D, 2D. Special attention was paid to fast implementation through Matlab blass routines and polyphase implementation of filter banks. )
- 2010-08-29 09:30:09下载
- 积分:1
-
ant-colony-matlab
求解VRP问题的新解法蚁群算法matlab程序(The new method for solving VRP problems ant colony algorithm matlab program)
- 2009-12-07 04:07:18下载
- 积分:1
-
estimation_resample
一种用于谐波分析的重采样方法,同过matlab仿真实现(For the resampling method of harmonic analysis, Matlab simulation to achieve the same over)
- 2012-05-31 20:19:06下载
- 积分:1
-
ProgrammingPPerl
Perl 语言编程
第三版 作者:Larry Wall, Tom Christiansen, and Jon Orwant 译者:何伟平
(The third edition of the Perl programming language: Larry Wall, Tom Christiansen, and Jon Orwant Translator: weipin)
- 2013-11-04 23:05:21下载
- 积分:1
-
buck
本仿真为电动汽车充电仿真,采用了非隔离式的DC/DC环节(The simulation for the electric car charging simulation, using a non-isolated DC/the DC link)
- 2012-07-23 11:20:32下载
- 积分:1
-
pca_2d
这是一个PCA的练习题,即主成分分析,用于数据将维,将高维大数据降为低维数据。是一种高效率的数据处理方法。(This is a PCA exercises, namely principal component analysis for data-dimensional, high-dimensional data is reduced to a large low-dimensional data. Is a highly efficient method of data processing.)
- 2014-09-30 00:19:16下载
- 积分: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
-
WAVPENE
小波包分析结合能量算法实现特征信号的提取,其中还包含用于测试的轴承数据(Wavelet packet analysis combined with the energy of signal feature extraction algorithm, which also contains the data for bearing test)
- 2015-04-15 11:42:29下载
- 积分:1