From 30e2e2a5a0a488e6bd78665aa35002e2b4b19399 Mon Sep 17 00:00:00 2001 From: Jan Benda Date: Wed, 11 Mar 2026 15:50:44 +0100 Subject: [PATCH] revision --- Makefile | 6 ++--- nonlinearbaseline.tex | 2 +- rebuttal3.tex | 52 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 rebuttal3.tex diff --git a/Makefile b/Makefile index e249251..5c505df 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TEXBASE=nonlinearbaseline BIBFILE=references.bib -REBUTTALBASE=rebuttal2 -COVERBASE=cover2 +REBUTTALBASE=rebuttal3 +COVERBASE=cover3 TEXFILE=$(TEXBASE).tex PDFFILE=$(TEXBASE).pdf @@ -13,7 +13,7 @@ PT=$(wildcard *.py) PYTHONFILES=$(filter-out plotstyle.py spectral.py examplecells.py, $(PT)) PYTHONPDFFILES=$(PYTHONFILES:.py=.pdf) -REVISION=eacf6ee04c2caee1c6628d1e9d96944606ce5cbb +REVISION=0a072e27a6736cc9384ed31efac16faabb0f3af3 ifdef REBUTTALBASE REBUTTALTEXFILE=$(REBUTTALBASE).tex diff --git a/nonlinearbaseline.tex b/nonlinearbaseline.tex index 9bf17c0..7d8ea1f 100644 --- a/nonlinearbaseline.tex +++ b/nonlinearbaseline.tex @@ -283,7 +283,7 @@ Supported by SPP 2205 ``Evolutionary optimisation of neuronal processing'' by th % 250 words \section{Abstract} Spiking thresholds in neurons or rectification at synapses are essential for neuronal computations rendering neuronal processing inherently nonlinear. Nevertheless, linear response theory has been instrumental for understanding, for example, the impact of noise or neuronal synchrony on signal transmission, or the emergence of oscillatory activity, but is valid only at low stimulus amplitudes or large levels of intrinsic noise. At higher signal-to-noise ratios, however, nonlinear response components become relevant. Theoretical results for leaky integrate-and-fire neurons in the weakly nonlinear regime suggest strong responses at the sum of two input frequencies if one of these frequencies or their sum match the neuron's baseline firing rate. -We here analyze nonlinear responses in two types of primary electroreceptor afferents, the P-units of the active and the ampullary cells of the passive electrosensory system of the wave-type electric fish \textit{Apteronotus leptorhynchus} of either sex. In our combined experimental and modeling approach we identify these predicted nonlinear responses only in individual low-noise P-units, but in more than half of the ampullary cells. Our results provide experimental evidence for nonlinear responses of spike generators in the weakly nonlinear regime. We conclude that such nonlinear responses occur in any sensory neuron that operates in similar regimes particularly at near-threshold stimulus conditions. +We here analyze nonlinear responses in two types of primary electroreceptor afferents, the P-units of the active and the ampullary cells of the passive electrosensory system of the wave-type electric fish \textit{Apteronotus leptorhynchus} of either sex. In our combined experimental and modeling approach we identify these predicted nonlinear responses in those 31 out of 172 P-units that are characterized by low intrinsic noise. In contrast, the majority (22 out of 30) ampullary cells show nonlinear responses. Our results provide experimental evidence for nonlinear responses of spike generators in the weakly nonlinear regime. We conclude that such nonlinear responses occur in any sensory neuron that operates in similar regimes particularly at near-threshold stimulus conditions. % max 120 words \section{Significance statement} diff --git a/rebuttal3.tex b/rebuttal3.tex new file mode 100644 index 0000000..afc1cb7 --- /dev/null +++ b/rebuttal3.tex @@ -0,0 +1,52 @@ +\documentclass[11pt]{article} + +\usepackage[utf8]{inputenc} +\usepackage{textcomp} +\usepackage{xcolor} +\usepackage{graphicx} + +\usepackage[ngerman,english]{babel} + +\usepackage[left=25mm, right=25mm, top=20mm, bottom=20mm]{geometry} +\setlength{\parskip}{2ex} + +\usepackage[mediumqspace,Gray,squaren]{SIunits} % \ohm, \micro + +\usepackage{natbib} +%\bibliographystyle{jneurosci} + +\usepackage[breaklinks=true,bookmarks=true,bookmarksopen=true,pdfpagemode=UseNone,pdfstartview=FitH,colorlinks=true,citecolor=blue,urlcolor=blue]{hyperref} + +\newcommand{\issue}[1]{\textbf{#1}} +\newcommand{\issueg}[1]{\foreignlanguage{ngerman}{\textbf{#1}}} +\newcounter{responsecounter} +\newcommand{\response}[1]{\refstepcounter{responsecounter}\begin{quote}\arabic{responsecounter}. #1\end{quote}} +\newcommand{\note}[2][]{\textcolor{red!80!black}{\textbf{[#1: #2]}}} +\newcommand{\notejb}[1]{\note[JB]{#1}} +\newcommand{\notejg}[1]{\note[JG]{#1}} +\newcommand{\notesr}[1]{\note[SR]{#1}} + +\newcommand{\changed}[1]{\textcolor{blue!50!black}{#1}} + +\setlength{\parindent}{0em} + + +\begin{document} + +Thank you for your final positive assessment of our manuscript. + +\issue{\large Reviewer \#1} + +\issue{Line 18 In the abstract the sentence "...only in individual low-noise P-units, but in more than half of the ampullary cells". is not quite clear. Please rephrase.} + +\issue{\large Reviewer \#2} + +\issue{The authors have done an excellent job of responding to my comments. I will note that the line numbers referenced in the response letter are incorrect, which made it challenging to review these changes. However, I have just one remaining minor comment. In the abstract, line 18, the wording is still unclear. "...more than half of the ampullary cells" is clear, but "...only in individual low-noise P-units" is not. Why not precisely state that these predicted nonlinear responses were observed in X out of Y P-units?} + +\response{We have rephrased this sentence as requested: ``In our + combined experimental and modeling approach we identify these + predicted nonlinear responses in those 31 out of 172 P-units that + are characterized by low intrinsic noise. In contrast, the majority + (22 out of 30) ampullary cells show nonlinear responses.''} + +\end{document}