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!