Skip to content

Instantly share code, notes, and snippets.

@JC3
JC3 / gensignals2.py
Last active February 17, 2025 20:24
example data generator
import math
import numpy as np
BCD_LENGTH = 100
BCD_SINE_CENTER = 300
A_CURVE = 1.5
B_SINE_AMP = 25
C_SINE_AMP = 50
D_SINE_AMP = 100
E_LENGTH = 100