BrainFlowsIntoVRChat icon indicating copy to clipboard operation
BrainFlowsIntoVRChat copied to clipboard

Heart Rate Fix

Open ChilloutCharles opened this issue 6 months ago • 0 comments

~HR not as reactive due to minimum peak distance setting and wrong filter order~ ~- peak distance changed from sampling rate / 2 -> peak distance at max heart rate~ ~- moved detrend operation as last filter applied~ ~- added z score peak detection~ ~- resample to double the highest bpm for further filtering (nyquist theorem)~

  • Replaced Brainflow Filtering with Brainflow Wavelet Denoising and Scipy Butter Filtering.
  • Removed z score based peak detection

ChilloutCharles avatar Aug 12 '24 23:08 ChilloutCharles