📦 deps(tsl): sync tsl-playbook from ecedf69b

Source-Commit: ecedf69b9c
This commit is contained in:
ci[bot]
2026-08-24 09:29:51 +08:00
parent 2f0d80da65
commit 2b74e1466d
664 changed files with 28934 additions and 37020 deletions
@@ -0,0 +1,16 @@
# 数学函数 / 信号处理
## `filter_hp(y, l)`
声明:function
HP滤波法
<!-- tags: 过滤 筛选 filter HP -->
| 参数 | 类型 | 说明 |
| ---- | ----- | ---------------------- |
| `y` | array | 一维数字数组,时间序列 |
| `l` | any | 整数,平滑参数 |
返回:array