使用雷达测量心率和呼吸频率项目(9)- 用于信号处理雷达数据的MATLAB程序

发布时间:2023-12-02 11:00

filter_BR.m

function [S_o] = filter_BR(S_i,Fs,Q)
%This function detects and removes the breathing and all it\'s harmonics,
%assuming it\'s the strongest tone.
%   Detailed explanation goes here
    F_resolution = 1/60;
    beta = 0.1;
    [f,S_i_fft] = smartFFT_abs(

ItVuer - 免责声明 - 关于我们 - 联系我们

本网站信息来源于互联网,如有侵权请联系:561261067@qq.com

桂ICP备16001015号