Plotting A Waveform With Various Inputs
7 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Arthi Sathyamurthi
on 25 Mar 2021
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 Comments
Arthi Sathyamurthi
on 26 Mar 2021
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.
See Also
Categories
Find more on Waveform Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!