-
Kohonen
一种非线性传递函数
- Kohonen学习规则
(A nonlinear transfer function- Kohonen learning rule)
- 2007-07-11 17:52:10下载
- 积分:1
-
regression_copy
岭回归程序
输入参数为自变量、因变量和优化因子
输出参数为映射矩阵与回归误差(Ridge Regression.
Input parameters:
- X: Input data block (k x n)
- Y: Output data block (k x m)
- q: Stabiliaztion factor (optional)
If not given, estimated from data
Return parameters:
- F: Mapping matrix, Yhat = X*F
- error: Prediction errors)
- 2010-10-05 18:46:42下载
- 积分:1
-
wavelet
隐马尔科夫的MATLAB代码,希望对大家有帮助,仅供大家参考,希望有用(Hidden Markov of the MATLAB code, and want to help everyone, only for your reference and hope be useful)
- 2009-11-06 11:29:25下载
- 积分:1
-
fftfiltler
生成一个正弦信号,并加入白噪声,得到正弦信号以及白噪声的混合信号,通过低通滤波器对白噪声进行处理(generate a sinusoidal signal, and add white noise, sinusoidal signal to be white noise and mixed-signal, through low-pass filter white noise processing)
- 2006-06-15 21:34:34下载
- 积分:1
-
nouveau-exposer1
this is a short ppt make by me to explain more the QRMLD algorithm in signal detection for MIMO-OFDM systems.
- 2014-12-10 11:39:19下载
- 积分:1
-
A-algorithm-robot-path
用于已知栅格环境下机器人路径规划的Astar算法源码,像知道的可以来看看一看 ,对于像用matlab来仿真算法的有所帮助(Known for grid environment of the path planning algorithm Astar source, like know can come to see a see, for as by matlab simulation algorithm to the help)
- 2011-12-27 22:26:53下载
- 积分: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
-
OFDM系统下不同子载波数时PAPR的CCDF曲线
说明: 在ofdm系统下,比较不同载波时,对峰值平均功率比的抑制作用。(In OFDM system, the PAPR suppression effect of different carriers is compared.)
- 2021-04-15 15:18:54下载
- 积分:1
-
Matlabppt
介绍了matlab在工程应用方面的使用和方法(Matlab introduced the use in engineering applications and methods)
- 2011-01-11 15:14:37下载
- 积分:1
-
Debye
Debye级数展开模型,计算均匀球形粒子散射角——散射光强曲线:
1. RB1.m 计算第一类Ricatti-Bessel函数的函数
2.RB2.m 计算第二类Ricatti-Bessel函数的函数
3. Alegendr.m 计算角函数 和 的函数
4. MieCoeff.m 计算米尔系数的函数
5. Amp.m 计算散射光复振幅的函数
6. DebyeIntensity.m Debye级数展开模型画均匀球形粒子散射角-光强图
(Debye series expansion model to calculate the uniform spherical particles scattering angle- scattering intensity curve: 1. RB1.m calculated first class Ricatti-Bessel function of the function 2. RB2.m calculate the second category Ricatti-Bessel function of the function 3. Alegendr.m computing angle functions and function 4. MieCoeff.m Mill coefficient calculation function 5. Amp.m calculate the scattering amplitude recovery function 6. DebyeIntensity.m Debye series expansion model painted uniform spherical particles scattering angle- light intensity diagram)
- 2013-10-05 15:07:04下载
- 积分:1