Skip to content

Commit

Permalink
Removing jcn(t)=0 from another neural mass
Browse files Browse the repository at this point in the history
  • Loading branch information
agchesebro committed Nov 21, 2024
1 parent 6ebc513 commit 9f92729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blox/neural_mass.jl
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ struct QIF_PING_NGNMM <: NeuralMassBlox
A=0.0)
p = paramscoping=Δ, τₘ=τₘ, H=H, I_ext=I_ext, J_internal=J_internal)
Δ, τₘ, H, I_ext, J_internal = p
sts = @variables r(t)=0.0 [output=true] v(t)=0.0 jcn(t)=0.0 [input=true]
sts = @variables r(t)=0.0 [output=true] v(t)=0.0 jcn(t) [input=true]
@brownian ξ
eqs = [D(r) ~ Δ/*τₘ^2) + 2*r*v/τₘ,
D(v) ~ (v^2 + H + I_ext*sin*t))/τₘ - τₘ**r)^2 + J_internal*r + A*ξ + jcn]
Expand Down

0 comments on commit 9f92729

Please sign in to comment.