02-25-2025 02:32 PM - edited 02-25-2025 02:37 PM
@altenbach wrote:
Assuming that the history size and number of channels remains constant during the run, you could probably take my old multichannel mean ptbypt and change it do calculate RMS instead. should be trivial.
Here's a quick draft to get you started (some things could be optimized further, of course)
You would replace the FOR loop that simulates data with your hardware IO, of course.
02-26-2025 11:10 AM
This helps a lot, thank you very much! If you don't mind my asking, how does the piece labeled 'history' wired into the top of the while loop work?
02-26-2025 12:17 PM
Hi Bryan,
@Bryan7 wrote:
how does the piece labeled 'history' wired into the top of the while loop work?
That's a property node of the chart.
The chart history gets deleted before entering the loop by writing an empty array…