generate delta delayed vector
Mostrar comentarios más antiguos
hello this is delta vector: [1 0 0] this is delayed in 2:[0 0 1] how can I generate a vector that is delayed by N that is for example 2000?
Respuestas (1)
Azzi Abdelmalek
el 17 de Abr. de 2014
a=[1 0 0]
N=2;
b=circshift(a,[0 N])
Categorías
Más información sobre Multirate Signal Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!