Members Curious George Posted November 26, 2018 Members Share Posted November 26, 2018 Hi- I have a process that goes through several different stages during its operation, e.g. 'Stage 1', 'Stage 2', 'Off' etc. I'd like to determine a count or frequency that my process is in each of these stages. What is the best way to do this? Link to comment Share on other sites More sharing options...
Administrators Lindsey.Wilcox Posted November 26, 2018 Administrators Share Posted November 26, 2018 (edited) Hi Curious George- This can be accomplished using the Histogram tool. Follow these steps to perform the analysis: 1. Create a capsule for each stage in the process. This can be done using the .toCapsules() function in Formula. This function creates a new capsule for every value change in the Compressor Stage signal. 2. Use Histogram to count the number of times in each stage. Please let me know if you have any additional questions. Lindsey Edited December 27, 2018 by Lindsey.Wilcox Link to comment Share on other sites More sharing options...
Administrators Lindsey.Wilcox Posted June 28, 2019 Administrators Share Posted June 28, 2019 Update as of R21.0.41: As of the release of R21.0.41, the .toCapsules() operator has changed. As of this version, the operator may be used to create a condition that contains a capsule for every valid sample in an input signal (regardless of whether the value has changed). To create a condition that contains a capsule for every value change in an input signal (as done in the previous post), the toCondition() operator must be used. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now