-
denoise_matlab
matlab自适应消噪源代码,已通过编译,可运行.(Matlab Adaptive Noise Cancellation source code, compile, run.)
- 2006-12-05 10:31:33下载
- 积分:1
-
1.ER-WS_BA
ER,WS和BA网络模型生成算法的matlab实现(ER, WS and BA network model generation algorithm of matlab
)
- 2013-11-17 14:01:47下载
- 积分:1
-
Jmatrix
返回电力系统规划中用matpower计算一次潮流后得到的雅可比矩阵.(Return to power system planning using matpower after the tide once the Jacobian matrix.)
- 2020-12-16 16:29:13下载
- 积分:1
-
script_ber_msk_awgn
The file computes the bit error rate for MSK
- 2010-01-13 03:35:41下载
- 积分:1
-
zishiyingRLS
一个简单的例程,对仿真信号使用RLS算法进行自适应滤波(A simple routine of simulated signals using RLS adaptive filtering algorithms)
- 2015-01-27 19:59:25下载
- 积分: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
-
pls
一个很好用得基于MATLAB的偏最小二乘回归得程序。(A good use of the MATLAB based on a partial least-squares regression procedures.)
- 2008-06-04 07:58:08下载
- 积分:1
-
DTCverygood
direct torque control of bldc with low torque ripple
- 2010-12-21 21:55:41下载
- 积分:1
-
t
说明: 文章编辑系统,输入一页文字,程序可以统计出文字、数字、空格的个数。
静态存储一页文章,每行最多不超过80个字符,共N行
(Article editing system, input a word, the program can be worked out, words, numbers, the number of spaces. Static storage an article, each line no more than 80 characters, a total of N rows)
- 2010-01-25 23:00:40下载
- 积分:1
-
ultrasound-reconstruction.tar
实现基于压缩感知理论的超声重构算法,其中包含SPGL1的工具包,在maltab中添加到路径即可(Based on the theory of compressed sensing reconstruction algorithm ultrasound)
- 2014-01-19 15:44:49下载
- 积分:1