Skip to content

Commit

Permalink
Merge pull request #7 from rysk-t/typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
jovo authored Oct 31, 2016
2 parents b65299f + 3c12617 commit 28c8691
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 28c8691

Please sign in to comment.