generate delta delayed vector

2 ビュー (過去 30 日間)
Alon
Alon 2014 年 4 月 17 日
回答済み: Azzi Abdelmalek 2014 年 4 月 17 日
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?

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 4 月 17 日
a=[1 0 0]
N=2;
b=circshift(a,[0 N])

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by