Main Content

使用 AI 进行信号处理

信号标注、特征工程、数据集生成、异常检测

Signal Processing Toolbox™ 为机器学习和深度学习工作流提供执行信号标注、特征工程和数据集生成的功能。该工具箱还提供一个 autoencoder 对象,您可以对其进行训练并用于检测信号数据中的异常。

App

信号分析器可视化和比较多个信号和频谱
信号标注器Label signal attributes, regions, and points of interest, and extract features
EDF 文件分析器查看 EDF 或 EDF+ 文件 (自 R2021a 起)
试验管理器 Design and run experiments to train and compare deep learning networks (自 R2020a 起)

函数

全部展开

labeledSignalSetCreate labeled signal set
signalLabelDefinitionCreate signal label definition
countlabelsCount number of unique labels (自 R2021a 起)
filenames2labelsGet list of labels from filenames (自 R2022b 起)
folders2labelsGet list of labels from folder names (自 R2021a 起)
framelblPartition label sequence into frames (自 R2024a 起)
framesigPartition signal into frames (自 R2024a 起)
splitlabelsFind indices to split labels according to specified proportions (自 R2021a 起)
signalMaskModify and convert signal masks and extract signal regions of interest (自 R2020b 起)
binmask2sigroiConvert binary mask to matrix of ROI limits (自 R2020b 起)
extendsigroiExtend signal regions of interest to left and right (自 R2020b 起)
extractsigroiExtract signal regions of interest (自 R2020b 起)
mergesigroiMerge signal regions of interest (自 R2020b 起)
removesigroiRemove signal regions of interest (自 R2020b 起)
shortensigroiShorten signal regions of interest from left and right (自 R2020b 起)
sigroi2binmaskConvert matrix of ROI limits to binary mask (自 R2020b 起)
sigrangebinmaskLabel signal samples with values within a specified range (自 R2023a 起)
edfinfoGet information about EDF/EDF+ file (自 R2020b 起)
edfwriteCreate or modify EDF or EDF+ file (自 R2021a 起)
edfheaderCreate header structure for EDF or EDF+ file (自 R2021a 起)
edfreadRead data from EDF/EDF+ file (自 R2020b 起)
signalDatastoreDatastore for collection of signals (自 R2020a 起)
resizeResize data by adding or removing elements (自 R2023b 起)
paddataPad data by adding elements (自 R2023b 起)
trimdataTrim data by removing elements (自 R2023b 起)
findchangeptsFind abrupt changes in signal
findpeaks查找局部最大值
fsstFourier synchrosqueezed transform
stftShort-time Fourier transform
spectrogramSpectrogram using short-time Fourier transform
tfridgeTime-frequency ridges
instbwEstimate instantaneous bandwidth (自 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 (自 R2024a 起)
signalFrequencyFeatureExtractorStreamline signal frequency feature extraction (自 R2021b 起)
signalTimeFeatureExtractorStreamline signal time feature extraction (自 R2021a 起)
signalTimeFrequencyFeatureExtractorStreamline signal time-frequency feature extraction (自 R2024a 起)
timeFrequencyScalarFeatureOptionsStore information for converting time-frequency feature vectors to scalar values (自 R2024a 起)
zerocrossrateZero-crossing rate (自 R2021b 起)
dlstftDeep learning short-time Fourier transform (自 R2021a 起)
dlistftDeep learning inverse short-time Fourier transform (自 R2024a 起)
stftLayerShort-time Fourier transform layer (自 R2021b 起)
istftLayerInverse short-time Fourier transform layer (自 R2024a 起)
deepSignalAnomalyDetectorCreate signal anomaly detector (自 R2023a 起)

主题

相关信息