This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(ggplot2) | |
library(reshape) | |
library(scales) | |
### INSTRUCTIONS | |
# 1. Save file to same local directory | |
# 2. Change time zone specification in third IMPORT DATA statement | |
# 3. In each top_n_for_hour or top_n_for_day, test to statistical significance by comparing the result of the top_n function and the result of the matrix t test | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 12r69VE7tvtzHXqQ85yLnEJzDn19QDXAZ7 https://explorer.blockstack.org/address/12r69VE7tvtzHXqQ85yLnEJzDn19QDXAZ7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pynput.keyboard import Key, Listener, Controller | |
import sounddevice as sd | |
import numpy as np | |
from scipy.io.wavfile import write | |
import subprocess | |
import os | |
import re | |
import datetime | |
# Set the sample rate to 16 kHz |