Re: pulse waveform

2019-11-22 Thread Justin Shaw
Can you use scipy.signal.square? https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.square.html it has a duty cycle argument. On Fri, Nov 22, 2019 at 8:24 PM Marcus D. Leech wrote: > On 11/22/2019 08:14 PM, Kevin Reid wrote: > > On Fri, Nov 22, 2019 at 12:37 PM sarandis.

Re: pulse waveform

2019-11-22 Thread Marcus D. Leech
On 11/22/2019 08:14 PM, Kevin Reid wrote: On Fri, Nov 22, 2019 at 12:37 PM sarandis. Doulgeris mailto:sarandis.doulge...@gmail.com>> wrote: Can anyone tell me how to change the duty cycle of the Square Signal Source? The Signal Source block does not support pulse width control. You

Re: pulse waveform

2019-11-22 Thread Kevin Reid
On Fri, Nov 22, 2019 at 12:37 PM sarandis. Doulgeris < sarandis.doulge...@gmail.com> wrote: > Can anyone tell me how to change the duty cycle of the Square Signal > Source? > The Signal Source block does not support pulse width control. You could use the Vector Source block to produce a pulse,

pulse waveform

2019-11-22 Thread sarandis. Doulgeris
Hello everyone. Can anyone tell me how to change the duty cycle of the Square Signal Source?