A computational model for how the fast afterhyperpolarization paradoxically increases gain in regularly firing

David B Jaffe1, Robert Brenner2

  • 1Department of Biology, UTSA Neurosciences Institute, University of Texas at San Antonio , San Antonio, Texas.

Related Concept Videos

Gain01:15

Gain

Gain and phase shift are properties of linear circuits that describe the effect a circuit has on a sinusoidal input voltage or current. The circuit's behavior that contains reactive elements will depend on the frequency of the input sinusoid. As a result, it is observed that the gain and phase shift will all be frequency functions.
Gain:
Suppose Vin is the input and Vout is the output signal to a circuit.
461
The Role of Ion Channels in Neuronal Computation01:19

The Role of Ion Channels in Neuronal Computation

A postsynaptic neuron usually receives numerous impulses from several other presynaptic neurons. The axon hillock of the postsynaptic neuron integrates all these signals and determines the likelihood of firing an action potential.
Sometimes a single EPSP is strong enough to induce an action potential in the postsynaptic neuron. However, multiple presynaptic inputs must often create EPSPs around the same time for the postsynaptic neuron to be sufficiently depolarized to fire an action potential....
3.9K
Increasing Function01:18

Increasing Function

An increasing function exhibits a rise in output values as input values increase. This behavior is depicted graphically as a curve or line that slopes upward from left to right. Such a function satisfies the condition that if x1 < x2, then f(x1) < f(x2), indicating that the function values grow with increasing inputs. This concept is fundamental in understanding growth trends across various domains, such as population dynamics, financial investments, or resource consumption.The...
403
Increased Body Temperature01:25

Increased Body Temperature

A body temperature above  38°C  (100.4 °F) is known as fever or pyrexia, and a person with fever is termed 'febrile.' Typically, the hypothalamus, a part of the brain that acts as the body's thermostat, regulates body temperature through a thermoregulatory setpoint. It receives signals from cold and warm thermal receptors throughout the body and adjusts the body's temperature accordingly. Fever occurs when this hypothalamic setpoint is altered, usually in...
7.5K
Increased pulse rate01:17

Increased pulse rate

Tachycardia is a condition marked by an abnormally fast or irregular heart rate, surpassing the typical resting rate. In adults, tachycardia is characterized by a pulse rate ranging from 100 to 180 beats per minute. The increased heart rate can result in inadequate blood flow to various body parts, ultimately diminishing the oxygen supply to organs and tissues.
Many factors can elevate the risk of developing tachycardia. These include advanced age, a family history of arrhythmias, and an...
1.2K
Fast Fourier Transform01:10

Fast Fourier Transform

The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
988