-
Technical-indicators-by-Matlab
用matlab编写了20几个常见的技术指标,方便大家开发策略时候,直接调用。
1)编写这些函数不是技术活,完全是体力活
2)之所以编写这些函数,一来是自己研究所需,二来自己编写过程中能够感悟到蕴含在公式中的思想
3)几乎所有函数,我都用数据测试过,并和交易开拓者、同花顺等计算的值进行了比对,最大程度
上保证指标算法的准确性。虽然已近极力避免错误,但是还是可能出现一些这样那样的错误,所以
请批判性使用这些函数
4)如果对这些函数有疑问(比如有些指标可能会有不同的处理方法),请参见函数中的参考文献部分
5)如果您的策略用到了这些函数,请一定研究这些函数的编写过程,避免未来函数、偷价漏价对你造成的干扰。(20 using matlab few common technical indicators, to facilitate the development of strategies when called directly.
1) preparation of these functions are not technology live, is completely manual labor
2 thoughts) reason to write these functions, one is required for their own research, and secondly to be able to comprehend the process of writing their own inherent in the formula
3) Almost all of the functions that I have tested with the data, and the Trail Blazers and trading, such as flush with the calculated values were compared right, the greatest degree of
On indicators to ensure the accuracy of the algorithm. Although almost try to avoid mistakes, but still may be some kind or another error,
Please use these critical functions
4) If you have questions about these functions (for example, some indicators may have different processing methods), see the References section function
5) If your policy to use these functions, be sure to study the process of)
- 2021-04-25 10:08:46下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
an_antenna_pattern_design_software_based_on_matlab
对几种天线的方向图进行仿真,有2D和3D两种显示模式,适合matlab初学者或者天线设计初学者(Several antenna pattern of the simulation, there are two kinds of 2D and 3D display mode, suitable for beginners or the antenna design for beginners matlab)
- 2010-11-18 19:49:24下载
- 积分:1
-
xiamding
说明: 此程序是基于自适应限定记忆最小二乘法,运用递推算法。(This program is limited to memory based on adaptive least squares method, the use of recursive algorithms.)
- 2011-03-26 19:52:00下载
- 积分:1
-
fangbonibian
基于Matlab simulink搭建的方波逆变器仿真模型,模型正确可直接使用(Square wave inverter simulation model based on Matlab simulink structures, the model is correct and can be used directly)
- 2012-08-30 10:16:52下载
- 积分:1
-
Xiaoliang-s-control-toolbox-master
Xiaoliang control toolbox containing comprehension controllability analysis toolbox and robust controller tuning matlab toolbox
- 2017-08-01 18:12:29下载
- 积分:1
-
Lucy-Richardson-Algorithm
Project on Image Restoration
- 2013-11-12 18:00:16下载
- 积分:1
-
NMF.tar
NMF常用源码。需要的拿去。NME常用MATLAB源码。(NMF common source. Need to take. NME used MATLAB source.)
- 2013-11-16 21:34:57下载
- 积分:1
-
matlab
对具有随机噪声的二阶系统的模型辨识,进行标幺化以后系统的参考模型差分方程为
(7.90)
式中, 为随机噪声。由于神经网络的输出最大为1,所以,被辨识的系统应先标幺化,这里标幺化系数为5。利用图7.5正向建模(并联辨识)结构,神经网络选用3-9-9-1型,即输入层i,隐层j包括2级,输出层k的节点个数分别为3、9、9、1个;
(Model identification of two order systems with stochastic noise)
- 2016-07-19 10:39:20下载
- 积分:1
-
apfft
说明: 全相位FFT与传统FFT对比图,包括幅值曲线 相频曲线(Comparison of all phase FFT and traditional FFT)
- 2020-11-18 18:09:20下载
- 积分:1