Page 1 of 1

Output a sine wave:\n\n O(t) = Amp*Sin(Freq*t+Phase) + Bias\n\nSine type determines the computational technique used. Th

Posted: Wed Mar 03, 2021 3:48 pm
by mamorani
Output a sine wave:\n\n O(t) = Amp*Sin(Freq*t+Phase) + Bias\n\nSine type determines the computational technique used. The parameters in the two types are related through:\n\nSamples per period = 2*pi / (Frequency * Sample time)\n\nNumber of offset samples = Phase * Samples per period / (2*pi)\n\nUse the sample-based sine type if numerical problems due to running for large times (e.g. overflow in absolute time) occur.

dialog