20-ICASSP-A_WiFi-Based_Passive_Fall_Detection_System

基于 WiFi 信号的跌倒检测系统最近越来越受欢迎。然而,现有的大部分依赖于训练的工作都是依赖于环境的。在本文中,我们提出了 DeFall,这是一种新型的基于 WiFi 的、独立于环境的跌倒检测系统,它利用了与人类跌倒相关的内在特征——速度和加速度随时间变化的模式。该系统由离线模板生成阶段和在线决策阶段组成。在离线阶段,首先基于信道状态信息 (CSI) 的统计模型估计人类跌倒的速度。应用基于动态时间扭曲 (DTW) 的算法来生成典型人类跌倒的代表性模板。然后通过评估实时速度/加速度估计模式与代表性模板之间的相似性,在在线阶段检测跌倒事件。大量实验结果表明,使用一对 WiFi 收发器,所提出的系统在视距 (LOS) 和非视距 (NLOS) 下均可实现 96% 的检测率和小于 1.5% 的误报率场景。在这里插入图片描述

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
vad_corr 函数是一种语音信号处理函数,用于基于自相关函数的声音活动检测。下面是 vad_corr 函数的 MATLAB 注释: ```matlab function [vad,c,zcr,amp] = vad_corr(x, fs, fr, w, n1, n2, n3, n4, amp1, amp2, amp3, amp4) % VAD_CORR Voice Activity Detection using Zero Crossing Rate and Correlation % [vad,c,zcr,amp] = vad_corr(x, fs, fr, w, n1, n2, n3, n4, amp1, amp2, amp3, amp4) % % INPUT: % x: input signal % fs: sampling frequency % fr: frame rate (frames per second) % w: window function % n1: minimum number of consecutive frames below amp1 % n2: minimum number of consecutive frames above amp2 % n3: minimum number of consecutive frames below amp3 % n4: minimum number of consecutive frames above amp4 % amp1: threshold for minimum amplitude (below) % amp2: threshold for maximum amplitude (above) % amp3: threshold for minimum correlation (below) % amp4: threshold for maximum correlation (above) % % OUTPUT: % vad: voice activity detection result (1: active, 0: inactive) % c: correlation matrix % zcr: zero crossing rate % amp: amplitude % % The algorithm is based on a zero-crossing rate and a correlation matrix % computation. In the correlation matrix, the diagonal and the lower % triangle are used to compute the correlation coefficient between frames. % The upper triangle is used to store the energy of the frames. % The algorithm is described in: % S. Marcellin, "Voice activity detection using correlation in subbands % with adaptive thresholding," in Proc. ICASSP, vol. 1, 1999, pp. 269-272. ``` vad_corr 函数的输入包括: - x:输入信号。 - fs:采样率。 - fr:帧速率(每秒的帧数)。 - w:窗口函数。 - n1:低于 amp1 的最小连续帧数。 - n2:高于 amp2 的最小连续帧数。 - n3:低于 amp3 的最小连续帧数。 - n4:高于 amp4 的最小连续帧数。 - amp1:最小幅度阈值(低于该阈值)。 - amp2:最大幅度阈值(高于该阈值)。 - amp3:最小相关性阈值(低于该阈值)。 - amp4:最大相关性阈值(高于该阈值)。 vad_corr 函数的输出包括: - vad:语音活动检测结果(1:活动,0:非活动)。 - c:相关矩阵。 - zcr:过零率。 - amp:幅度。 该算法基于过零率和相关矩阵计算。在相关矩阵中,对角线和下三角用于计算帧之间的相关系数。上三角用于存储帧的能量。算法描述在以下文章中: - S. Marcellin,“使用自适应阈值下的子带相关性进行语音活动检测”,ICASSP会议论文集,第1卷,1999年,页269-272。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值