Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
songzhe2001 authored Apr 29, 2024
1 parent 87dd2a8 commit 96c0cb8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# STM32-IKS4A1的QVAR触摸识别
##识别原理及流程
1、使用迟滞思想,将QVAR的输入量化为1,0,-1。
2、对量化后的数据进行延时去抖
3、将近三次数据进行分类
##使用方法
1、传入qvar的测量数据,类型为int16_t,单位为mv的请将输入数据×78,返回识别结果。
2、本人测量数据频率约为1Khz,其他频率请自行更改去抖参数。
##结果说明
2、-2为点按,1、-1为滑动,0无操作。
**注意,未做连击识别**
##识别原理及流程
1、使用迟滞思想,将QVAR的输入量化为1,0,-1。
2、对量化后的数据进行延时去抖
3、将近三次数据进行分类
##使用方法
1、传入qvar的测量数据,类型为int16_t,单位为mv的请将输入数据×78,返回识别结果。
2、本人测量数据频率约为1Khz,其他频率请自行更改去抖参数。
##结果说明
2、-2为点按,1、-1为滑动,0无操作。
**注意,未做连击识别**

0 comments on commit 96c0cb8

Please sign in to comment.