-
Notifications
You must be signed in to change notification settings - Fork 86
store waveform scale
Chris Petersen edited this page Oct 16, 2014
·
1 revision
store-waveform-scale sets waveform scaling information. The scaling list has four parameters: (imin imax omin omax), where [imin imax] specifies the input range and [omin omax] specifies the output range.
Parameter | Description |
---|---|
store | Store name |
id | Id under which waveform is to be stored |
lst | Waveform scaling information. Set to '(0 0 0 0) to disable scaling |
Example 1: Disable PLETH waveform scaling.
(store-waveform-scale store "PLETH" '(0 0 0 0))
Example 2: Set PLETH waveform scaling to convert integer values 0-4096 to a 0.0-1.0 range
(store-waveform-scale store "PLETH" '(0 4095 0. 1.)
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip