-
Sensor_CMOS
Code to controlling a Image sensor - CMOS(Code to controlling a Image sensor- CMOS)
- 2009-11-13 03:02:36下载
- 积分:1
-
first1
这是数字信号处理的作业的第一部分包括了lms算法的基本步骤(This is a digital signal processing operations, including the first part of the basic steps of the lms algorithm)
- 2009-04-28 19:14:37下载
- 积分:1
-
Coherence
Matlab function to calculate the coherence of a dictionary
( It calculates the maximum absolute inner product between two distinct atoms.)
- 2012-06-01 06:07:02下载
- 积分:1
-
ICA
说明: 独立成分分析算法降低原始数据噪声,并提取特征值,非常有用得数据去噪程序。(Independent component analysis algorithm reduces the raw data noise, and extract characteristic value, is more helpful data denoising procedure.)
- 2010-04-01 17:16:02下载
- 积分:1
-
Assignment-2
Newton and Golden search method matlab code
- 2014-10-29 04:20:07下载
- 积分:1
-
distr_notch
Function for power quality disturbances (Notch), lets customer to choose parameters
- 2015-04-15 03:48:42下载
- 积分:1
-
adapt
基于LMS算法的两路信号的典型自适应噪声对消求解,程序已调试可运行,结果准确。(Adaptive Noise LMS algorithm based on a typical two-way signal cancellation solving, debugging procedure has been run, results are accurate.)
- 2014-02-24 11:10:08下载
- 积分:1
-
rgmygzzd
基于支持向量机的变压器故障诊断,主要是做预测变压器故障的(Transformer based on support vector machine fault diagnosis, the main transformer failure is to do projections)
- 2011-05-27 11:11:10下载
- 积分:1
-
[Matlab]
主成分分析数据处理代码,包括协方差矩阵计算等(data product)
- 2012-05-02 16:21:47下载
- 积分: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