cycle_phase
Find the current phase of a cycle in a time series by running CF bandpass filtering and phase inference on period/value CSV data. Set the bandpass range in years.
Instructions
周期相位判断:对输入时间序列运行 CF 带通滤波 + 相位推断
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| low_yr | No | 带通滤波低端(年) | |
| high_yr | No | 带通滤波高端(年) | |
| data_csv | Yes | CSV,包含 period,value 两列 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |