signal processing (segmentation )
显示 更早的评论
After i segment a signal to 5 or 7 segments ...
how i can make these segments ( segments with different length) a one signal ??
3 个评论
KALYAN ACHARJYA
2019-10-20
Can you elaborate more with examples?
Daniel M
2019-10-20
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
2019-10-21
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Signal Attributes and Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

