Smooth Numbers¶
This node smooths a number list by reducing the difference between consecutive numbers.
This node will accept flat Numpy arrays and can will out them if Output Numpy is activated.
This node will accept any list shape (vectorized).
Input and Output¶
socket |
description |
---|---|
inputs |
|
Values |
lists to smooth |
Iterations |
number of smoothing iterations |
Factor |
smoothing factor |
outputs |
|
Out |
outcoming lists |
Options¶
Cyclic: Smooth first value with last value and last with first.
Advanced Parameters¶
In the N-Panel (and on the right-click menu) you can find:
Output NumPy: Get NumPy arrays in stead of regular lists (makes the node faster).
List Match: Define how list with different lengths should be matched.
Examples¶
Basic example:
Number-> Random Num Gen
Viz-> Viewer 2D