Weekly Presentation Fabricio Teles Dutra Goncalves 05/22/2015.

Slides:



Advertisements
Similar presentations
An Introduction to Programming By :- Vishal Hirani B.Tech II year (CSE)
Advertisements

CS0004: Introduction to Programming Introduction to Programming.
LECTURE 1 CMSC 201. Overview Goal: Problem solving and algorithm development. Learn to program in Python. Algorithm - a set of unambiguous and ordered.
Creating a Program In today’s lesson we will look at: what programming is different types of programs how we create a program installing an IDE to get.
Introduction to Java Lab CS110A – Lab Section 004 Instructor: Duo Wei.
Compilers and Interpreters. Translation to machine language Every high level language needs to be translated to machine code There are different ways.
Text-To-Speech System for Marathi Miss. Deepa V. Kadam Indian Institute of Technology, Bombay.
Marlene Galea.  The JDK (Java Development Kit)  An IDE (Integrated Development Environment) ◦ Different IDEs include:  JCreator  NetBeans  BlueJ.
Tutorial -01. Objective In this session we will discuss about : 1.What is MVC? 2.Why MVC? 3.Advantages of MVC over ASP.NET 4.ASP.NET development models.
DSP (digital signal processing) (DSP) deals with commonly signals such as speech, music, video, EKG or ECG (heart), and EEG (brain).
Abstract EEGs, which record electrical activity on the scalp using an array of electrodes, are routinely used in clinical settings to.
Introducing Java.
Analysis Functionality to enhance MATLAB default interpolation schema using mGstat ABSTRACT The Center for Remote Sensing of Ice Sheets (CReSIS) has a.
Introduction to Python Dr. Bernard Chen Ph.D. University of Central Arkansas July 9 th 2012
SUMMER RESEARCH: WEEKLY MEETING Francisco Parente, June 15 th 2015.
Programming Languages: Scratch Intro to Scratch. Lower level versus high level Clearly, lower level languages can be tedious Higher level languages quickly.
Chess Playing Bot. Detecting Green coloured squares using Blobs.
Programming Concept Chapter I Introduction to Java Programming.
Python From the book “Think Python”
COP 3330 Notes 1/12. Today's topics Downloading Java and Eclipse Hello World Basic control structures Basic I/O Strings.
Weekly presentation Jônatas Macêdo Soares 6/15/2015.
Update on the new reconstruction software F. Noferini E. Fermi center INFN CNAF EEE Analysis Meeting - 15/06/20151.
Weekly Presentation Fabricio Teles Dutra Goncalves 05/29/2015.
HELLO WORLD program in COBOL - CIS12 Please use speaker notes for additional information!
TUH EEG Corpus Data Analysis 38,437 files from the Corpus were analyzed. 3,738 of these EEGs do not contain the proper channel assignments specified in.
Introduction to Python Lesson 1 First Program. Learning Outcomes In this lesson the student will: 1.Learn some important facts about PC’s 2.Learn how.
22-July-2002cse142-13B-Development © 2002 University of Washington1 Development Tools CSE 142, Summer 2002 Computer Programming 1
FDR--ECE6276 Class Project 12/06/00 The ChooChoo: Final Design Review System Integration Software School of Electrical and Computer Engineering Georgia.
Lecture 2 Programming life cycle. computer piano analogy Piano + player - computer hardware Musical score/notes - software or program Composer - programmer.
PIKA Technologies Inc. Digital Logger Application Sample March 2010.
CSC 1010 Programming for All Lecture 2 Introduction to Python Some material based on material from Marty Stepp, Instructor, University of Washington.
8 January 2016Birkbeck College, U. London1 Introduction to Programming Lecturer: Steve Maybank Department of Computer Science and Information Systems
Weekly Presentation Anderson G Moura 07/13/2015. Goals Wavelets – Set up an experiment to add a new feature to the htk files generated by the exp0022.
GazeEEGLabImporter Date: 12/12/2013 Version: 1.0 Produced by: Anton Andreev, Gipsa-lab/CNRS Contact:
SUMMER RESEARCH: WEEKLY MEETING Francisco Parente, July 6 th 2015.
The Development Process Compilation. Compilation - Dr. Craig A. Struble 2 Programming Process Problem Solving Phase We will spend significant time on.
Weekly Report Cotta, Lucas Computer Scientist. Previous Plans · Kaldi/EEG - Once running, analyze some EEG examples with Kaldi · Demo - Implement Spectrogram.
Weekly Report By Gabriella Suarez 06/08/2015. Goals Normal/Abnormal- The normal/abnormal team needed to meet to discuss the implementation of this project.
Weekly Report By Gabriella Suarez 07/06/2015. Goals Normal/Abnormal: I needed to talk to Silvia and Dave about the next steps. Interpolation: I needed.
Multi Channel Music Recognition for an Electric Guitar.
PYTHON FUNCTIONS. What you should already know Example: f(x) = 2 * x f(3) = 6 f(3)  using f() 3 is the x input parameter 6 is the output of f(3)
Software. Introduction n A computer can’t do anything without a program of instructions. n A program is a set of instructions a computer carries out.
Intelligent Data Systems Lab. Department of Computer Science & Engineering Python Installation guide 컴퓨터의 개념 및 실습.
Chapter 1: Introduction to Computers and Programming.
Chapter 6 Testing and running a solution. Errors X Three types Syntax Logic Run-time.
Starting Analysis with Athena (Esteban Fullana Torregrosa) Rik Yoshida High Energy Physics Division Argonne National Laboratory.
CMPT 201 Computer Science II for Engineers
Topic 2: Hardware and Software
Why don’t programmers have to program in machine code?
Topic: Programming Languages and their Evolution + Intro to Scratch
Writing, Compiling and Running a C program
Cryptography Sage Interlude 1.
Introduction to programming
Problem Identification
Project #5: Generating Privacy and Security Threat Summary for Internet of Things REU Student: Ray Yan Graduate mentors: Logan Lebanoff Faculty Mentor(s):
Ch 1. A Python Q&A Session Bernard Chen 2007.
Big Data Analytics: HW#3
CE-105 Spring 2007 Engr. Faisal ur Rehman
Setting up your DEV C++.
Week 1 Gates Introduction to Information Technology cosc 010 Week 1 Gates
Portable License Utility
Computer Organization & Compilation Process
Computer Programming Machine and Assembly.
EEG Recognition Using The Kaldi Speech Recognition Toolkit
Introduction to Athena
Algorithms Lecture # 01 Dr. Sohail Aslam.
Computer Organization & Compilation Process
Week 1 Emily Hand UNR.
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
Computational physics: intro workshop
Presentation transcript:

Weekly Presentation Fabricio Teles Dutra Goncalves 05/22/2015

Goals PLED Analysis Learn how to view EDF files Talk with Dave about the PLED events Execute Meysam’s code that already does PLED Analysis Interpolation Download dsp code from Owlsnest Compile the source code Understand how gen_feats.cc works Kaldi / EEG Read Lectures about Kaldi

Accomplishments PLED Analysis EDFbrowser installed to read.edf files Conversations with Dave about the PLED events Meysam’s code running on my machine Interpolation Source code compiled in my computer Able to execute gen_feats Studying how the code works Kaldi / EEG Reading lectures about Speech Recognition

Next Week PLED Analysis Talk with Meysam’s about the python code Work on algorithms to output PLED detections Interpolation Define an approach to integrate the new utility in dsp code Write C++ program to deal with the channel processing Kaldi / EEG Install Kaldi Analyze previous results on EEG signal event classification