An open API service indexing awesome lists of open source software.

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

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数组),返回雨流路径(索引), 下一次要继续分析的子谱(可能不止一个)