We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3d341 commit 9eb7518Copy full SHA for 9eb7518
1 file changed
src/dsp/mths.clj
@@ -1,11 +1,12 @@
1
^{:kindly/hide-code true
2
- :clay {:title "DSP Study Group - Camera PPG data"
+ :clay {:title "Extracting Heart Rate from Smartphone Camera Video"
3
:quarto {:author [:daslu]
4
- :description "Analysing the MTHS dataset of Camera PPG data"
+ :description "Using signal processing to extract and validate heart rate from Camera PPG data against clinical ground truth"
5
:category :clojure
6
:type :post
7
:date "2025-11-21"
8
- :tags [:dsp :math :biometrics]}}}
+ :tags [:dsp :signal-processing :biometrics :camera-ppg :heart-rate]
9
+ :draft true}}}
10
(ns dsp.mths)
11
12
;; ## Introduction
0 commit comments