필터 지우기
필터 지우기

how to create discrete heaviside

조회 수: 6 (최근 30일)
Igor
Igor 2011년 11월 24일
Hi every one. I need to create a discrete pulse and then find&plot its z-transformation.Usual heaviside is not working propely( x[0]=1/2 ) and i dont really see another way then heaviside. any tip would help... thx.

답변 (1개)

Rick Rosson
Rick Rosson 2011년 11월 24일
N = 200;
k = 1:N;
p = 15;
x = (k > p);
figure;
stairs(k,x);

카테고리

Help CenterFile Exchange에서 Data Import and Network Parameters에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by