Jump to content

Recommended Posts

  • Seeq Team

Overview

Chain View enables a nice visual of all the time periods stacked side-by-side; however, sometimes it is useful to create a new signal from all these capsules that has been scrunched together. Note this is different from "time warping" which realigns the samples by some amount.  Signal scrunching keeps the relative sample alignment the same within each capsule - but it does move each "snippet" of the signal next to each other.

20190909_Signal scrunching overview.png

Step

The best is to use Chain View and below method is applicable if there's a need to create a new signal.

This requires a Manual Condition with a single capsule so that we know the starting point where we will calculate delays from.

$delay = timesince($ManualCondition,1min,$Running)

$signal.within($running).move(-$delay,30days)

image.png.1e5c90b96bf95305d1478f402c1dee

CONTENT VERIFIED MAY2024

 

Edited by Sharlinda Salim
Update content
  • Like 2
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...