High Frequency Square Wave

6 次查看(过去 30 天)
I want to generate a square wave with a frequency of 100MHz for a very short duration. Help me out please.

采纳的回答

Setsuna Yuuki.
Setsuna Yuuki. 2020-11-30
编辑:Setsuna Yuuki. 2020-11-30
You can try with square() --> More Info
For example:
time = linspace(0,1,1000);
frecuency = 5; %or other frecuency
x = square(2*pi*frecuency*time);
plot(time,x)

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by