1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

This sine wave is reported as better than the previous one

This commit is contained in:
Bertrand Songis 2014-02-24 07:06:26 +01:00
parent c63a29ef97
commit 3ac1a03d96
2 changed files with 104 additions and 104 deletions

View file

@ -3,7 +3,7 @@
import math
samples = 1024
amplitudes = (63000, 0, 20000, 0, 20000)
amplitudes = (32000, 0, 4000, 0, 4000)
max = 0
min = 0