how to overlapping signal?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a signal and i want to overlap all of the cycles with writing a code,how can i do that?tnx
0 comentarios
Respuestas (1)
Walter Roberson
el 20 de Abr. de 2016
buffer() with overlap specified.
However there are other techniques, more efficient, for "moving average" and some other operations.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!