420 likes | 540 Views
fMRI Methods Lecture1 - Introduction. http://www.weizmann.ac.il/neurobiology/labs/malach/ilan ilan.dinstein@weizmann.ac.il Leonesco Bldg. room 208. Course overview.
E N D
http://www.weizmann.ac.il/neurobiology/labs/malach/ilanilan.dinstein@weizmann.ac.ilLeonesco Bldg. room 208
Course overview Go over syllabusWeekly exercises, final project (grades)Office hoursGroupsScanning (safety, Helsinki)Matlab (experience, licenses) Huettel et. al.
Imaging Contrast Resolution (spatial, temporal)
MRI scanner What is the measurement in this image?
Physics Static magnetic field direction
First anatomical MRI 106 voxels took 4 hours to scan! Damadian et. al. 1977
Anatomy 1T 2T
Anatomical measures Gray/White matter Cortical thickness
Tractography Blue: up-down Green: fwd-bwd Yellow: right-left
Neurovascular coupling Heeger et. al. 2002
Hemodynamic changes Time Heeger et. al. 2002
Front R L Back scan/volumefMRI 24 slices every 1.5 seconds
fMRI activation maps Motor system
fMRI activation maps Visual system Motor system
fMRI activation maps Visual system Motor system Obsession with localization!
With fMRI we care about temporal resolution.Temporal sampling rate.Limited by Hemodynamics
Matlab A tool for manipulating vectors and matrices. Matlab offers an immense number of functions with which one can do these manipulations quickly.Generally we will assume that our data (neural and hemodynamic responses) are generated by a linear system.What does it mean to be linear?
Linearity A linear system is one that satisfies the following two conditions: 1. Additivity/Superposition – f(x+y) = f(x) + f(y)2. Homogeneity – f(ax) = af(x)What does this mean?
Example of a linear system a*x + b*y + c*zscaling/weighting Y Stimulus and neural response: X (stimulus) = a*Y (neural response) X
Example of a non-linear system The response of a single neuron at any given time is non-linear.It’s an all or nothing response with a certain threshold – a spike.A linear system has to output “graded” responses of consistently increasing/decreasing amplitudes.However, the summed response of a neuron across time windows of a given length (i.e. compute its firing rate) may be linear….
Example of a non-linear system The response of a single neuron at any given time is non-linear.It’s an all or nothing response with a certain threshold – a spike.A linear system has to output “graded” responses of consistently increasing/decreasing amplitudes.However, the summed response of a neuron across time windows of a given length (i.e. compute its firing rate) may be linear….
Vectors and matrices Are incredibly useful ways of representing data... For example images of the brain
Vectors and matrices Are incredibly useful ways of representing data... Or sound – voltage changes over time
Vectors and matrices And for manipulating the data... How would you increase the volume of this sound segment?
“Geometric” linear algebra Go over handoutOpen Matlab getting started section
Matlab Tutorials Open a folder for your code on the local computer. Try to keep the path name simple (e.g. “C:\Your_name”).Download code and MRI data from:http://www.weizmann.ac.il/neurobiology/labs/malach/ilan/lecture_notes.htmlSave Lab1.zip in the folder you’ve created and unzip.Open Matlab. Change the “current directory” to the directory you’ve created.Open: “Lab1_VisualizingBrain.m”When done open: “Lab1_CreatingStimuli.m”
Homework! Read Chapters 1 & 2 of Huettel et. al. (available in library)Review Geometric linear algebra handoutMatlab exercise: email me the report as a word document. The report should include answers, figures, and the actual Matlab code used to generate them (copy it into word). This week, don’t forget to also send me the movie you’ve created.