feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 deletions
@@ -0,0 +1,16 @@
# 数学函数 / 信号处理
## `filter_hp(y, l)`
声明:function
HP滤波法
<!-- tags: 过滤 筛选 filter HP -->
| 参数 | 类型 | 说明 |
| ---- | ----- | ---------------------- |
| `y` | array | 一维数字数组,时间序列 |
| `l` | any | 整数,平滑参数 |
返回:array