Skip to content

Instantly share code, notes, and snippets.

View ozanerturk's full-sized avatar
😝
09:00-18:00 at work GMT +3

Ozan ERTÜRK ozanerturk

😝
09:00-18:00 at work GMT +3
  • sensemore.io
  • istanbul
View GitHub Profile
@ozanerturk
ozanerturk / signalGeneration.py
Last active August 10, 2020 19:24
Python simple signal generator
import numpy as np
samplingFrequency = 3000
referenceFrequency = 166
time = 2
harmonic_coefficients = [
#harmoic, amplitude
(0.5, 0.6),
(1, 1),