Main Content

AI for Signals

Signal labeling, feature engineering, dataset generation, anomaly detection

Signal Processing Toolbox™ provides functionality to perform signal labeling, feature engineering, and dataset generation for machine learning and deep learning workflows. The toolbox also offers an autoencoder object that you can train and use to detect anomalies in signal data.

Apps

Signal AnalyzerVisualize and compare multiple signals and spectra
Signal LabelerLabel signal attributes, regions, and points of interest, and extract features
EDF File AnalyzerView EDF or EDF+ files (Since R2021a)
Experiment Manager Design and run experiments to train and compare deep learning networks (Since R2020a)

Functions

expand all

labeledSignalSetCreate labeled signal set
signalLabelDefinitionCreate signal label definition
countlabelsCount number of unique labels (Since R2021a)
filenames2labelsGet list of labels from filenames (Since R2022b)
folders2labelsGet list of labels from folder names (Since R2021a)
framelblPartition label sequence into frames (Since R2024a)
framesigPartition signal into frames (Since R2024a)
splitlabelsFind indices to split labels according to specified proportions (Since R2021a)
signalMaskModify and convert signal masks and extract signal regions of interest (Since R2020b)
binmask2sigroiConvert binary mask to matrix of ROI limits (Since R2020b)
extendsigroiExtend signal regions of interest to left and right (Since R2020b)
extractsigroiExtract signal regions of interest (Since R2020b)
mergesigroiMerge signal regions of interest (Since R2020b)
removesigroiRemove signal regions of interest (Since R2020b)
shortensigroiShorten signal regions of interest from left and right (Since R2020b)
sigroi2binmaskConvert matrix of ROI limits to binary mask (Since R2020b)
sigrangebinmaskLabel signal samples with values within a specified range (Since R2023a)
edfinfoGet information about EDF/EDF+ file (Since R2020b)
edfwriteCreate or modify EDF or EDF+ file (Since R2021a)
edfheaderCreate header structure for EDF or EDF+ file (Since R2021a)
edfreadRead data from EDF/EDF+ file (Since R2020b)
signalDatastoreDatastore for collection of signals (Since R2020a)
resizeResize data by adding or removing elements (Since R2023b)
paddataPad data by adding elements (Since R2023b)
trimdataTrim data by removing elements (Since R2023b)
findchangeptsFind abrupt changes in signal
findpeaksFind local maxima
fsstFourier synchrosqueezed transform
stftShort-time Fourier transform
spectrogramSpectrogram using short-time Fourier transform
tfridgeTime-frequency ridges
instbwEstimate instantaneous bandwidth (Since R2021a)
instfreqEstimate instantaneous frequency
powerbwPower bandwidth
pspectrumAnalyze signals in the frequency and time-frequency domains
spectralCrestSpectral crest for signals and spectrograms
spectralEntropySpectral entropy for signals and spectrograms
spectralFlatnessSpectral flatness for signals and spectrograms
spectralKurtosisSpectral kurtosis for signals and spectrograms
spectralSkewnessSpectral skewness for signals and spectrograms
scalarFeatureOptionsStore information for converting feature vectors to scalar values (Since R2024a)
signalFrequencyFeatureExtractorStreamline signal frequency feature extraction (Since R2021b)
signalTimeFeatureExtractorStreamline signal time feature extraction (Since R2021a)
signalTimeFrequencyFeatureExtractorStreamline signal time-frequency feature extraction (Since R2024a)
timeFrequencyScalarFeatureOptionsStore information for converting time-frequency feature vectors to scalar values (Since R2024a)
zerocrossrateZero-crossing rate (Since R2021b)
dlstftDeep learning short-time Fourier transform (Since R2021a)
dlistftDeep learning inverse short-time Fourier transform (Since R2024a)
stftLayerShort-time Fourier transform layer (Since R2021b)
istftLayerInverse short-time Fourier transform layer (Since R2024a)
deepSignalAnomalyDetectorCreate signal anomaly detector (Since R2023a)

Topics