Skip to content

Commit 9eb7518

Browse files
committed
mths - wip
1 parent 7a3d341 commit 9eb7518

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/dsp/mths.clj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
^{:kindly/hide-code true
2-
:clay {:title "DSP Study Group - Camera PPG data"
2+
:clay {:title "Extracting Heart Rate from Smartphone Camera Video"
33
:quarto {:author [:daslu]
4-
:description "Analysing the MTHS dataset of Camera PPG data"
4+
:description "Using signal processing to extract and validate heart rate from Camera PPG data against clinical ground truth"
55
:category :clojure
66
:type :post
77
:date "2025-11-21"
8-
:tags [:dsp :math :biometrics]}}}
8+
:tags [:dsp :signal-processing :biometrics :camera-ppg :heart-rate]
9+
:draft true}}}
910
(ns dsp.mths)
1011

1112
;; ## Introduction

0 commit comments

Comments
 (0)