High Frequency Square Wave
3 views (last 30 days)
Show older comments
Nishant Kumar
on 30 Nov 2020
Edited: Setsuna Yuuki.
on 30 Nov 2020
I want to generate a square wave with a frequency of 100MHz for a very short duration. Help me out please.
0 Comments
Accepted Answer
Setsuna Yuuki.
on 30 Nov 2020
Edited: Setsuna Yuuki.
on 30 Nov 2020
For example:
time = linspace(0,1,1000);
frecuency = 5; %or other frecuency
x = square(2*pi*frecuency*time);
plot(time,x)
0 Comments
More Answers (0)
See Also
Categories
Find more on Stochastic Differential Equation (SDE) Models 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!