signal processing (segmentation )
Ältere Kommentare anzeigen
After i segment a signal to 5 or 7 segments ...
how i can make these segments ( segments with different length) a one signal ??
3 Kommentare
KALYAN ACHARJYA
am 20 Okt. 2019
Can you elaborate more with examples?
Daniel M
am 20 Okt. 2019
If you want them sequentially, just put them back together using
combinedSignal = [sig1 sig2 sig3]; % etc... sigN
If you want them averaged, then you have to make them the same size by decimating, resampling, interpolating, extrapolating, etc. Depends what you want.
eman mohammad
am 21 Okt. 2019
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Signal Attributes and Indexing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

