Ali Posted January 17, 2020 Posted January 17, 2020 Hello, Is there a way to find the rate of increase/decrease of a target signal per time period, then trend the delta points? Thanks
Sanman Mehta Posted January 17, 2020 Posted January 17, 2020 Hi Ali, check out this link: Regards, Sanman
Thorsten Vogt Posted January 17, 2020 Posted January 17, 2020 Hi Ali, in addition to @Sanman Mehta's answer if you need just the difference between the values: You can use runningDelta() for getting the change of the value from sample to sample or use Signal From Condition and apply "Delta" as summary statistic. That will give you the difference between values at end and start of the capsule. Regards, Thorsten
Recommended Posts
Archived
This topic is now archived and is closed to further replies.