Label Signal Attributes, Regions of Interest, and Points

Recordings of whale songs contain trills and moans. Trills sound like series of clicks. Moans are low-frequency cries similar to the sound made by a ship's horn. You want to look at each signal and label it to identify the whale type, the trill regions, and the moan regions. For each trill region, you also want to label a few selected signal peaks.

Load Unlabeled Data

Start by loading a data set that includes two recordings of whale songs. The signals are called whale1 and whale2 and are sampled at 4 kHz. whale1 consists of a trill followed by three moans. whale2 consists of two moans, a trill, and another moan.

load labelwhalesignals

% To hear, type soundsc(whale1,Fs), pause(22), soundsc(whale2,Fs)

Bring the signals into Signal Labeler:

  1. Open Signal Labeler. On the Labeler tab, click Import ? and select From workspace in the Members list.

  2. In the dialog box, select the signals. Add time information: Select Time from the drop-down list and enter the sample rate, Fs, which is measured in kHz. Click Import to import the signals and then click Close to close the dialog box. The signals appear in the Labeled Signal Set Browser. To plot any of the signals, you can select the check box next to its name in the browser.

Add Signal Label Definitions

Define labels to attach to the signals. For more information about the kinds of labels you can define, see Create or Import Signal Label Definitions.

For the whale song signals:

  1. Define a categorical attribute label to store whale types. Call it WhaleType. The possible categories are blue whale, humpback whale, and white whale.

  2. Define a logical region-of-interest (ROI) label that is true for moan regions. Call it MoanRegions.

  3. Define a logical ROI label that is true for trill regions. Call it TrillRegions.

  4. Define a numeric point label to capture trill peaks. Call it TrillPeaks. Set this label as a sublabel of the TrillRegions label.

To define each label, click Add Definition ? on the Labeler tab. To define the sublabel, select the TrillRegions label in the Label Definitions browser, click Add Definition ?, and select Add sublabel definition.

Enter the following values in the fields in the dialog box that appears for each signal label or sublabel definition. Leave the Default field empty in each case.

 

LabelNameWhaleTypeMoanRegionsTrillRegionsTrillPeaksLabelTypeAttributeROIROIPointLabelDescriptionWhaletypeRegionswheremoansoccurRegionswheretrillsoccurTrillpeaksDataTypecategoricallogicallogicalnumericCategories?????bluehumpbackwhite

 

You can export the signal definitions you created to a MAT-file or to the MATLAB® Workspace by clicking Export ?. A dialog box appears that prompts you for a file name. At any point you can import signal definitions stored in a MAT-file by clicking Import ?.

Label Signal Attributes

The songs in the data are from two blue whales. Set the WhaleType values for both signals:

  1. Select WhaleType on the Label Definitions browser.

  2. Click Label All.

  3. In the dialog box that appears, verify that both whale1 and whale2 are selected and that the Value field is set to blue. (If you do not specify a default value in a categorical signal label definition, Signal Labeler sets the label to the first category specified in the definition.)

  4. Click OK.

Set the WhaleType value for one signal at a time:

  1. Check the box next to the signal name in the Labeled Signal Set Browser.

  2. Select WhaleType on the Label Definitions browser.

  3. Click Label Attribute. The value for WhaleType appears in the Labeled Signal Set Browser.

  4. Select the value for WhaleType from the Value drop-down list.

Plot the whale1 signal by selecting the check box next to its name. Signal attributes appear both in the Labeled Signal Set Browser and under the time plot.

Label Signal Regions

Visualize the whale songs and label the trill and moan regions.

  • Trill regions have distinct bursts of sound punctuated by silence. whale1 has a trill centered at about 2 seconds.

  • Moan regions are sustained low-frequency wails. whale1 has moans centered at about 7 seconds, 12 seconds, and 17 seconds.

Label the signals one at a time:

  1. On the Plot column of the Labeled Signal Set Browser, check the box next to the signal name to plot the signal.

  2. To label a moan, on the Label Definitions browser, select the MoanRegions label definition. Draw Labels is automatically activated.

  3. Click the time plot. A thick animated dashed line appears that expands into a shaded region when you click and drag.

  4. Move and resize the active region until it encloses a moan region. For better label placement, you can go to the Display tab and choose a zoom action or activate the panner.

  5. Click the Accept check mark next to the Label button, press Enter, or double-click to label the ROI. The region changes to a gradient of the signal color. If you do not specify a default value in a logical label definition, Signal Labeler sets the label to true.

  6. Repeat the procedure for the other two moans.

  7. To label a trill, on the Label Definitions browser, select the TrillRegions label definition. Label the trill region using steps 3 and 4.

  8. Before labeling the second signal, remove the first signal from the plot by clearing the check box next to its name in the Labeled Signal Set Browser. If you have the two signals plotted when you label a region or point, Signal Labeler associates the label with both signals.

Plot the two signals. The label viewer axes show the locations and widths of the regions of interest. They also show the value assigned to each region.

Label Signal Points

Trill regions have distinct peaks that correspond to bursts of sound. Label three peaks in each trill region. Because trill peaks are sublabels, each one must be associated with a particular TrillRegions label.

Label the signals one at a time:

  1. On the Plot column of the Labeled Signal Set Browser, check the box next to the signal name to plot the signal. Also check the box corresponding to the trill region whose peaks you want to label.

  2. On the Label Definitions browser, select TrillPeaksDraw Labels is automatically selected.

  3. On the toolstrip, under Value, enter 1, corresponding to the first peak.

  4. On the Labeled Signal Set Browser, select the trill region.

  5. Click the point on the time plot. The trill region is framed by a solid line, and an animated dashed (active) line appears for the point being labeled.

  6. Move the active line until it crosses the signal at a peak of your choice. For better label placement, you can go to the Display tab and choose a zoom action or activate the panner.

  7. Click the check mark next to the Label button, press Enter, or double-click to label the peak. The dashed line changes to a solid line of the same color as the signal.

  8. Repeat for two more peaks, entering 2 and 3 under Value to identify them.

  9. Before labeling trill peaks for the second signal, remove the first signal from the plot by clearing the check box next to its name in the Labeled Signal Set Browser.

The label viewer axes show the locations of the points of interest and the value assigned to each point.

Plot the two signals to see a summary of their labels in the Label Viewer. Expand the labeled signal set hierarchy in the Labeled Signal Set Browser to see details for all the labels. (To expand the hierarchy, right-click any signal in the browser and select Expand All.) For each signal, plot the first moan region and the third trill peak that you labeled.

Edit Signal Label Values

At any point, you can edit any signal label using the Labeled Signal Set Browser, the time plot, or the label viewer. For more information, see Edit Labels.

Export Labeled Signal Set

Export the labeled signals as a new labeledSignalSet object. Click the Export ? button on the Labeler tab of the toolstrip. You can export the labeled signal set to the MATLAB Workspace or to a MAT-file. For this example, choose a MAT-file. In the dialog box that appears, give the name Whale_Songs.mat to the labeled signal set, add an optional short description, and click Export. See Export Labeled Signal Sets and Signal Label Definitions for more information on how Signal Labeler exports labeled signal sets.

Matlabsolutions.com provides guaranteed satisfaction with a commitment to complete the work within time. Combined with our meticulous work ethics and extensive domain experience, We are the ideal partner for all your homework/assignment needs. We pledge to provide 24*7 support to dissolve all your academic doubts. We are composed of 300+ esteemed Matlab and other experts who have been empanelled after extensive research and quality check.

Matlabsolutions.com provides undivided attention to each Matlab assignment order with a methodical approach to solution. Our network span is not restricted to US, UK and Australia rather extends to countries like Singapore, Canada and UAE. Our Matlab assignment help services include Image Processing Assignments, Electrical Engineering Assignments, Matlab homework help, Matlab Research Paper help, Matlab Simulink help. Get your work done at the best price in industry.

Machine Learning in MATLAB

Train Classification Models in Classification Learner App

Train Regression Models in Regression Learner App

Distribution Plots

Explore the Random Number Generation UI

Design of Experiments

Machine Learning Models

Logistic regression

Logistic regression create generalized linear regression model - MATLAB fitglm 2

Support Vector Machines for Binary Classification

Support Vector Machines for Binary Classification 2

Support Vector Machines for Binary Classification 3

Support Vector Machines for Binary Classification 4

Support Vector Machines for Binary Classification 5

Assess Neural Network Classifier Performance

Naive Bayes Classification

ClassificationTree class

Discriminant Analysis Classification

Ensemble classifier

ClassificationTree class 2

Train Generalized Additive Model for Binary Classification

Train Generalized Additive Model for Binary Classification 2

Classification Using Nearest Neighbors

Classification Using Nearest Neighbors 2

Classification Using Nearest Neighbors 3

Classification Using Nearest Neighbors 4

Classification Using Nearest Neighbors 5

Linear Regression

Linear Regression 2

Linear Regression 3

Linear Regression 4

Nonlinear Regression

Nonlinear Regression 2

Visualizing Multivariate Data

Generalized Linear Models

Generalized Linear Models 2

RegressionTree class

RegressionTree class 2

Neural networks

Gaussian Process Regression Models

Gaussian Process Regression Models 2

Understanding Support Vector Machine Regression

Understanding Support Vector Machine Regression 2

RegressionEnsemble