Skip to content

Commit

Permalink
fix sign in DM
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Jan 16, 2025
1 parent bfc6458 commit 236282e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _literate/decision_making.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dt_spike_rate = 50 # update interval for the stimulus spike rate [ms]
μ_0 = 40e-3 # mean stimulus spike rate [spikes / ms]
ρ_A = ρ_B = μ_0 / 100
μ_A = μ_0 + ρ_A * coherence
μ_B = μ_0 + ρ_B * coherence
μ_B = μ_0 - ρ_B * coherence
σ = 4e-3 # standard deviation of stimulus spike rate [spikes / ms]

spike_rate_A = (distribution=Normal(μ_A, σ), dt=dt_spike_rate) # spike rate distribution for selective population A
Expand Down

0 comments on commit 236282e

Please sign in to comment.