How to create a square wave with different amplitudes?

조회 수: 20 (최근 30일)
Sudarshan
Sudarshan 2022년 3월 11일
댓글: Sudarshan 2022년 3월 14일
I need to generate a square wave from -8 to 15 with a frequency of 18 kHz. How can I do this in Simulink?

채택된 답변

Kiran Felix Robert
Kiran Felix Robert 2022년 3월 14일
Hi Sudarshan,
To get a custom square wave between -8 and 15, perform the following,
  1. Use Pulse Generator block and set the Amplitude as 23 ( 15 - (-8) = 23), Period as 1/18000 and Pulse Width as 50%.
  2. Now Add the output of a Constant block of value -8 to the output of the pulse signal

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Pulse and Transition Metrics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by