Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Readme for Okamoto et al. Model

This is the readme file for the model associated with:

Okamoto H, Isomura Y, Takada M, Fukai T (2007) Temporal integration by stochastic recurrent network dynamics with bimodal neurons. *J Neurophysiol* 97:3859-67

## Usage

Compile the ANSI C program with, for example under Linux:

```bash
gcc -o run.exe Okamoto_etal_program.c -lm
```

then type

```bash
./run.exe
```

and enter a numerical seed for the random number generator.

The program finishes in less than a minute and produces two data files whose graphs should look like:

![screenshot](./screenshot.jpg)

---

2025-05-30: Standardized to Markdown
23 changes: 0 additions & 23 deletions readme.html

This file was deleted.