Re: Sine OOT module

2024-03-11 Thread Marcus Müller
Hi Sourya, ha! nice one, this will require you to take a piece of graph paper and make a drawing: horizontal axis: t, make it run from 0 to 1 ms over say 10cm vertical axis: sin(2\pi ft), so from -1 to +1 you know the sine is 0 for t=0, and it's again after one period, and there's another 0

Re: Sine wave from OOT module

2024-03-11 Thread Marcus Müller
Hi Sourya, that does indeed look pretty nice! I think you made a minor typo: self.freq = 0 should probably read self.freq = freq Best regards, Marcus On 11.03.24 00:01, Sourya Saha wrote: I am trying to make a custo wave through an OOT python module. I am very new to DSP