--- title: Signal Quality type: templates category: Time Series Analysis cat: time-series-analysis order: 630 meta_title: Signal Quality Data Labeling Template meta_description: Template to classify signal quality in a time series with Label Studio for your machine learning and data science projects. --- Identify regions on a time series and rate and classify the quality of the signal. ## Interactive Template Preview
## Labeling Configuration ```html ``` ## About the labeling configuration All labeling configurations must be wrapped in [View](/tags/view.html) tags. Use the `visibleWhen` parameter with the [View](/tags/view.html) tag to create a section of the labeling configuration that is only visible when no region is selected: ```xml ``` When that section of the labeling interface is visible, annotators can use the [TimeSeriesLabels](/tags/timeserieslabels.html) control tag to label specific regions on the time series data: ```xml ``` Use the `visibleWhen` parameter with a different [View](/tags/view.html) tag to create a section of the labeling interface that is visible only when a region is selected: ```xml ``` When that section of the labeling interface is visible, annotators can use the [Rating](/tags/rating.html) control tag to select a 10 star rating for the selected region: ```xml ``` The `perRegion="true"` parameter means that this rating only applies to the selected region. Still within that region-specific section of the labeling interface, annotators can use the [Choices](/tags/choices.html) control tag to select a choice for the selected region: ```xml ``` Use the [TimeSeries](/tags/timeseries.html) object tag and the Channel tag to display the TimeSeries data and channels to the annotators: ```xml ``` ## Related tags - [View](/tags/view.html) - [TimeSeriesLabels](/tags/timeserieslabels.html) - [Rating](/tags/rating.html) - [Choices](/tags/choices.html) - [TimeSeries](/tags/timeseries.html)