a question on rangefilter module - Printable Version +- phyphox Forums (https://phyphox.org/forums) +-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6) +--- Forum: Bugs and Problems (https://phyphox.org/forums/forumdisplay.php?fid=9) +--- Thread: a question on rangefilter module (/showthread.php?tid=1220) |
a question on rangefilter module - jmnk - 12-12-2020 I love this app. I have hard time though figuring out how rangefilter module works. I've read the explanation on the WIKI and I still do not get it. I suppose I do not understand what the "only corresponding elements will be returned" means since the input buffers may not be related at all. And I think the example and the description is not correct as it says "In the following example in1 will trigger the filter if not in the range of 0 and 42". Shouldn't it be "In the following example in1 will trigger the filter if not in the range of 0 and 42"? It would help immensely if a real-life example was given, with like 3 input buffers with sample data (just few items), and where min and max are set, and what the output buffers would look like. thank you. RE: a question on rangefilter module - Jens Noriʇzsɔɥ - 12-14-2020 There are seven real-life examples included in phyphox, https://github.com/Staacks/phyphox-experiments/search?q=rangefilter I will have a look into the documentation later on. IIRC, pendulum and spring might help for understanding this feature. |