https://github.com/ab4377/dream-project
Raw File
Tip revision: 8e64d9628355fde264b6481f9955478fed995fe5 authored by Avinash Bukkittu on 04 October 2017, 22:20:26 UTC
Merge branch 'master' of https://github.com/ab4377/dream-project
Tip revision: 8e64d96
StepStrideFrequencyModuleConstants.py
import Constants
import numpy as np
sample_points = 1000
F = np.linspace(0,Constants.sampling_frequency/2,sample_points)
back to top