-
TH-PPMsimulation
程序包涵盖了超宽带书中的函数,并进行了主程序的编写,最后构成了TH-PPM系统仿真基本程序(Package covers a function of the book Ultra-Wideband, and the preparation of the main program, the final composition of the TH-PPM system, the basic procedures for simulation)
- 2009-06-29 10:37:43下载
- 积分:1
-
mu-fisher
基于mu节律能量的140组脑电信号的决策分类,从3s到9s之间不同决策时间点的识别率,最高为85 (140 mu rhythm-based energy group decision-making EEG classification, from 3s to 9s different decision points in time between the recognition rate up to 85 )
- 2011-04-19 20:04:30下载
- 积分:1
-
jpeg2000_matlab
jpeg2000的matlab实现,包括实现的ppt。对图像处理和JPEG2000加密的朋友很有帮助。(JPEG2000 of Matlab realized, including the realization of ppt. Right JPEG2000 image processing and encryption of helpful friends.)
- 2006-06-07 15:58:02下载
- 积分:1
-
MD_MUSIC
MD_MUSIC,多维MUSIC算法,测向算法,有工程意义,但运算量大。(MD_MUSIC,DOA,computational expense)
- 2011-08-03 19:47:47下载
- 积分:1
-
LEIDA
常见激光雷达的重要原理 常见军用激光雷达的重要原理 激光(The principle of lidar)
- 2011-12-22 14:19:00下载
- 积分: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
-
FCM_src
classification d image avec l algo FCM
- 2013-12-14 20:13:25下载
- 积分:1
-
NA-MEMD
说明: 多元经验模式分解(MEMD)算法是EMD算法从单个变量到任意数量的变量的扩展,其与经验模态分解一样存在模式混合问题,基于噪声辅助的多元经验模式分解(NAMEMD)就在对MEMD的改进,解决其问题。(The multiple empirical mode decomposition (MEMD) algorithm is an extension of the EMD algorithm from a single variable to any number of variables. Like the empirical mode decomposition, there is a mode mixing problem. The noise-assisted multiple empirical mode decomposition (NAMEMD) is just Improve and solve its problems.)
- 2021-03-12 15:09:25下载
- 积分:1
-
mcr1
it s about mcr moindre carre recurssive
- 2009-08-08 21:33:50下载
- 积分:1
-
the-shortest-route
使用matlab编程,图论最短路线的Ford迭代算法、Dijkstra算法和Floyd算法(Ford shortest graph theory iterative algorithm)
- 2013-07-21 22:54:09下载
- 积分:1