High Frequency Square Wave

조회 수: 6 (최근 30일)
Nishant Kumar
Nishant Kumar 2020년 11월 30일
편집: Setsuna Yuuki. 2020년 11월 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개)

카테고리

Help CenterFile Exchange에서 Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by