Public Member Functions | Public Attributes

semglenny.EMG Class Reference

List of all members.

Public Member Functions

def __init__
def start_recording
def stop_recording
def get_data
def compute_score

Public Attributes

 sampleRate
 chunkSize
 numChans
 rmsWindows
 rmsMax
 rmsMin
 rmsVals
 currScore
 p
 theStream
 rawData
 rmsBuffer
 timeStamp
 convertSamplesFormat
 isAcquiring
 thr1

Member Function Documentation

def semglenny.EMG.__init__ (   self,
  numChans = 2,
  sampleRate = 44100,
  chunkSize = 512,
  rmsWindows = 5,
  rmsMax = numpy.ones((2,),
  dtype = numpy.float,
  rmsMin = numpy.zeros((2,),
  dtype = numpy.float 
)
def semglenny.EMG.compute_score (   self  ) 
def semglenny.EMG.get_data (   self  ) 
def semglenny.EMG.start_recording (   self  ) 
def semglenny.EMG.stop_recording (   self  ) 

Member Data Documentation


The documentation for this class was generated from the following file: