https://github.com/synodriver/rainflow
high performance rainflow analyze
https://github.com/synodriver/rainflow
Last synced: about 1 year ago
JSON representation
high performance rainflow analyze
- Host: GitHub
- URL: https://github.com/synodriver/rainflow
- Owner: synodriver
- Created: 2022-05-11T14:29:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T15:06:36.000Z (about 4 years ago)
- Last Synced: 2025-02-14T00:23:57.461Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# 载荷谱分析 -- 雨流计数法
```python
from typing import Tuple, List
from array import array
import numpy
def path(spectrum: numpy.ndarray) -> Tuple[List[int], List[array]]: ...
```
- 输入载荷谱(支持缓冲区协议的一维C连续double数组),返回雨流路径(索引), 下一次要继续分析的子谱(可能不止一个)