ALMOST finished the methods section.
This commit is contained in:
@@ -79,7 +79,7 @@ texts = {
|
||||
'model_titles_logarithm': ('Logarithmic\nCompression', title_props),
|
||||
'model_titles_adaptation': ('Intensity\nAdaptation', title_props),
|
||||
'model_titles_convolution': ('Convolutional\nFiltering', title_props),
|
||||
'model_titles_nonlinear': ('Threshold\nNonlinearity', title_props),
|
||||
'model_titles_nonlinear': ('Thresholding\nNonlinearity', title_props),
|
||||
'model_titles_integration': ('Temporal\nAveraging', title_props),
|
||||
'model_titles_readout': ('Weighted\nReadout', title_props),
|
||||
|
||||
@@ -94,7 +94,7 @@ texts = {
|
||||
# ELEMENT LABELS (MODEL CIRCUIT):
|
||||
'model_elements_filt': (r'$x_{\text{filt}}$', element_props),
|
||||
'model_elements_env': (r'$x_{\text{env}}$', element_props),
|
||||
'model_elements_log': (r'$x_{\text{dB}}$', element_props),
|
||||
'model_elements_log': (r'$x_{\text{log}}$', element_props),
|
||||
'model_elements_adapt': (r'$x_{\text{adapt}}$', element_props),
|
||||
'model_elements_c1': (r'$c_1$', element_props),
|
||||
'model_elements_c2': (r'$c_2$', element_props),
|
||||
@@ -109,7 +109,7 @@ texts = {
|
||||
|
||||
# LINE LABELS (MODEL CIRCUIT):
|
||||
'model_lines_env': (r'$\lvert\cdot\lvert,h_{\text{LP}}$', line_props),
|
||||
'model_lines_log': (r'$\text{log}$', line_props),
|
||||
'model_lines_log': (r'$\text{dB}$', line_props),
|
||||
'model_lines_hp': (r'$h_{\text{HP}}$', line_props),
|
||||
'model_lines_k1': (r'$k_1$', line_props),
|
||||
'model_lines_k2': (r'$k_2$', line_props),
|
||||
|
||||
Reference in New Issue
Block a user