cycle_detect
Detect repeating cycles in time-series data by applying FFT, ACF, wavelet, and MUSIC spectral analysis with three-stage voting. Outputs periods, confidence, and current phase.
Instructions
频谱周期检测:对输入时间序列运行 FFT/ACF/小波/MUSIC 等频谱分析+三级投票,输出检测到的周期、置信度和当前相位
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| methods | No | 检测方法,逗号分隔: fft, acf, wavelet, emd, lomb, music, esprit, mem | fft,acf,wavelet,music |
| data_csv | Yes | CSV,至少两列: period(时间), value(数值)。示例: period,value 2000,100 2001,102 | |
| target_low | No | 目标周期下限 | |
| target_high | No | 目标周期上限 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |