elektrokokke / elektrocillin

See the wiki (link below) for documentation.
https://github.com/elektrokokke/elektrocillin/wiki
5 stars 0 forks source link

PulseOscillator actually generates a square wave #1

Closed elektrokokke closed 13 years ago

elektrokokke commented 13 years ago

The current class PulseOscillator generates a square wave in contrast to the more general pulse wave.

Solution: replace it with an even more general piecewise linear oscillator that can also generate saw and triangle waves.

elektrokokke commented 13 years ago

This has been changed to a subclass of PiecewiseLinearOscillator with a parameter that allows the variation of the pulse width. Therefore this can be closed.