tACS
Posted: Mon May 19, 2025 12:39 pm
Dear Ted,
I am reusing a thalamocortical sleep model (Mushtaq et al, 2022)(https://doi.org/10.1371/journal.pone.0277772 ), and I would like to simulate the effects of tACS on this model's responses.
I am using the method based on the extracellular mechanism and the code that you have made available for this purpose on the date of May, 18, 2005 (http://www.neuron.yale.edu/ftp/ted/neur ... nd_rec.zip).
Apparently, I was able to stimulate the model. The problem is that it seems that the computer is not reading my parameters: the model shows the same responses, regardless of the stimulation parameters defined.
I change the stimulation values in DEL, DUR, AMP, in the following part of the code.
*/
// create basic stimulus waveform
// for this example use a simple rectangular pulse
// default values
DEL = 1 // ms
DUR = 1
AMP = - 0.05 // mA
Can you tell me what variables or values I should change to implement tACS as a stimulus waveform for this model?
Thank you, best regards,
Caio
I am reusing a thalamocortical sleep model (Mushtaq et al, 2022)(https://doi.org/10.1371/journal.pone.0277772 ), and I would like to simulate the effects of tACS on this model's responses.
I am using the method based on the extracellular mechanism and the code that you have made available for this purpose on the date of May, 18, 2005 (http://www.neuron.yale.edu/ftp/ted/neur ... nd_rec.zip).
Apparently, I was able to stimulate the model. The problem is that it seems that the computer is not reading my parameters: the model shows the same responses, regardless of the stimulation parameters defined.
I change the stimulation values in DEL, DUR, AMP, in the following part of the code.
*/
// create basic stimulus waveform
// for this example use a simple rectangular pulse
// default values
DEL = 1 // ms
DUR = 1
AMP = - 0.05 // mA
Can you tell me what variables or values I should change to implement tACS as a stimulus waveform for this model?
Thank you, best regards,
Caio