搜索资源列表
tftb-0.1
- matlab常用函数源代码,如sigmerge等函数,可直接调用,代码均通过测试-commonly used functions of matlab source code, such as sigmerge function can be called directly, the code are tested
matlab-OMPcode
- 压缩感知重构算法之正交匹配追踪(OMP)算法的MATLAB函数代码,并且给出单次测试例程代码、测量数M与重构成功概率关系曲线绘制例程代码-Compressed Sensing Reconstruction Algorithm of Orthogonal Matching Tracking (OMP) algorithm MATLAB function code and test routines are given a single code, measuring the number of M
rankoperation
- 贝叶斯变换应用于图像方面的函数代码,matlab平台,已经测试调试完毕-Bayesian transform applied to image of function code, the matlab platform, has finished testing and debugging
烟花算法matlab代码
- 烟花算法的代码解析,以及测试数据,还有多个测试函数(Fireworks algorithm code analysis)
CEC2017
- CEC2017-20个测试函数说明(低维图像),包含matlab代码(Cec217-20 test function descr iptions (low dimensional image), including Matlab code)
strategy.m
- macd交易策略代码 % 子函数1:top_sharpes 选取夏普比率最高五只股票 % 子函数2:best_weights 确定最优权重 % 子函数3:my_macd 计算各股macd % 子函数4:backtest 识别买卖信号模拟交易,计算各股累计收益 % 主函数思路:1.设定训练期为1年,测试期为半年 % 2.动态选股:2.1 使用4个子函数计算第i个测试期的累计收益 % 2.2 将第i个测试期并入训练期 %