Mercurial > hg > map
diff testPrograms/demoTwisterSpikes.m @ 38:c2204b18f4a2 tip
End nov big change
author | Ray Meddis <rmeddis@essex.ac.uk> |
---|---|
date | Mon, 28 Nov 2011 13:34:28 +0000 |
parents | 25d53244d5c8 |
children |
line wrap: on
line diff
--- a/testPrograms/demoTwisterSpikes.m Thu Oct 06 15:43:20 2011 +0100 +++ b/testPrograms/demoTwisterSpikes.m Mon Nov 28 13:34:28 2011 +0000 @@ -27,13 +27,13 @@ %% #5 number of channels in the model % 21-channel model (log spacing) -numChannels=21; +numChannels=11; lowestBF=250; highestBF= 8000; BFlist=round(logspace(log10(lowestBF), log10(highestBF), numChannels)); %% #6 change model parameters -paramChanges=[]; +paramChanges={}; %% delare showMap options showMapOptions=[]; % use defaults @@ -45,7 +45,7 @@ showMapOptions.showACF=0; showMapOptions.showEfferent=0; showMapOptions.surfSpikes=0; -showMapOptions.surfProbability=0; % 2D plot of HSR response +showMapOptions.surfAN=0; % 2D plot of HSR response %% Generate stimuli [inputSignal sampleRate]=wavread(fileName); @@ -69,7 +69,7 @@ % the model run is now complete. Now display the results -UTIL_showMAP(showMapOptions, paramChanges) +UTIL_showMAP(showMapOptions) toc path(restorePath)