필터 지우기
필터 지우기

generate delta delayed vector

조회 수: 3 (최근 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 CenterFile Exchange에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by