-
SHAOXIANGBAIFO
说明: 1、指标信号,仅当参考;理解理念,才更重要!指标中大阳支撑的理念,请大家适当参考;其余提示信号,均可只当戏玩,不可生搬硬套!
2、【烧香拜佛】指标极其简单,不可单独使用,请结合盘面热点、板块龙头等情况,综合考虑目标的机会。
3、该指标对于进入主升浪、台阶式上涨的目标,最为有效!
下面给出大智慧L2、飞狐、通达信三种常用软件的版本源码,请需要的朋友适当参考。 (1, indicator signal, only when the reference understand the concept, it is more important! Indicators support the idea of the sun, please refer to the appropriate the remaining prompts signal, can only play when the play, not rote! 2】 【pray to Buddha indicator is extremely simple, is not alone, please combine disk hot plate leading, etc., considering the target opportunity. 3, the indicator for access to the main upward move, stepped up the goal, the most effective! Here are great wisdom L2, flying fox, accessible version of the letter are three commonly used software source code, make a friend in need the appropriate reference.)
- 2010-04-07 22:02:14下载
- 积分:1
-
parallel
说明: 平行板电容器电容的矩量法计算 算法简单容易实现(Capacitance of parallel plate capacitor method of moments algorithm is simple and easy to implement)
- 2011-03-28 13:48:45下载
- 积分:1
-
winer
本代码为最佳滤波器的研究,关于维纳滤波器的设计实验(This code is the best filter research, design experiments on the Wiener filter)
- 2009-11-17 19:47:27下载
- 积分:1
-
GengerateCrossCorreslation
广义互相关函数,用于时延估计的运算,很好用。(Generalized cross-correlation function for time delay estimation of the operation, it just works.)
- 2021-03-26 15:59:13下载
- 积分:1
-
parameter_classic
在MATLAB环境下用经典参数法求高斯信道的参数(In the MATLAB environment parameters method with the classical Gaussian channel parameters)
- 2009-05-31 13:25:16下载
- 积分:1
-
weinerfilter
说明: 维纳滤波matlab源代码,无错,可以运行结果,有与fir滤波方法对比结果。(program of wiener filter used in image postprocessing,which can be runned with an expected result.)
- 2010-04-25 17:13:57下载
- 积分:1
-
TP_TS210_EN206_2009_2010
codage programmes pour la parole
- 2010-05-10 23:32:42下载
- 积分:1
-
4
说明: 高斯赛德尔和雅克比迭代求解方程的matlab程序(the Jacobi and GaussSediel )
- 2014-01-06 19:53:47下载
- 积分:1
-
RLS
基于RLS算法的数据预测与MATLAB实现——
递归最小二乘(RLS)算法是一种典型的数据处理方法,递归最小二乘(RLS)算法在信号自适应滤波分析中广泛应用,递归最小二乘(RLS)算法收敛速度快,且对自相关矩阵特征值的分散性不敏感,然而其计算量较大。(RLS algorithm based on forecast data and MATLAB realization Recursive Least Squares (RLS) algorithm is a typical method of data processing, recursive least squares (RLS) algorithm is widely used in signal analysis, adaptive filtering, recursive least squares (RLS) algorithm converges fast, and dispersion of autocorrelation matrix eigenvalue insensitive, but its large amount of calculation)
- 2016-05-16 15:16:56下载
- 积分:1
-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(n)为偏差 d(n)为期望输出 y(n)为实际输出 η为学习速率 n为迭代次数 2、初始化,赋给w(0)各一个较小的随机非零值,令n=0 3、对于一组输入样本x(n)和对应的期望输出d,计算 e(n)=d(n)-X^T(n)W(n) W(n+1)=W(n)+ηX(n)e(n) 4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1