Plotting A Waveform With Various Inputs
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Arthi Sathyamurthi
am 25 Mär. 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 Kommentare
Arthi Sathyamurthi
am 26 Mär. 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.
Siehe auch
Kategorien
Mehr zu Waveform Generation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!