Ejemplo n.º 1
0
def plot_NoteAndSens():
    # Plot time series of note (volume) and sensors of specific file
    # TODO: save it to the folder

    # files = next(os.walk(directory))[1]
    # for f in files:
    f = 'two_scales_1'
    A = Analyze(filename=f)
    A.plotKeyAndGlove('basic', savename=f)
Ejemplo n.º 2
0
 def plotRun(self):
     dataplotting = Analyze(self.directory, self.filename)
     dataplotting.plotKeyAndGlove('basic')
     dataplotting.plot_sampling_frequency()