Mercurial > hg > map
comparison parameterStore/MAPparamsOHC.m @ 25:d2c4c07df02c
path problem solved
author | Ray Meddis <rmeddis@essex.ac.uk> |
---|---|
date | Fri, 17 Jun 2011 14:30:28 +0100 |
parents | 37a379b27cff |
children | b03ef38fe497 |
comparison
equal
deleted
inserted
replaced
24:a5e4a43c1673 | 25:d2c4c07df02c |
---|---|
55 OMEParams.stapesScalar= 45e-9; | 55 OMEParams.stapesScalar= 45e-9; |
56 | 56 |
57 % Acoustic reflex: maximum attenuation should be around 25 dB Price (1966) | 57 % Acoustic reflex: maximum attenuation should be around 25 dB Price (1966) |
58 % i.e. a minimum ratio of 0.056. | 58 % i.e. a minimum ratio of 0.056. |
59 % 'spikes' model: AR based on brainstem spiking activity (LSR) | 59 % 'spikes' model: AR based on brainstem spiking activity (LSR) |
60 OMEParams.rateToAttenuationFactor=0.003; % * N(all ICspikes) | 60 OMEParams.rateToAttenuationFactor=0.006; % * N(all ICspikes) |
61 % OMEParams.rateToAttenuationFactor=0; % * N(all ICspikes) | 61 % OMEParams.rateToAttenuationFactor=0; % * N(all ICspikes) |
62 | 62 |
63 % 'probability model': Ar based on AN firing probabilities (LSR) | 63 % 'probability model': Ar based on AN firing probabilities (LSR) |
64 OMEParams.rateToAttenuationFactorProb=0.005;% * N(all ANrates) | 64 OMEParams.rateToAttenuationFactorProb=0.01;% * N(all ANrates) |
65 % OMEParams.rateToAttenuationFactorProb=0;% * N(all ANrates) | 65 % OMEParams.rateToAttenuationFactorProb=0;% * N(all ANrates) |
66 | 66 |
67 % asymptote should be around 100-200 ms | 67 % asymptote should be around 100-200 ms |
68 OMEParams.ARtau=.05; % AR smoothing function | 68 OMEParams.ARtau=.05; % AR smoothing function |
69 % delay must be longer than the segment length | 69 % delay must be longer than the segment length |
73 %% #3 DRNL | 73 %% #3 DRNL |
74 DRNLParams=[]; % clear the structure first | 74 DRNLParams=[]; % clear the structure first |
75 DRNLParams.BFlist=BFlist; | 75 DRNLParams.BFlist=BFlist; |
76 | 76 |
77 % DRNL nonlinear path | 77 % DRNL nonlinear path |
78 DRNLParams.a=3e4; % nonlinear path gain (below compression threshold) | |
79 DRNLParams.a=0; % DRNL.a=0 means no OHCs (no nonlinear path) | 78 DRNLParams.a=0; % DRNL.a=0 means no OHCs (no nonlinear path) |
80 | 79 |
81 DRNLParams.b=8e-6; % *compression threshold raised compression | 80 DRNLParams.b=8e-6; % *compression threshold raised compression |
82 % DRNLParams.b=1; % b=1 means no compression | 81 % DRNLParams.b=1; % b=1 means no compression |
83 | 82 |
98 minLinBW=100; coeffLinBW=0.6531; | 97 minLinBW=100; coeffLinBW=0.6531; |
99 DRNLParams.linBWs=minLinBW + coeffLinBW*BFlist; % bandwidths of linear filters | 98 DRNLParams.linBWs=minLinBW + coeffLinBW*BFlist; % bandwidths of linear filters |
100 | 99 |
101 % DRNL MOC efferents | 100 % DRNL MOC efferents |
102 DRNLParams.MOCdelay = efferentDelay; % must be < segment length! | 101 DRNLParams.MOCdelay = efferentDelay; % must be < segment length! |
102 | |
103 % 'spikes' model: MOC based on brainstem spiking activity (HSR) | 103 % 'spikes' model: MOC based on brainstem spiking activity (HSR) |
104 DRNLParams.rateToAttenuationFactor = .009; % strength of MOC | 104 DRNLParams.rateToAttenuationFactor = .01; % strength of MOC |
105 DRNLParams.rateToAttenuationFactor = .009; % strength of MOC | |
106 % DRNLParams.rateToAttenuationFactor = 0; % strength of MOC | 105 % DRNLParams.rateToAttenuationFactor = 0; % strength of MOC |
107 | |
108 % 'probability' model: MOC based on AN spiking activity (HSR) | 106 % 'probability' model: MOC based on AN spiking activity (HSR) |
109 DRNLParams.rateToAttenuationFactorProb = .002; % strength of MOC | 107 DRNLParams.rateToAttenuationFactorProb = .005; % strength of MOC |
110 DRNLParams.MOCtau =.03; % smoothing for MOC | 108 % DRNLParams.rateToAttenuationFactorProb = .0; % strength of MOC |
111 DRNLParams.MOCrateThreshold =50; % set to AN rate threshold | 109 DRNLParams.MOCrateThreshold =70; % spikes/s probability only |
110 | |
111 DRNLParams.MOCtau =.1; % smoothing for MOC | |
112 | 112 |
113 | 113 |
114 %% #4 IHC_cilia_RPParams | 114 %% #4 IHC_cilia_RPParams |
115 | 115 |
116 IHC_cilia_RPParams.tc= 0.0003; % 0.0003 filter time simulates viscocity | 116 IHC_cilia_RPParams.tc= 0.0003; % 0.0003 filter time simulates viscocity |
125 IHC_cilia_RPParams.Ga= 1e-9; % 4.3e-9 fixed apical membrane conductance | 125 IHC_cilia_RPParams.Ga= 1e-9; % 4.3e-9 fixed apical membrane conductance |
126 | 126 |
127 % #5 IHC_RP | 127 % #5 IHC_RP |
128 IHC_cilia_RPParams.Cab= 4e-012; % IHC capacitance (F) | 128 IHC_cilia_RPParams.Cab= 4e-012; % IHC capacitance (F) |
129 IHC_cilia_RPParams.Cab= 1e-012; % IHC capacitance (F) | 129 IHC_cilia_RPParams.Cab= 1e-012; % IHC capacitance (F) |
130 IHC_cilia_RPParams.Et= 0.100; % endocochlear potential (V) | 130 IHC_cilia_RPParams.Et= 0.1; % endocochlear potential (V) |
131 | 131 |
132 IHC_cilia_RPParams.Gk= 2e-008; % 1e-8 potassium conductance (S) | 132 IHC_cilia_RPParams.Gk= 2e-008; % 1e-8 potassium conductance (S) |
133 IHC_cilia_RPParams.Ek= -0.08; % -0.084 K equilibrium potential | 133 IHC_cilia_RPParams.Ek= -0.08; % -0.084 K equilibrium potential |
134 IHC_cilia_RPParams.Rpc= 0.04; % combined resistances | 134 IHC_cilia_RPParams.Rpc= 0.04; % combined resistances |
135 | 135 |
144 IHCpreSynapseParams.tauM= 0.00005; % membrane time constant ?0.1ms | 144 IHCpreSynapseParams.tauM= 0.00005; % membrane time constant ?0.1ms |
145 IHCpreSynapseParams.power= 3; | 145 IHCpreSynapseParams.power= 3; |
146 % reminder: changing z has a strong effect on HF thresholds (like Et) | 146 % reminder: changing z has a strong effect on HF thresholds (like Et) |
147 IHCpreSynapseParams.z= 2e42; % scalar Ca -> vesicle release rate | 147 IHCpreSynapseParams.z= 2e42; % scalar Ca -> vesicle release rate |
148 | 148 |
149 LSRtauCa=50e-6; HSRtauCa=85e-6; % seconds | 149 LSRtauCa=35e-6; HSRtauCa=85e-6; % seconds |
150 % LSRtauCa=35e-6; HSRtauCa=70e-6; % seconds | 150 % LSRtauCa=35e-6; HSRtauCa=70e-6; % seconds |
151 IHCpreSynapseParams.tauCa= [LSRtauCa HSRtauCa]; %LSR and HSR fiber | 151 IHCpreSynapseParams.tauCa= [LSRtauCa HSRtauCa]; %LSR and HSR fiber |
152 | 152 |
153 %% #6 AN_IHCsynapse | 153 %% #6 AN_IHCsynapse |
154 % c=kym/(y(l+r)+kl) (spontaneous rate) | 154 % c=kym/(y(l+r)+kl) (spontaneous rate) |