Visual stimulus generation ICN, UCL Session 5, 18 Jan 2007 MATLAB for Cognitive Neuroscience.

Slides:



Advertisements
Similar presentations
MICROSOFT POWERPOINT The power of Visual presentation.
Advertisements

EiS – Education iT Services Our passion in EiS is to make a real difference in education and ultimately childrens lives by providing innovative solutions.
Matlab Class 5 Xiaotao Su, Ph.D. Visual Psychophysicist & IT Group Leader Rutgers Center for Cognitive Science (RuCCS)
Electronic Presentation Guidelines for Author Talks GEMIC 2005.
Presenter notes: This Microsoft PowerPoint 2010 Presentation is a prepackaged solution for basic PowerPoint 2010 training. You may use the presentation.
PowerPoint for Money Management Works Using Microsoft Office Online Training Program Presented by: Funded by the Australia Government Department of FaHCSIA.
Powerpoint template. Additional colour suggestions available at the end.
Presentation Guidelines. Title of the Paper Author names Address, Contact Information Session number Example: Session
Designing Pages and Screens Comm Arts II Mr. Wreford.
Chapter 4: Configuring the Windows Vista Desktop.
Multimedia Authoring - Chapter 6 - Part I1 Multimedia Authoring Using Various Tools - Part I: ToolBook M.Dastbaz Designing Interactive Multimedia Systems.
PowerPoint Tutorial 1: Creating a Presentation
FIRST COURSE PowerPoint. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is PowerPoint? PowerPoint is a powerful presentation graphics.
Editing Process Of Front Cover Lauren Alger I have shown screen shots of how I have put together all four of my pages for my final music magazine product.
PowerPoint: Masters and Slide Show Effects CMPSC 100 Lecture 7-3 Spring 2004 Doug Hogan.
PREPARING PUBLICATIONS Using Color in Publications.
Accessibility with Office and Acrobat Andrew Arch Online Accessibility Consulting.
Electronic Presentation Guide IMS /31/02 v1.0.
Getting Started with Adobe Photoshop CS6
 View Ribbon, Document Views group, click “Print Layout”  Standard working view for print documents  Default view in Word 2010  Shows you how your.
What is Director?  A tool for creating interactive CDs or interactive media and games on the Web.  Combines graphics, sound, video and other media together.
Multimedia- Microsoft PowerPoint
CIS—100 Chapter 9—PowerPoint 1. The PowerPoint User Interface 2 There is a tall band across the screen that contains many, very visual commands arranged.
Instructor: Mr. Azhar Maqsood 1 Outlines Introduction to PowerPoint Creating a new presentation Applying a New Theme Open and view an existing PowerPoint.
POWER POINT CREATING A PRESENTATION. What is a Presentation? A presentation is an informative talk, such as a lecture or speech, that usually includes.
Creating a Basic Presentation in PowerPoint Welcome to the Faculty Instructional Technology Support Center.
Creating a PowerPoint Presentation
MIEL 2012 Title of Your Talk Author name(s) Affiliation.
Computer Projection Presentation Guide 2004 HPS Annual Meeting Washington, D.C 03/15/04 This presentation was modified from a presentation developed for.
Guidelines for Electronic Presentations Your company or university logo may appear on the title slide but NOT on any other slides.
CREATING A POWERPOINT PRESENTATION. Planning a presentation Create a presentation Rearrange and delete text and slides Add animations Add transitions.
COMPANY PUBLICATIONS Using Color in Publications.
Electronic Presentation Guide May 2011 – Aix-en-Provence, France.
Saturday, September 16, 2006 By: April M. Bowser Photoshop 7 Session 1.
Adding contrast to a graphic Contrast can be used through colours to highlight a point on the page or to make an object more eye- catching Contrast can.
PowerPoint Created by Alison Von Canon. What is PowerPoint? PowerPoint is a complete presentation graphics package. It gives you everything you need to.
Miscellaneous 1 Miscellaneous 2 Slide ShowEditingGraphics
Basic Accessibility Options. Right Click on the screen and the following menu will appear. Left Click on Properties.
Experimental control in COGENT/MATLAB Christian Ruff.
Presentation of Chapters 3 & 4 e-Learning and the Science of Instruction Applying the Multimedia Principle (chapt. 3) Applying the Contiguity Principle.
Window Displays VM Part 4. Promotional Window Display Promotes the sale of the store’s products Most common.
Using Color in Publications. Color in a publication can: Elicit feelings Emphasize important text Attract attention Choose one or two colors Use “spot.
Graphics in a computers memory How a picture (i.e. a graphic) is stored in a computers memory A computer screen is made up of little dots, called PICture.
Jake Mursell. This is me creating a simple box in Flash. To do this I clicked on the rectangle tool which is located on the left interface. Then all you.
MSOffice PowerPoint 1 Part 1 ® Microsoft® Office 2010: Illustrated Introductory.
Jeopardy Tabs commands Types of slide Show Effects Mis. Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final Jeopardy.
Adnan Iqbal Create a presentation using MS Office PowerPoint 2007 Apply a theme Change the slide format from on-screen 4:3 to 16:9 Insert a title slide.
$1 Million $500,000 $250,000 $125,000 $64,000 $32,000 $16,000 $8,000 $4,000 $2,000 $1,000 $500 $300 $200 $100 Welcome.
2D Graphics CMT3311. This covers... How to make a transparent sprite How to add a sprite to your project and draw it Properties of sprites and how to.
PowerPoint Computer Solutions 1. Multimedia A powerful blend of text, graphics, sound, animation, and video on your computer.  Multimedia is an effective.
Session name, Speaker name, Paper Title Slide 1 IEEE RFID-TA 2012 Presentation Guidelines Presentation Guidelines Author Name Author Affiliation If you.
Learning PowerPoint Biomedical Libraries Dartmouth College Dave Izzo Aug 2016.
Lesson 7 Learning Objectives: Insert pictures from files
Author name(s) Affiliation
Using Color in Publications
IPFA 2018 Instructions For Preparing Electronic Presentations
Sprite Animation An exercise on filling circles and polygons to create the animated sprite used in ‘Pac Man’
IPFA 2018 Instructions For Preparing Electronic Presentations
Created by: Jennifer Tyndall Spring Creek High School
Views in Word 2010.
Visual Literacy.
Edit this text to create a title slide
Lesson 1 – PowerPoint Essentials
Stand up, Sit down.
Playing with Pictures Module 1 Lesson 3.
Product Design: Graphical Design 2.
CREATING A PHOTOSTORY Slide 2 Beginning a photostory
IPFA 2019 Instructions For Preparing Electronic Presentations
[Please type your poster title in white font]
Presentation transcript:

Visual stimulus generation ICN, UCL Session 5, 18 Jan 2007 MATLAB for Cognitive Neuroscience

Outline Display parameters Stimulus parameters Cogent 2000 –Photographs and pictures –Text Cogent Graphics –Photographs and pictures –Text –Costume graphics

Display parameters Reminder from previous session thanks to Christian Ruff config_display(screenMode, screenRes, black,white, fontName, fontSize, number_of_buffers); screenMode = 0; % 0 for small window, 1 for full screen, 2 for second screen if attached screenRes = 2; % 800 x 600 resolution white = [1 1 1]; % foreground colour (optional) black = [0 0 0]; % background colour (optional) fontName = 'Helvetica'; % font parameters (optional) fontSize = 20; number_of_buffers = 5; % how many offscreen buffers to create

COORDINATE SYSTEM in cogent

Stimulus parameters Location Size Visibility Number Duration The same parameters could be applied to TEXT stimuli as well Let’s see a couple of examples

Limitations of Cogent 2000 loadpict( filename, buff, x, y, w, h ) preparestring( text, buff, x, y ) t = drawpict(imageBufferNumber) Gives control over location, timing, size and number Not flexible for: drawing shapes, generating noise, changing contrast Solution: use Cogent Graphics

Let’s see an example

Drawing screens in cogent graphics OnscreenOffscreen

start_cogent config_display(screenMode, screenRes, black,white, fontName, fontSize, number_of_buffers); Onscreen Offscreen

Onscreen cgflip(0,0,0); cgtext(word,wordX,wordY); plunge t1 = cgflip; Offscreen plunge

Direct drawing on the buffer versus using Sprites plunge sprite

why Sprites? Complicated graphics (do once, use many times) Multiple items to be place in different locations Animations