Signal Framing (Segmentation) with Matlab
Version 1.3.0 (37,2 KB) von
Hristo Zhivomirov
Signal framing (segmentation) of a signal for feature extraction on the individual frames (segments).
The present code is a Matlab function that provides a framing (segmentation) of a given signal x[n]. Further, the frames (segments) could be post-processed by the user (e.g., for feature extraction purposes). The output of the function is:
- a matrix with the signal frames with time across the columns and indexes across the rows;
- a time vector.
An example is given to clarify the usage of the function. For convenience, the input and output arguments are given at the beginning of the function.
The code is based on the theory described in:
[1] H. Zhivomirov. On the Development of STFT-analysis and ISTFT-synthesis Routines and their Practical Implementation. TEM Journal, ISSN: 2217-8309, DOI: 10.18421/TEM81-07, Vol. 8, No. 1, pp. 56-64, Feb. 2019. (http://www.temjournal.com/content/81/TEMJournalFebruary2019_56_64.pdf)
Zitieren als
Hristo Zhivomirov (2024). Signal Framing (Segmentation) with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/73006-signal-framing-segmentation-with-matlab), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2020b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Mehr zu Periodic Waveform Generation finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert: Signal Change Detection Using a Novel Algorithm with Matlab
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.3.0 | A new version of the code has been uploaded. |
||
1.2.0 | A new version of the code has been uploaded. |
||
1.1.0 | A new version of the code has been uploaded. |
||
1.0.0 |