signal processing (segmentation )
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
eman mohammad
el 20 de Oct. de 2019
Comentada: eman mohammad
el 21 de Oct. de 2019
After i segment a signal to 5 or 7 segments ...
how i can make these segments ( segments with different length) a one signal ??
3 comentarios
Daniel M
el 20 de Oct. de 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.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with DSP System Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!