Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
node_modules /
node-red-node-smooth /
[ HOME SHELL ]
Name
Size
Permission
Action
icons
[ DIR ]
drwxr-xr-x
17-smooth.html
5.42
KB
-rw-r--r--
17-smooth.js
3.43
KB
-rw-r--r--
LICENSE
627
B
-rw-r--r--
README.md
1.2
KB
-rw-r--r--
package.json
1.49
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
node-red-node-smooth ==================== A <a href="http://nodered.org" target="_new">Node-RED</a> node that provides several simple smoothing algorithms for incoming data values. These include - Minimum - Maximum - Mean - Standard Deviation - High Pass Smoothing - Low Pass Smoothing Install ------- Run the following command in your Node-RED user directory - typically `~/.node-red` npm install node-red-node-smooth Usage ----- A simple node to provide various functions across several previous values, including max, min, mean, standard deviation, high and low pass filters. Max, Min, Mean and Standard Deviation work over a rolling window, based on a specified number of previous values. The High and Low pass filters use a smoothing factor. The higher the number the more the smoothing. E.g. a value of 10 is similar to an α of 0.1. It is analogous to an RC time constant - but there is no time component to this as the code is based on events arriving. If `msg.reset` is received (with any value), all the counters and intermediate values are reset to an initial state. **Note:** This node only operates on **numbers**. Anything else will try to be made into a number and rejected if that fails.
Close