Revision 16:37a379b27cff parameterStore/MAPparamsNormal.m

View differences:

parameterStore/MAPparamsNormal.m
20 20
currentFile=mfilename;                      % i.e. the name of this mfile
21 21
method.parameterSource=currentFile(10:end); % for the record
22 22

  
23
switchOffEfferent=0;
24 23
efferentDelay=0.010;
25 24
method.segmentDuration=efferentDelay;
26 25

  
......
57 56

  
58 57
% Acoustic reflex: maximum attenuation should be around 25 dB Price (1966)
59 58
% i.e. a minimum ratio of 0.056.
60
if ~switchOffEfferent
61
    % 'spikes' model: AR based on brainstem spiking activity (LSR)
62
    OMEParams.rateToAttenuationFactor=0.003;   % * N(all ICspikes)
59
% 'spikes' model: AR based on brainstem spiking activity (LSR)
60
OMEParams.rateToAttenuationFactor=0.003;   % * N(all ICspikes)
63 61
%     OMEParams.rateToAttenuationFactor=0;   % * N(all ICspikes)
64
    % 'probability model': Ar based on An firing probabilities (LSR)
65
    OMEParams.rateToAttenuationFactorProb=0.005;% * N(all ANrates)
62

  
63
% 'probability model': Ar based on AN firing probabilities (LSR)
64
OMEParams.rateToAttenuationFactorProb=0.003;% * N(all ANrates)
66 65
%     OMEParams.rateToAttenuationFactorProb=0;% * N(all ANrates)
67
else
68
    OMEParams.rateToAttenuationFactor=0;        % 0= off
69
    OMEParams.rateToAttenuationFactorProb=0;    % 0= off
70
end
66

  
71 67
% asymptote should be around 100-200 ms
72 68
OMEParams.ARtau=.05; % AR smoothing function
73 69
% delay must be longer than the segment length
......
104 100

  
105 101
% DRNL MOC efferents
106 102
DRNLParams.MOCdelay = efferentDelay;            % must be < segment length!
107
if ~switchOffEfferent
108
    % 'spikes' model: MOC based on brainstem spiking activity (HSR)
109
    DRNLParams.rateToAttenuationFactor = .009;  % strength of MOC
110
    DRNLParams.rateToAttenuationFactor = .009;  % strength of MOC
103
% 'spikes' model: MOC based on brainstem spiking activity (HSR)
104
DRNLParams.rateToAttenuationFactor = .009;  % strength of MOC
105
DRNLParams.rateToAttenuationFactor = .009;  % strength of MOC
111 106
%      DRNLParams.rateToAttenuationFactor = 0;  % strength of MOC
112 107

  
113
    % 'spikes' model: MOC based on brainstem spiking activity (HSR)
114
    DRNLParams.rateToAttenuationFactorProb = .002;  % strength of MOC
115
else
116
    DRNLParams.rateToAttenuationFactor = 0;     % 0 = MOC off (probability)
117
    DRNLParams.rateToAttenuationFactorProb = 0; % 0 = MOC off (spikes)
118
end
108
% 'probability' model: MOC based on AN spiking activity (HSR)
109
DRNLParams.rateToAttenuationFactorProb = .007;  % strength of MOC
110
DRNLParams.rateToAttenuationFactorProb = .0;  % strength of MOC
119 111
DRNLParams.MOCtau =.03;                         % smoothing for MOC
120 112
DRNLParams.MOCrateThreshold =50;                % set to AN rate threshold
121 113

  
......
137 129
IHC_cilia_RPParams.Cab=	4e-012;         % IHC capacitance (F)
138 130
IHC_cilia_RPParams.Cab=	1e-012;         % IHC capacitance (F)
139 131
IHC_cilia_RPParams.Et=	0.100;          % endocochlear potential (V)
140
IHC_cilia_RPParams.Et=	0.07;          % endocochlear potential (V)
141 132

  
142 133
IHC_cilia_RPParams.Gk=	2e-008;         % 1e-8 potassium conductance (S)
143 134
IHC_cilia_RPParams.Ek=	-0.08;          % -0.084 K equilibrium potential

Also available in: Unified diff