MIDTERM 3 Flashcards
What are 3 uses that Fourier transforms and power spectra have in neuroscience.
- Identifying biologically important signals in EEG or LFP (local field potential) recordings that may indicate e.g. brain state or sleep stage.
- Analysis of spike trains
- Filtering (often done before/after data acquisition) i.e. Narrow-band filter may be used to remove noise from signals
What is the difference between the transform and the power spectrum?
- The transform is a linear operation that characterises data in terms of frequencies. It includes the real and imaginary components, and preserves all the information in the original signal.
- The power spectrum represents the frequencies present in the signal that is computed from the transform and doesn’t preserve the original signal.
What does a power spectrum show, including the DC component, and how do we interpret the meaning of peaks at specific frequencies?
The power spectrum shows the strength of the frequency present from the signal. The peaks indicate a frequency that was found in the signal. The DC component shows the mean value of the signal summed over ALL the samples.
How do both cosine and sine terms (= real and imaginary components) contribute to the calculation of power.
Power Formula: P(f) = A^2(f) + B^2(f)
Real part is cos term, imaginary part is sin term.
Plotted as a vector, the angle gives that phase of each frequeny component, which is thrown away if we take the power (length squared of the vector).
How can filtering be done in the frequency domain?
Filtering can be done in the frequency domain after transforming the raw data and the weighting function, then multiplying them and then transforming back to get the result.
What is the convolution theorem and give an example?
- Convolution theorem: multiplication in the fourier domain.
- Example: convolution with a Gaussian can be done by multiplying the signal’s transform with the transform of the Gaussian. The multiplication removes high frequencies and preserves lower ones depending on the width of the Gaussian.
What are the 4 basic types of frequency domain filter and what are some situations they might be used in?
- Low-pass: High frequencies are removed, preserve low ones. Can be used to detect local field potential.
- High-pass: Low frequencies are removed, preserve high ones. Can be used to detect spikes.
- Band-pass: remove BOTH low and high frequencies from the signal, preserving a range in the middle. Can make signals easier to detect if they’re confined to specific frequency ranges.
- Notch filtering: Will remove a narrow range of frequencies from the signal, often 60 Hz due to electrical interference (removes noise).
What is the sampling theorem and the Nyquist limit?
Sampling theorem: Must sample a signal at a frequency at least twice as high as the highest frequency in the signal.
- Nyquist limit: value that is two times the highest frequency of the signal.
What is aliasing and what leads to it?
- Aliasing is when artefacts are created by sampling at a too low of a frequency.
- If there are frequencies in the signal that are higher than ½ the sampling frequency, you will see difference frequencies that are not really there.
What are 4 ways to avoid aliasing?
- Ignore it on biological grounds
- Sample at a rate much higher than you probably need
- Analogue filter the signal before analogue to digital conversion to remove frequencies above 0.5 times the sampling frequency.
- If the sampled spectrum has little or no energy close to the Nyquist limit, deduce that the original signal probably did not either
How do simple forms of signal smoothing, Gaussian or 1:2:1, can be done in the signal domain (i.e. time or space) and how do the terms convolution and kernel relate to this process?
Signal smoothing takes the weighted sum of the signal values, with the weights given by the weighting/smoothing function. The signal is replaced by the summation, as it goes from point to point.
- Convolution relates to the process, because as the weighting function goes through the data, the data and the weighting function convolve, computing a weighted sum as it passes. The weighting function is also sometimes termed the kernel, because it is small and remains the same.
What are the 5 steps for Fourier domain filtering?
- Get the FFT of the signal
- Multiply by the desired filter function, including +ve and -ve frequencies
- Transform in the reverse direction
- The result is the filtered signal
- When finished you could check the power spectrum of the filtered signal - the filtered parts of the signal would no longer be there.
Describe in words the basic receptive field properties of centre-surround, ON and OFF retinal ganglion cell types.
- Receptive field: region of space in which a visual stimulus can change the firing rate of a cell.
- Best at detecting changes in space and time. Meaning they do not respond well to uniform illumination and constant stimulus exposure.
What is lateral inhibition and what gives rise to it in the retina?
Lateral inhibition is what arises from the different spatial distribution of excitatory and inhibitory inputs to the cell. The different spatial distributions can affect the retinal ganglion cell’s firing pattern.
What is Hermann’s grid and how might you explain it?
- Hermann’s grid involves black squares that are organised in a grid like fashion, with white gaps evenly separating the squares throughout.
- It presents an optical illusion of black dots at the intersection of white gaps in the periphery of vision, which then disappears when you focus on the intersection.
- This illusion occurs due to lateral inhibtion, where the RFs at the intersections are receiving more inhibition than RFs elsewhere, and thus those neurons fire less.
What mathematical function has been used to model the behaviour of retinal ganglion cells? What part of it relates to lateral inhibition?
See slides for equation.
The part relating to lateral inhibition is Gi, which represents the strength and size of the surrounding inhibition.
What is an LNP model? What are the 3 stages?
LNP stands for Linear-Nonlinear-Poisson. It is a useful class of model that can applied to modelling visual RFs.
- Make a linearly weighted sum of the RF (DOG function) and the image. Meaning that every point in the RF is multiplied with the corresponding image intensity at that point, and then added together.
- Nonlinear: apply a threshold to the output in stage 1.
- Uses the output of stage 2, which generates spikes with a probability that gives rise to randomly occurring spikes, similar to the behaviour of real neurons.
Explain how the Fourier transform of the receptive field predicts the responses of retinal ganglion cells to different spatial frequencies.
- Fourier transform of the DOG shows attenuated response to low and high spatial frequencies.
- This predicts the responses of retinal ganglion cells, because these cells are more sensitive to spatial frequency gratings that have frequencies that are not very high, or very low.
Describe Olshausen and Field’s sparse coding model for visual cortex.
- Sparse coding involves activating a minimal subset of neurons from a large population to represent parts of an image.
- Neurons have random receptive fields that are matched to an image patch
- Neuronal activity becomes sparse through kurtosis, so that a minimal number of them are activated for the best representation of the image patch.
What is the evidence that some neural structures have no redundancy?
One piece of evidence is that dendritic arborisations of retinal ganglion cells tile the surface of the retina with little overlap, meaning that if one of the cells die, there will be a hole left in the retina.
What is Bayes’ Rule (write the formula)?
P(A|B) = P(A) * ((P(B|A)) / P(B))
The posterior is equal to the prior multiplied by the division of the likelihood and marginal.
Give 2 examples of the role played by Bayes’ rule in perception.
- The blue and black dress: Where some people perceived the dress as white and gold, vs. blue and black. This is due to people’s prior of the lighting being natural, which then affects their actual perceptions of the dress.
- Change blindness: If your attention is elsewhere, you don’t see things, in spite of the impression that you see everything. Your attention is the prior that is combined with the sensory evidence to work out the most probablye cause.
Distinguish between labelled line and population codes.
- Labelled line is the idea that perception is linked to specific neurons/pathways, where unusual stimulation of a specific pathway would lead to the perception associated with the pathway.
- Population codes is the idea that information is distributed among a population of neurons.
How might rate codes be used in the brain? To what extent is it a) feasible and b) supported by evidence?
- Involves the number of spikes that occur during a period of time. Can determine what information is being coded
- Well supported by evidence and is found to be used by many brain structures
- However, an experiment on visual perception shows that processing in the visual system may be done in a faster way, potentially related to timing.