pulse

Non periodic square function train in python

Non periodic square function train in python Question: How can I plot a square-like (non periodic) signal like the one in the image using python? with0 "n" the number of pulses, "p" the time between them, pulse duration, amplitude and "offset" as variables. Already tried scipy.signal.square but im looking for a non periodic solution. Asked …

Total answers: 1