Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rysk-t committed Oct 31, 2016
1 parent b65299f commit 3c12617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
P.b = 0; % observation bias
tau = 1.5; % decay time constant
P.gam = 1-V.dt/tau; % C(t) = gam*C(t-1)
P.lam = 0.1; % firing rate = lam*dt
P.lam = 0.1; % firing rate = lam/dt
P.sig = 0.1; % standard deviation of observation noise

% simulate data
Expand Down

0 comments on commit 3c12617

Please sign in to comment.