Jéssica Vasconcelos Posted February 28, 2023 Posted February 28, 2023 Hi! Is that a way where I can change a discrete signal into a continuous one? Below I managed to get only the last result from a group of discrete signals, and I would like to use this last result in a continuous calculation (where only the last result should be used). I can't interpolate because it's only one result, so I don't know how to do it...Could you help me?
Seeq Team Selmane Posted February 28, 2023 Seeq Team Posted February 28, 2023 Hello Jessica, You can use the Formula tool to transform any signal to continuous (tolinear()), discrete (todiscrete()) and step (tostep()). You also need to be careful about the max interpolation period between samples. You can add that parameter as an argument in the formula. For example: $temp.tolinear(24h). Can you please test these formulas and let me know if this works. Have a good day, Selmane 2
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