How to generate a square wave with integer values and fixed timespan?
Show older comments
I want to generate a square wave with integer values between 0 and 5 in a timespan of 30ms.
An example:
[1 1 1 1 2 2 2 4 4 4 4 4 5 5 5 5 5 5 5 5 5 0 0 0 0 0 0 0 2 2 2 2 3 3 3 ]
I've tried different things but I can't seem to find an effective way.
2 Comments
David Goodmanson
on 6 Apr 2021
Hi Samuele, see the 'square' function.
Adam Danz
on 6 Apr 2021
If those are the y-values, what are the corresponding x values?
Accepted Answer
More Answers (0)
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
