Azzera filtri
Azzera filtri

generate delta delayed vector

3 visualizzazioni (ultimi 30 giorni)
Alon
Alon il 17 Apr 2014
Risposto: Azzi Abdelmalek il 17 Apr 2014
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?

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 17 Apr 2014
a=[1 0 0]
N=2;
b=circshift(a,[0 N])

Categorie

Scopri di più su Quadratic Programming and Cone Programming in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by