Plotting A Waveform With Various Inputs

조회 수: 3 (최근 30일)
Aaron Kurlantzick
Aaron Kurlantzick 2021년 3월 22일
댓글: Arthi Sathyamurthi 2021년 3월 26일
I have inputs consisting of amplitude, frequency, pulse width, ramp toggle, ramp flat, rampslope, intraburst toggle, intraburst packet, intraburst period, and wave phase. I believe this would be a sum of a sine, square, and triangular wave. I couldn't find any way of using all these inputs in one equation nor any equations for the three component waves that take all of the inputs. These values are being obtained from a teammate's simulation. Any help would be gretaly appreciated. Thank you

답변 (1개)

Arthi Sathyamurthi
Arthi Sathyamurthi 2021년 3월 25일
Few of the inputs mentioned are common to sine, square and triangular wave and some are specific. I am not sure of what exactly you wish to achieve. So assuming you want to sum the three waves together, you can look at the sin, square, and sawtooth function on how to generate the functions. Make sure to give the inputs arguments as by the function correctly. Generate the three waveforms with equal array size to sum them together and then plot the output.
  댓글 수: 2
Aaron Kurlantzick
Aaron Kurlantzick 2021년 3월 25일
Thank you for those links. Would you know how to get a square wave with a specified pulse width? I don't see that as an option for its inputs
Arthi Sathyamurthi
Arthi Sathyamurthi 2021년 3월 26일
Duty cycle is the percentage of the ratio of pulse duration, or pulse width to the total period (inverse of your frequency) of the waveform. You can generate the square wave with specific duty cycle by x = square(t,duty). To find an example how to do it you can look at Mathworks Documentation here.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Switches and Breakers에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by