Python中滑动平均算法(Moving Average)方案: #!/usr/bin/env python # -*- coding: utf-8 -*- import numpy as np # 等同于MATLAB中的smooth函数,但是平滑窗口必须为奇数。 # yy = smooth(y) smooths the data in the column vector y .. # The first few elements of yy are given by # yy(1) = y(1) # yy(2) = (y(1) + y(2) + y(3))/3 # yy(3) = (y(1
2021-10-29 21:44:02 36KB IN ng python
1
Moving-Average:Python移动平均线(股票)
2021-10-04 12:33:28 65KB JupyterNotebook
1
fft捕获算法的实现,有多个文件,可直接运行
2021-06-11 09:18:48 7KB acquisition average fft
1
重要提示:本游戏使用OpenGL并要求3D加速才能正常运行。 如果没有独立显卡,它将无法在大多数系统上运行。
2021-04-29 13:04:36 12.12MB 开源软件
1