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
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