zaky Posted August 7, 2024 Posted August 7, 2024 Hi All i want to make this capsule, but it keeps not working any advice?
Solution Thorsten Vogt Posted August 7, 2024 Solution Posted August 7, 2024 Hi zaky, I guess it is because of the maximum capsule duration which is limited to 1h. That means capsules longer than 1h will be discarded. In the capsules pane you can see that your capsules identified by the other condition are 3hrs in length. So I would modify this paramter first. Also, there is an icon with a yellow exclamation mark in the details pane on your condition. By clicking on it you can check if there are reasons why no capsules are in the display. Regards, Thorsten
zaky Posted August 8, 2024 Author Posted August 8, 2024 why it looks like this instead? 😄 wanted to be on the blue line
Thorsten Vogt Posted August 8, 2024 Posted August 8, 2024 Hi zaky, it is displayed like this as the signal is greater than 90 for at least 10 minutes. A common approach to identify periods where a signal is decreasing is calulating the derivative of the signal and compare the result to a threshold: $signal.derivative('h') By ignoring gaps or capsules of specific length you can remove unwanted capsules, e.g. when your signal value is slighty changing during the stable periods. Before calculating the derivative you should consider data cleansing like removing outliers or smoothing the signal. Regards, Thorsten
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