how to creat this rectangular signal?
이전 댓글 표시
X=[1 1 1 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0]
Y=[1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1]
X and Y these are rectangular signal vectors
I would like a transformation x (t) to y (t)?

댓글 수: 6
benghenia aek
2019년 1월 28일
KALYAN ACHARJYA
2019년 1월 28일
Using following expression
X=[1 1 1 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0]
Y=[1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1]
or we can use any other way like ramp function. Please clarify?
benghenia aek
2019년 1월 28일
Walter Roberson
2019년 1월 28일
is this intended to be a repeated signal ? Are you trying to find a FIR filter that computes Y given X?
benghenia aek
2019년 1월 28일
Walter Roberson
2019년 1월 28일
f = @(X) Y;
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Digital Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!