0.0.5 • Published 8 months ago

@racksync/node-red-contrib-low-pass-filter v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Node-RED Low Pass Filter Node

Platform node-red-contrib-low-pass-filter last commit

The Node-RED Node in this repository provides a robust low-pass filter, crucial for signal processing and data smoothing tasks. Designed with a dual-layer filtering approach, it is especially effective for scenarios where data consistency and stability are paramount.

Firstly, the flow utilizes an alpha-based mixing system. Through the adjustable Alpha parameter, users can define the weight between the new input and the previously processed value, enabling a dynamic level of filtering depending on specific needs.

Secondly, to ensure data integrity, a rate limiter is integrated. By setting the Difference parameter, users can define the maximum allowable difference between consecutive processed data points. This ensures the filtered output doesn't exhibit rapid or unrealistic jumps, making the flow particularly useful for scenarios like sensor data processing where sudden spikes might be prevalent but are not representative of actual changes.

Installation

You can install the nodes using "Manage palette" by searching low pass filter from node-red kebab menu or run the following command in the root directory of your Node-RED installation

npm install node-red-contrib-low-pass-filter --save

Usage

Put "Low Pass Filter" into your flow workspace as you wish

racksync-screenshot

Node-RED Node by RACKSYNC

racksync-node

Tips

  • It is recommended to always do a full deploy when you changed some of the nodes of this library to prevent unexpected behavior.
  • Always use debug node to test message payload before using in Production.

Automation Training

RACKSYNC CO., LTD.

We helps our customers to create life easier across the border of entire technology stack with household and business solutions. We modernize life with Information Technology, Optimize and collect data to make everything possible, secure & trusty \ \ RACKSYNC COMPANY LIMITED \ Suratthani, Thailand \ Email : devops@racksync.com \ Tel : +66 85 880 8885

Home Automation Thailand Discord Github WebsiteStatus

0.0.5

8 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago