Add Standard Deviation calculation to smooth node

This commit is contained in:
Dave Conway-Jones
2015-10-11 17:47:08 +01:00
parent 5316ff715c
commit 5d4a255876
4 changed files with 34 additions and 10 deletions

View File

@@ -20,7 +20,8 @@
<select id="node-input-action" style="width:60%; margin-right:5px;">
<option value="max">Return the maximum value seen</option>
<option value="min">Return the minimum value seen</option>
<option value="mean">Return the mean value seen</option>
<option value="mean">Return the mean value</option>
<option value="sd">Return the standard deviation</option>
<option value="low">Perform low pass filter</option>
<option value="high">Perform high pass filter</option>
</select>