High Frequency Square Wave

11 vues (au cours des 30 derniers jours)
Nishant Kumar
Nishant Kumar le 30 Nov 2020
I want to generate a square wave with a frequency of 100MHz for a very short duration. Help me out please.

Réponse acceptée

Setsuna Yuuki.
Setsuna Yuuki. le 30 Nov 2020
Modifié(e) : Setsuna Yuuki. le 30 Nov 2020
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)

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by