how to creat this rectangular signal?
Ältere Kommentare anzeigen
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 Kommentare
benghenia aek
am 28 Jan. 2019
KALYAN ACHARJYA
am 28 Jan. 2019
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
am 28 Jan. 2019
Walter Roberson
am 28 Jan. 2019
is this intended to be a repeated signal ? Are you trying to find a FIR filter that computes Y given X?
benghenia aek
am 28 Jan. 2019
Walter Roberson
am 28 Jan. 2019
f = @(X) Y;
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Digital Filtering finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!