lss =
labeledSignalSet with properties:
Source: {2×1 cell}
NumMembers: 2
TimeInformation: "sampleRate"
SampleRate: 4000
Labels: [2×3 table]
Description: "Characterize wave song regions"
Use labelDefinitionsHierarchy to see a list of labels and sublabels.
Use setLabelValue to add data to the set.
元のセットの 2 番目のメンバーで構成される新しいラベル付き信号セットを作成します。
lssnew = subset(lss,2)
lssnew =
labeledSignalSet with properties:
Source: {[76579×1 double]}
NumMembers: 1
TimeInformation: "sampleRate"
SampleRate: 4000
Labels: [1×3 table]
Description: "Characterize wave song regions"
Use labelDefinitionsHierarchy to see a list of labels and sublabels.
Use setLabelValue to add data to the set.