Created
April 3, 2017 19:46
-
-
Save electronicayciencia/7efea3793c80b164f96d7b9126a7f3cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (v == 1) && (v ~= last_v) % raising edge | |
if (rand >= 1/fcounter_max) | |
icounter = icounter + 1; | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment