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
# -*- coding: utf-8 -*- | |
""" | |
AWWWARD Web Scraper | |
Created on Thu Nov 9 14:32:36 2017 | |
@author: Giulio Gabrieli | |
""" | |
############################################################################### | |
# # |
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
############################################################################################# | |
# Extract f0, f1-f4 and Intensity from all the wav (or .xyz) files stored in a directory # | |
# # | |
# Giulio Gabrieli # | |
# v.1.0.1 # | |
# Last Edit: 11/04/2019 # | |
############################################################################################# | |
#Change this line with the location of the Wav files | |
directory$ = "C:\Users\giulio001\Desktop\Cry_DEP\Raw\Extracted\7\" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
import os | |
import pandas as pd | |
import sklearn as skl | |
import scipy as sp | |
import matplotlib.pyplot as plt | |
# Define the paths | |
BASEPATH = '/home/giulio/Repositories/covres/' #This is the folder where db is | |
# import database |
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
User | |
Convert the following snippet to Python | |
% This script is used to test JIT compilation over huge number of nTrials | |
%in each iterations we generate a matrix of nNumbers uniformely distributed random | |
%trials | |
nTrials = 100; | |
nNumbers = 1000; |
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
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Tiziana's batch converter | |
Created on Mon Dec 4 19:45:22 2023 | |
@author: giulio | |
""" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.