Skip to main content

Design of a novel stimulation system with time-varying paradigms for investigating new modes of high frequency stimulation in brain

Abstract

Background

Deep brain stimulation (DBS) has shown wide clinical applications for treating various disorders of central nervous system. High frequency stimulation (HFS) of pulses with a constant intensity and a constant frequency is typically used in DBS. However, new stimulation paradigms with time-varying parameters provide a prospective direction for DBS developments. To meet the research demands for time-varying stimulations, we designed a new stimulation system with a technique of LabVIEW-based virtual instrument.

Methods

The system included a LabVIEW program, a NI data acquisition card, and an analog stimulus isolator. The output waveforms of the system were measured to verify the time-varying parameters. Preliminary animal experiments were run by delivering the HFS sequences with time-varying parameters to the hippocampal CA1 region of anesthetized rats.

Results

Verification results showed that the stimulation system was able to generate pulse sequences with ramped intensity and hyperbolic frequency accurately. Application of the time-varying HFS sequences to the axons of pyramidal cells in the hippocampal CA1 region resulted in neuronal responses different from those induced by HFS with constant parameters. The results indicated important modulations of time-varying stimulations to the neuronal activity that could prevent the stimulation from inducing over-synchronized firing of population neurons.

Conclusions

The stimulation system provides a useful technique for investigating diverse stimulation paradigms for the development of new DBS treatments.

Background

Deep brain stimulation (DBS) has become an effective treatment for movement disorders that occur in Parkinson’s disease and essential tremors [1, 2]. The advantages of DBS over pharmacological treatments include: good spatial and temporal specificity, reversible effects, fewer side effects, and feasible adjustments of stimulation parameters to maximize efficacy [3]. Thus, in recent years, DBS has been investigated intensively as a promising treatment for a variety of other neurological and psychiatric diseases, such as refractory epilepsy [4], chronic pain [5], and resistant depression [6]. Presently, regular DBS utilizes sequences of high frequency stimulation (HFS, over 100 Hz) of narrow pulses with constant intensities and constant frequencies. To meet the expanding demands of DBS treatments for different diseases in various brain regions, diverse stimulation paradigms with time-varying parameters are worth to explore [7, 8]. For example, previous studies have shown that synchronous firing of population neurons (i.e., epileptiform activity) can be induced at the initial phases of HFS with fixed parameters [9, 10], which may cause transient side effects in clinic therapy of DBS [11]. New stimulation paradigms need to be developed to avoid the “epileptiform activity” for a safer use of DBS.

However, most commercial stimulators do not allow generating a pulse sequence with arbitrary time-varying parameters. They can only deliver pulses at a fixed frequency and a fixed intensity from the onset of a stimulation session to its end [12, 13]. Although an analog signal generator can output arbitrary waveforms to control a stimulator, it lacks a friendly interface to program output waveforms on-line. Whereas, the software LabVIEW, a tool for virtual instrument (VI), can be applied to control stimulator hardware via graphical user interfaces (GUI) [14, 15]. Therefore, in this study, we developed a stimulation system by utilizing the LabVIEW technique of virtual instrument to overwrite a data acquisition (DAQ) card that controlled a commercial stimulator.

Stimulation paradigms with time-varying intensities and time-varying frequencies were generated and delivered into rat hippocampal region to test the functionality of the stimulation system, as well as the feasibility of modulating neuronal activity by time-varying stimulations in in vivo experiments. As a demonstration, we designed pulse sequences with a ramped-intensity phase and an attenuating-frequency phase to eliminate synchronized firing of population neurons in the initial period of HFS. The amplitude of HFS-evoked population spikes was measured as an electrophysiological index to evaluate the changes of synchronicity of neuronal firing [16]. The design may facilitate the investigation of novel stimulation paradigms for advancing the applications of DBS.

Methods

Configuration of stimulation system

To generate stimulus pulses with time-varying frequency and time-varying intensity, we used a personal computer (PC), a USB-6251 DAQ card (National Instruments), and a 2200 analog stimulus isolator (A-M Systems Inc.). The PC ran a custom-made LabVIEW program to control one of the D/A converters in the DAQ card to generate desired voltage waveforms of stimulation pulses. The voltage waveforms were then converted into a sequence of current pulses by the 2200 stimulus isolator (Fig. 1 left). The sequence of current pulses would be finally delivered into a rat brain through a stimulation electrode.

Fig. 1
figure 1

Schematic diagram of the stimulation system (left), test connections or experiment connections (middle), and the recording device (right)

To verify the output sequence of pulses generated by the stimulation system, we applied the output current signals on a 10 kΩ resistor and measured the voltage signals across the resistor by using a ML880 PowerLab DAQ system with its software LabChart 7 (ADInstruments Inc.) (Fig. 1, middle and right).

Design of LabVIEW control program and the stimulation waveforms

LabVIEW control program of the stimulation system includes modules of initialization, user interface, settings of stimulation parameters, generation of pulse sequences, and output of stimulation waveforms. The key function of the LabVIEW program is to generate sequences of biphasic pulses with time-varying parameters. The details of the design are described below.

Generation of basic biphasic pulses

A symmetric biphasic pulse was designed as basic stimulation waveform to meet the charge-balance requirement of neural electrical stimulation [17]. The width of each phase of the biphasic pulse was 0.1 ms. Because no function or VI in LabVIEW allows generating a biphasic pulse directly, the built-in VI “signal generator by duration” was used to generate two sequences of monophasic pulses. Then, the two sequences were multiplied into a biphasic waveform sequence (Fig. 2). Thus, a sub-VI “biphasic pulse” was coded to generate a basic pulse sequence with a constant frequency and one unit of intensity. Multiplying the basic sequence by an intensity coefficient could generate pulses with any desired intensity. Although the original output of biphasic pulses was anodic phase first, switching the two output cables of the 2200 stimulus isolator would reverse the final waveform and generate pulses with cathodic phase first.

Fig. 2
figure 2

Biphasic pulse generated by a LabVIEW sub-VI that multiplied two monophasic pulses

Generation of a stimulation sequence with ramped intensity

To generate pulses with linearly increasing intensity, the LabVIEW VI “signal generator by duration” was used again with “increasing ramp” option and settings of a start value and a ramped value to generate a ramped line. Multiplying the ramped line with the previous sub-VI “biphasic pulse” resulted in a sequence of biphasic pulses with ramped intensity.

Generation of a stimulation sequence with time-varying frequency

Three parameters were given for a sequence with time-varying frequency: stimulation duration T, initial frequency f1 and terminal frequency fN − 1. The interval between two neighboring pulses was denoted as \(t_{i} = 1/f_{i};\,( 1\le i \le N - 1),\) where N is the total number of pulses for the stimulation sequence. Then, a pulse sequence with time-varying frequency was obtained by linearly changing the intervals t i . The values of N and t i were determined as following:

$$T = \frac{{(t_{1} + t_{N - 1} )(N - 1)}}{2}$$
(1)

thus

$$N = \frac{2T}{{\left( {t_{1} + \left. {t_{N - 1} } \right)} \right.}} + 1 = \frac{2T}{{\left( {\frac{1}{f_{1}} + \left. {\frac{1}{f_{N - 1}}} \right)} \right.}} + 1$$
(2)

and

$$t_{i} = \frac{{t_{N - 1} - t_{1} }}{N - 2}(i - 1) + t_{1} = \frac{{\frac{1}{{f_{N - 1} }} - \frac{1}{{f_{1} }}}}{N - 2}(i - 1) + \frac{1}{{f_{1} }}.$$
(3)

A LabVIEW sub-VI was coded for the calculation of Eqs. (2) and (3). The obtained values of N and t i joined with the basic sub-VI “biphasic pulse” to generate a desired stimulation sequence with time-varying frequency.

In the present study, we tested a pulse sequence with an elevated pulse-frequency (400 Hz) initially that was then attenuated to 100 Hz. We call this type of stimulation attenuating-frequency HFS below.

Output of stimulation waveforms

A built-in function “NI-DAQmx” of LabVIEW was used to drive the D/A converter of the USB-6251 DAQ card and then to control the 2200 stimulus isolator to generate desired sequences of stimulation pulses. The “NI-DAQmx” function was set as a single-channel output of analog voltage via one of the D/A converters with a sampling rate of 20 kHz to ensure adequate resolution for the 0.1 ms pulse width. The sampling rate could be changed on the GUI panel. The final output sequence was built by using the LabVIEW VI “Append Signals Express” to sequentially combine several pieces of pulse sequences with required parameters to form a compound stimulation sequence.

In vivo animal experiment and data recording

All procedures involving animal care and experiments conformed to the Guide for the Care and Use of Laboratory Animals (China Ministry of Health). The surgical procedure and data collection methods were similar to previous reports [10, 18]. Briefly, adult Sprague-Dawley rats (250–400 g) were anesthetized with urethane (1.25 g/kg, i.p.) and placed in a stereotaxic apparatus. Electrodes were inserted into the hippocampal CA1 region through partially opened skull. A stimulation electrode, concentric bipolar electrode (Model CBBSC75, FHC), was positioned in the alveus, the efferent fiber tracts of hippocampal CA1 region, for antidromically exciting the CA1 pyramidal cells. A recording electrode (16-channel array, Model Poly2, NeuroNexus Technology) was positioned in the CA1 pyramidal cell layer, upstream of the stimulating site, to collect the antidromically-evoked neuronal responses.

The electrophysiological potentials collected by the recording electrode array were amplified by a 16-channel extracellular amplifier (Model 3600, A-M System Inc.) and were then sampled by a PowerLab data acquisition system at a sampling rate of 20 kHz/channel.

Results

Verification tests of the stimulation system

The user interface of the stimulation system includes two panels (Fig. 3). The top panel displays the output of stimulation waveform. The bottom panel is for parameter settings of three modules of stimulation sub-sequences: time-varying intensity, time-varying frequency, and constant intensity and frequency. The parameters of time-varying intensity include: initial intensity, terminal intensity, stimulation frequency and duration. Similarly, the parameters of time-varying frequency include: intensity, initial frequency, terminal frequency and duration. In addition, the pulse number is calculated by the system automatically and displayed as a reference. The parameters of constant intensity and constant frequency include: intensity, frequency and duration. Additionally, an option button “automatic” is designed for automatically succeeding the values of intensity and frequency from a preceding sub-sequence. The entire stimulation sequence is the sequential outputs of the above three sub-sequences. Setting a duration as “0” allows omitting a particular sub-sequence. Finally, the setting of sampling rate of output stimulation signals is on the leftmost corner with a default value of 20 kHz.

Fig. 3
figure 3

User interface of the stimulation system

The voltage output of the system was converted into current pulses by a 2200 stimulus isolator that was set at an output mode 0.1 mA/V. Thus, a voltage setting of 0.3–3 V in the system is corresponding to a current intensity of 0.03–0.3 mA.

Test results showed adequate accuracies for all the parameters of the output pulses. For a test sequence with constant intensity 3 V, constant frequency 100 Hz and a duration 5 s (total 500 pulses), the percent differences between the setting values and measured values were within 1% for intensity, frequency and duration, and 2.7% for a pulse width setting of 0.1 ms (Table 1).

Table 1 Measured values of the stimulation parameters

The measured intensities of a 5 s pulse sequence with linearly-increasing intensity from 0.3 to 3.0 V overlapped with the theoretical intensity line (Fig. 4a). Similarly, the measured frequencies of a 5 s pulse sequence with attenuating frequency from 400 to 100 Hz also overlapped with the theoretical frequency curve calculated from Eq. (3) in “Generation of a stimulation sequence with time-varying frequency” section (Fig. 4b). In addition, the time-varying frequency designed by linearly increasing pulse intervals resulted in a hyperbolic decline with a sharp initial drop gradually flatting down to the final desired frequency. Such a design could shorten the period of higher frequencies thereby saving electrical power. According to the curve in Fig. 4b, ~ 2/3 (400–200 Hz) of the total frequency fall of 300 Hz (400–100 Hz) occurred in the first 1/5 duration, and ~ 5/6 frequency fall completed in the first 2/5 duration. Test results with other values of duration, intensity and frequency were in consistent with the results in Fig. 4.

Fig. 4
figure 4

Test results for pulse sequences with time-varying intensity and with time-varying frequency. a Comparison between the theoretical intensity and measured intensity for a pulse sequence with time-varying intensity 0.3–3.0 V, pulse frequency 400 Hz and duration 5 s. b Comparison between the theoretical frequency and measured frequency for a pulse sequence with time-varying frequency 400–100 Hz, intensity 3 V and duration 5 s

Validation of time-varying stimulations in rat hippocampus

The alveus of the hippocampus includes myelinated axon fibers arisen from the pyramidal cells in the hippocampal CA1 region (Fig. 5a). During extracellular stimulation of alveus fibers in vivo, axonal excitation may propagate antidromically and induce action potentials in the cell bodies of CA1 [19]. We used the amplitudes of the antidromically-evoked population spikes (APS) to evaluate the effects of antidromic high-frequency stimulation (A-HFS) with various paradigms on neuronal responses.

Fig. 5
figure 5

Neuronal responses to stimulation paradigms with various pulse frequencies. a Schematic diagram of a recording electrode (RE) in the CA1 pyramidal cell layer and an antidromic stimulation electrode (ASE) in the alveus of rat hippocampus. b Example of CAl neurons’ responses to 1-min A-HFS with constant parameters of an intensity 0.3 mA and a frequency 100, 200 and 400 Hz, respectively. Large APS events were always evoked by pulses at the initial phase of A-HFS with constant parameters. Red bars indicate the periods of A-HFS. c Scatter diagrams of the amplitudes of APS evoked by each pulse (normalized by the baseline APS evoked by a single pulse) during the whole 1-min A-HFS (left) and during the initial 2 s period (right)

When an A-HFS sequence with certain constant parameters of intensity and frequency was applied to the alveus, the CA1 neurons responded by a transient phase before establishment of a steady phase. The transient phase was characterized by large APS events evoked by each pulse at the initial period of A-HFS. Then the amplitudes of evoked-APS gradually decreased to small values of steady phase (Fig. 5b). Consistent with previous studies [10, 18], the decrease of APS amplitude was more rapid with a higher stimulation frequency (Fig. 5c). However, even when the frequency was as high as 400 Hz, large APS still appeared at the initial phase of A-HFS (Fig. 5b, c). Nevertheless, A-HFS with a higher frequency induced a smaller number of large APS at the initial phase (Fig. 5c right), indicating a higher frequency could shorten the transient phase.

Large APS events are epileptiform activity that results from synchronous firing of a large population of neurons [20]. Thus, they should be avoided. Based on the neuronal responses to stimulations of different frequencies (Fig. 5), we hypothesize that using a smaller intensity and a higher frequency at the initial phase of stimulation could eliminate large APS. Therefore, we tested the hypothesis with the newly-designed stimulation system.

Utilizing a ramped-intensity from small intensity (one tenth of desired intensity, e.g., 0.03 mA) together with a high frequency 400 Hz at the initial 10 s of A-HFS, large initial APS disappeared (Fig. 6a). Even when the intensity increased to the desired intensity (e.g., 0.3 mA), the amplitudes of evoked-APS remained small (see the APS amplitudes in the first 10 s in Fig. 6b), similar to the values in the steady-phase of 400 Hz A-HFS with a constant 0.3 mA intensity (Fig. 5c).

Fig. 6
figure 6

Neuronal responses to a time-varying stimulation paradigm. a A-HFS with a ramped-intensity and 400 Hz frequency suppressed the initial APS events, but large APS reappeared when the pulse frequency dropped directly from 400 to 100 Hz. Top: schematic diagrams of the changes of pulse frequency and intensity; middle: recording signal with stimulation artifacts removed; bottom: expanded plots of APS waveforms. b Scatter diagrams of the normalized amplitudes of APS evoked by each pulse during the 100-s stimulation

Although previous DBS investigations have shown that stable efficacy may remain up to a higher frequency 2000 Hz [21], a stimulation frequency of 400 Hz is higher than commonly-used DBS frequencies around 100 Hz and would consume more electrical power [11, 22]. Therefore, the frequency was decreased from 400 to 100 Hz following the initial 10 s stimulation. Nevertheless, large APS events reappeared upon the sudden drop of frequency. The neuronal response re-experienced a transient phase of large APS before decreasing to a steady phase of small APS (Fig. 6a, b). If the frequency decreased gradually from 400 to 100 Hz by a stimulation paradigm of attenuating frequency, the APS amplitudes would remain at a low level below 20% of the control (i.e., the baseline APS) without any large APS throughout the A-HFS (Fig. 7). Statistical data from six rat experiments showed that the mean APS amplitude (0.62 ± 0.31 mV) during a smooth-decline transition of frequency was significantly smaller than the mean APS amplitude (6.1 ± 2.1 mV) during a sudden drop of frequency (P < 0.01, t-test, n = 6). The results indicated that HFS with attenuating frequency could avoid generating large APS events during frequency transitions.

Fig. 7
figure 7

Neuronal responses to another time-varying stimulation paradigm. a Similar to the paradigm in Fig. 6 but decreasing the frequency smoothly and gradually to 100 Hz after the initial 10 s stimulation, no large APS appeared. b Scatter diagrams of the normalized amplitudes of APS evoked by each pulse during the 100-s stimulation

In all experiments, the APS evoked by a single pulse at one minute following the end of A-HFS was similar to the baseline APS before A-HFS (Figs. 5, 6, 7), indicating that the stimulation-induced changes of neuronal responses were reversible.

Discussion

In this study, we designed a stimulation system to generate biphasic pulse sequences with time-varying stimulation parameters. Verification tests showed satisfactory functionality of the system. In addition, the results of validation experiments on rat hippocampus in vivo showed that time-varying stimulations could modulate neuronal activity in patterns differing from regular stimulations with constant parameters. The advantages of the stimulation system and its potential applications are described below.

Firstly, the stimulation system permits incorporation of adjustable time-varying parameters of both intensity and frequency into a pulse sequence. This extends the functions of commercial stimulators that only allow delivery of stimulation sequences with constant frequency and constant intensity. In addition, the LabVIEW GUI panel provides a virtual instrument and allows users to set parameters on-line during experiments. The system software is flexible and extensible, and could be easily replicated in other laboratories. It may control many types of commonly-used analog stimulators or stimulus isolators to meet the users’ demands. However, for a laboratory with little engineering assist, establishing the system and using LabVIEW may not be so easy. The system presented in this paper allows programming of three sequential stimulation paradigms (time-varying intensity, time-varying frequency, and constant parameters). More stimulation paradigms with more flexible user-programming capabilities need to be added to improve the versatility of the stimulation system in our further work.

Secondly, the intensity transition is designed as a linear change of magnitudes while the frequency transition is designed as a linear change of pulse intervals instead of a linear change of frequency itself. This paradigm of frequency transition enables a hyperbolic attenuating of frequency with fast initial decline transitioning into slow decline to the asymptote of a constant frequency. The smooth transition could avoid the synchronous excitation of neuronal population induced by an abrupt frequency change (see Figs. 6 and 7).

Thirdly, the preliminary animal experiments here showed interesting results revealing the effects of time-varying stimulation on neuronal activity. The amplitude of population spikes reflects the amount of neurons that fire action potentials synchronously [16]. Small APS potentials persisted in prolonged stimulation (see Figs. 5, 6, 7) may represent asynchronous neuronal firing induced by HFS, which has been considered as an important mechanism underlying DBS [23, 24]. The generation of asynchronous firing could be caused by a de-synchronized effect of HFS through HFS-induced axonal conduction failures [9, 10, 25]. However, synchronous firing could appear by a sudden change of stimulation intensity from smaller to larger (e.g., upon every onset of stimulation [10, 18]) or by a sudden change of stimulation frequency from higher to lower (Fig. 6). Nevertheless, the time-varying paradigms designed here could eliminate the synchronous firing that might induce epileptiform activity during brain stimulation. The possible mechanisms might be also related with axonal block induced by HFS [25] and await further investigations that might lead to new insights into mechanisms of DBS. Additionally, neuronal responses to these stimulation paradigms in other brain structures and regions are to be investigated in more animal experiments in future to determine their modulation effects.

Lastly, stimulation paradigms with varying parameters have been explored to advance DBS applications. For example, temporally patterned pulses with irregular inter-pulse-intervals have been applied in DBS to investigate their effects on tremor suppression [26] and motor symptom alleviation in Parkinson’s disease [8, 27, 28], as well as in epilepsy control [23, 29] and central nervous system arousal [30]. However, to our knowledge, a design of stimulator generating pulse sequences with smooth changes of time-varying parameters has not been reported before. In the present study, we used new stimulation paradigms with smoothly changing intensity and frequency to avoid intense firing of neuronal populations especially appearing at the initial period of stimulations. These paradigms may be particularly useful for certain circumstances such as closed-loop, or adaptive stimulations that may require switching between on and off states or among different stimulation parameters frequently [31].

In conclusion, the LabVIEW-based stimulation system provides a useful tool for developing new stimulation paradigms with adjustable time-varying parameters. It can meet potential requirements of various DBS modes. Utilization of new modulation modes may improve the efficacy of current DBS therapy and extend the clinical applications of DBS for treating more brain disorders.

Abbreviations

DBS:

deep brain stimulation

HFS:

high frequency stimulation

GUI:

graphical user interfaces

DAQ:

data acquisition

VI:

virtual instrument

APS:

antidromically-evoked population spikes

A-HFS:

antidromic high frequency stimulation

RE:

recording electrode

ASE:

antidromic stimulation electrode

References

  1. Cury RG, Fraix V, Castrioto A, Pérez Fernández MA, Krack P, Chabardes S, Seigneuret E, Alho EJL, Benabid AL, Moro E. Thalamic deep brain stimulation for tremor in Parkinson disease, essential tremor, and dystonia. Neurology. 2017;89(13):1416–23. https://doi.org/10.1212/WNL.0000000000004295.

    Article  Google Scholar 

  2. Pouratian N, Thakkar S, Kim W, Bronstein JM. Deep brain stimulation for the treatment of Parkinson’s disease: efficacy and safety. Degener Neurol Neuromuscul Dis. 2012. https://doi.org/10.2147/DNND.S25750.

    Google Scholar 

  3. Gubellini P, Salin P, Kerkerian-Le Goff L, Baunez C. Deep brain stimulation in neurological diseases and experimental models: from molecule to complex behavior. Prog Neurobiol. 2009;89(1):79–123. https://doi.org/10.1016/j.pneurobio.2009.06.003.

    Article  Google Scholar 

  4. Zhong XL, Yu JT, Zhang Q, Wang ND, Tan L. Deep brain stimulation for epilepsy in clinical practice and in animal models. Brain Res Bull. 2011;85(3–4):81–8. https://doi.org/10.1016/j.brainresbull.2011.03.020.

    Article  Google Scholar 

  5. Boccard SG, Pereira EA, Moir L, Aziz TZ, Green AL. Long-term outcomes of deep brain stimulation for neuropathic pain. Neurosurgery. 2013;72(2):221–30. https://doi.org/10.1227/NEU.0b013e31827b97d6.

    Article  Google Scholar 

  6. Mayberg HS, Lozano AM, Voon V, McNeely HE, Seminowicz D, Hamani C, Schwalb JM, Kennedy SH. Deep brain stimulation for treatment-resistant depression. Neuron. 2005;45(5):651–60. https://doi.org/10.1016/j.neuron.2005.02.014.

    Article  Google Scholar 

  7. Hess CW, Vaillancourt DE, Okun MS. The temporal pattern of stimulation may be important to the mechanism of deep brain stimulation. Exp Neurol. 2013;247:296–302. https://doi.org/10.1016/j.expneurol.2013.02.001.

    Article  Google Scholar 

  8. Jia F, Hu W, Zhang J, Wagle Shukla A, Almeida L, Meng FG, Okun MS, Li L. Variable frequency stimulation of subthalamic nucleus in Parkinson’s disease: rationale and hypothesis. Parkinsonism Relat Disord. 2017;39:27–30. https://doi.org/10.1016/j.parkreldis.2017.03.015.

    Article  Google Scholar 

  9. Jensen AL, Durand DM. High frequency stimulation can block axonal conduction. Exp Neurol. 2009;220(1):57–70. https://doi.org/10.1016/j.expneurol.2009.07.023.

    Article  Google Scholar 

  10. Feng Z, Zheng X, Yu Y, Durand DM. Functional disconnection of axonal fibers generated by high frequency stimulation in the hippocampal CA1 region in-vivo. Brain Res. 2013;1509:32–42. https://doi.org/10.1016/j.brainres.2013.02.048.

    Article  Google Scholar 

  11. Kuncel AM, Cooper SE, Wolgamuth BR, Clyde MA, Snyder SA, Montgomery EB Jr, Rezai AR, Grill WM. Clinical response to varying the stimulus parameters in deep brain stimulation for essential tremor. Mov Disord. 2006;21(11):1920–8. https://doi.org/10.1002/mds.21087.

    Article  Google Scholar 

  12. Gong CS, Lai HY, Huang SH, Lo YC, Lee N, Chen PY, Tu PH, Yang CY, Lin JC, Chen YY. A programmable high-voltage compliance neural stimulator for deep brain stimulation in vivo. Sensors (Basel). 2015;15(6):12700–19. https://doi.org/10.3390/s150612700.

    Article  Google Scholar 

  13. Prutchi D, Norris M. Design and development of medical electronic instrumentation: a practical perspective of the design, construction, and test of medical devices. Hoboken: Wiley-Interscience; 2005.

    Google Scholar 

  14. Heil R, Schloesser M, Offenhausser A, Waasen SV, Schiek M. Automated electrical stimulation and recording for retina implant research by labview configured standalone data acquisition device. In: Paper presented at the 2014 Proceedings of the SICE Annual Conference. 2014; Sapporo, Japan.

  15. Velloso JB, Souza MN. A programmable system of functional electrical stimulation (FES). Conf Proc IEEE Eng Med Biol Soc. 2007;2007:2234–7.

    Google Scholar 

  16. Theoret Y, Brown A, Fleming SP, Capek R. Hippocampal field potential: a microcomputer aided comparison of amplitude and integral. Brain Res Bull. 1984;12(5):589–95. https://doi.org/10.1016/0361-9230(84)90178-3.

    Article  Google Scholar 

  17. Cogan SF. Neural stimulation and recording electrodes. Annu Rev Biomed Eng. 2008;10:275–309. https://doi.org/10.1146/annurev.bioeng.10.061807.160518.

    Article  Google Scholar 

  18. Feng Z, Yu Y, Guo Z, Cao J, Durand DM. High frequency stimulation extends the refractory period and generates axonal block in the rat hippocampus. Brain Stimul. 2014;7(5):680–9. https://doi.org/10.1016/j.brs.2014.03.011.

    Article  Google Scholar 

  19. Kloosterman F, Peloquin P, Leung LS. Apical and basal orthodromic population spikes in hippocampal CA1 in vivo show different origins and patterns of propagation. J Neurophysiol. 2001;86(5):2435–44. https://doi.org/10.1152/jn.2001.86.5.2435.

    Article  Google Scholar 

  20. Dzhala VI, Staley KJ. Transition from interictal to ictal activity in limbic networks in vitro. J Neurosci. 2003;23(21):7873–80.

    Article  Google Scholar 

  21. Limousin P, Pollak P, Benazzouz A, Hoffmann D, Le Bas JF, Broussolle E, Perret JE, Benabid AL. Effect of parkinsonian signs and symptoms of bilateral subthalamic nucleus stimulation. Lancet. 1995;345(8942):91–5. https://doi.org/10.1016/S0140-6736(95)90062-4.

    Article  Google Scholar 

  22. Rizzone M, Lanotte M, Bergamasco B, Tavella A, Torre E, Faccani G, Melcarne A, Lopiano L. Deep brain stimulation of the subthalamic nucleus in Parkinson’s disease: effects of variation in stimulation parameters. J Neurol Neurosurg Psychiatry. 2001;71(2):215–9. https://doi.org/10.1136/jnnp.71.2.215.

    Article  Google Scholar 

  23. Medeiros Dde C, Moraes MF. Focus on desynchronization rather than excitability: a new strategy for intraencephalic electrical stimulation. Epilepsy Behav. 2014;38:32–6. https://doi.org/10.1016/j.yebeh.2013.12.034.

    Article  Google Scholar 

  24. Schütt M, Claussen JC. Desynchronizing effect of high-frequency stimulation in a generic cortical network model. Cogn Neurodyn. 2012;6(4):343–51. https://doi.org/10.1007/s11571-012-9199-8.

    Article  Google Scholar 

  25. Feng Z, Wang Z, Guo Z, Zhou W, Cai Z, Durand DM. High frequency stimulation of afferent fibers generates asynchronous firing in the downstream neurons in hippocampus through partial block of axonal conduction. Brain Res. 2017;1661:67–78. https://doi.org/10.1016/j.brainres.2017.02.008.

    Article  Google Scholar 

  26. Birdno MJ, Kuncel AM, Dorval AD, Turner DA, Gross RE, Grill WM. Stimulus features underlying reduced tremor suppression with temporally patterned deep brain stimulation. J Neurophysiol. 2012;107(1):364–83. https://doi.org/10.1152/jn.00906.2010.

    Article  Google Scholar 

  27. Brocker DT, Swan BD, Turner DA, Gross RE, Tatter SB, Koop MM, Bronte-Stewart H, Grill WM. Improved efficacy of temporally non-regular deep brain stimulation in Parkinson’s disease. Exp Neurol. 2013;239:60–7. https://doi.org/10.1016/j.expneurol.2012.09.008.

    Article  Google Scholar 

  28. Jia F, Guo Y, Wan S, Chen H, Hao H, Zhang J, Li L. Variable frequency stimulation of subthalamic nucleus for freezing of gait in Parkinson’s disease. Parkinsonism Relat Disord. 2015;21(12):1471–2. https://doi.org/10.1016/j.parkreldis.2015.10.002.

    Article  Google Scholar 

  29. de Oliveira EM, Freitas TC, Coutinho K, Varella MT, Canuto S, Lima MA, Bettega MH. Communication: transient anion states of phenol…(H2O)n (n = 1, 2) complexes: search for microsolvation signatures. J Chem Phys. 2014;141(5):051105. https://doi.org/10.1063/1.4892066.

    Article  Google Scholar 

  30. Quinkert AW, Pfaff DW. Temporal patterns of deep brain stimulation generated with a true random number generator and the logistic equation: effects on CNS arousal in mice. Behav Brain Res. 2012;229(2):349–58. https://doi.org/10.1016/j.bbr.2012.01.025.

    Article  Google Scholar 

  31. Sun FT, Morrell MJ. Closed-loop neurostimulation: the clinical experience. Neurotherapeutics. 2014;11(3):553–63. https://doi.org/10.1007/s13311-014-0280-3.

    Article  Google Scholar 

Download references

Authors’ contributions

ZC and NH designed, implemented, tested and verified the stimulation system with time-varying paradigms. ZF, ZC and XW designed the experiments and/or interpreted the data. ZC and HH performed the experiments. ZC and ZF drafted the manuscript. XW and HH revised the manuscript. All authors read and approved the final manuscript.

Acknowledgements

We would like to thank Zheshan Guo, Zhaoxiang Wang, Wenjie Zhou, Weijian Ma and Chen Qiu for assisting animal experiments.

Competing interests

The authors declare that they have no competing interests.

Availability of data and materials

All data generated or analyzed during this study are included in this published article.

Consent for publication

Not applicable.

Ethics approval and consent to participate

This study was carried out in accordance with the recommendations of Guide for the Care and Use of Laboratory Animals by China Ministry of Health. The protocol was approved by the Institutional Animal Care and Use Committee, Zhejiang University, Hangzhou.

Funding

This work was supported by the National Natural Science Foundation of China (No. 30970753).

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Zhouyan Feng.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Cai, Z., Feng, Z., Hu, H. et al. Design of a novel stimulation system with time-varying paradigms for investigating new modes of high frequency stimulation in brain. BioMed Eng OnLine 17, 90 (2018). https://doi.org/10.1186/s12938-018-0523-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12938-018-0523-3

Keywords