Plotting A Waveform With Various Inputs
조회 수: 7 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
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
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 Center 및 File Exchange에서 Waveform Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!