Answered step by step
Verified Expert Solution
Question
1 Approved Answer
LSI system characterization. You are trying to experimentally characterize three auditory neurons, in terms of their responses to sounds. For purposes of this problem, the
LSI system characterization. You are trying to experimentally characterize three auditory neurons, in terms of their responses to sounds. For purposes of this problem, the responses of these neurons are embodied in compiled matlab functions unknownSystemX.p, (with X=1, 2, 3), each of which takes an input column vector of length N = 64 whose elements represent sound pressure over time. The response of each is a column vector (of the same length) representing the mean spike count over time. Your task is to examine them to see if they: i) behave like they are linear; and/or ii) shift-invariant; with/without iii) circular (i.e. periodic) boundary handling. For each neuron, (a) Kick the tires by measuring the response to an impulse in the first position of an input vector. Check that this impulse response is shift-invariant by comparing to the response to an impulse at positions n = 2, 4, 8. Use different n to determine how the system handles inputs near the boundary. Also check that the response to a sum of any two of these impulses is equal to the sum of their individual responses. Be sure to describe your findings. (b) If the previous tests succeeded, examine the response of the system to sinusoids with frequencies {27/N, 47/N, 86/N, 167 /N}, and random phases, and check whether the outputs are sinusoids of the same frequency (i.e., verify that the output vector lies com- pletely in the subspace containing all the sinusoids of that frequency). [note: Make the input stimuli positive, by adding one to each sinusoid, and the responses should then be positive (mean spike counts)]. (c) If the previous tests succeeded, verify that the change in amplitude and phase from input to output is predicted by the amplitude (abs) and phase (angle) of the corre- sponding terms of the Fourier transform of the impulse response. If not, explain which property (linearity, or shift-invariance, or both) seems to be missing from the system. If do you think that the combination of all tests guarantees that the system is linear and shift-invariant? What combination of tests would provide such a guarantee? So, LSI system characterization. You are trying to experimentally characterize three auditory neurons, in terms of their responses to sounds. For purposes of this problem, the responses of these neurons are embodied in compiled matlab functions unknownSystemX.p, (with X=1, 2, 3), each of which takes an input column vector of length N = 64 whose elements represent sound pressure over time. The response of each is a column vector (of the same length) representing the mean spike count over time. Your task is to examine them to see if they: i) behave like they are linear; and/or ii) shift-invariant; with/without iii) circular (i.e. periodic) boundary handling. For each neuron, (a) Kick the tires by measuring the response to an impulse in the first position of an input vector. Check that this impulse response is shift-invariant by comparing to the response to an impulse at positions n = 2, 4, 8. Use different n to determine how the system handles inputs near the boundary. Also check that the response to a sum of any two of these impulses is equal to the sum of their individual responses. Be sure to describe your findings. (b) If the previous tests succeeded, examine the response of the system to sinusoids with frequencies {27/N, 47/N, 86/N, 167 /N}, and random phases, and check whether the outputs are sinusoids of the same frequency (i.e., verify that the output vector lies com- pletely in the subspace containing all the sinusoids of that frequency). [note: Make the input stimuli positive, by adding one to each sinusoid, and the responses should then be positive (mean spike counts)]. (c) If the previous tests succeeded, verify that the change in amplitude and phase from input to output is predicted by the amplitude (abs) and phase (angle) of the corre- sponding terms of the Fourier transform of the impulse response. If not, explain which property (linearity, or shift-invariance, or both) seems to be missing from the system. If do you think that the combination of all tests guarantees that the system is linear and shift-invariant? What combination of tests would provide such a guarantee? So
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started