We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc63ff commit 86552fdCopy full SHA for 86552fd
simpleresptest
@@ -18,7 +18,5 @@ print(rawresp.data)
18
breathlist = chest_belt.respiratorysqi(rawresp, debug=True)
19
chest_belt.plotbreathqualities(breathlist, totaltime=(len(rawresp) / samplerate))
20
chest_belt.plotbreathwaveformwithquality(rawresp, breathlist)
21
-chest_belt.plotbreathwaveformwithquality(
22
- rawresp, breathlist, plottype="other"
23
-)
+chest_belt.plotbreathwaveformwithquality(rawresp, breathlist, plottype="other")
24
chest_belt.summarizebreaths(breathlist)
0 commit comments