Showing
1 changed file
with
2 additions
and
3 deletions
@@ -37,15 +37,14 @@ It can be changed with `-S`. | @@ -37,15 +37,14 @@ It can be changed with `-S`. | ||
37 | 37 | ||
38 | Sometime you do not want intermediate values but only **toggle** between max and min. Then use `-T`. | 38 | Sometime you do not want intermediate values but only **toggle** between max and min. Then use `-T`. |
39 | 39 | ||
40 | - | ||
41 | from files | 40 | from files |
42 | ---------- | 41 | ---------- |
43 | 42 | ||
44 | `i_fread <filename.tsv>` reads a line of data from the file in tsv (i.e. '0.3 0.55 0.56 ' is a vector of 3 values) and creates a channel (a vector) containing these data. | 43 | `i_fread <filename.tsv>` reads a line of data from the file in tsv (i.e. '0.3 0.55 0.56 ' is a vector of 3 values) and creates a channel (a vector) containing these data. |
45 | If there are many lines, it updates the data as fast as possible with each time. | 44 | If there are many lines, it updates the data as fast as possible with each time. |
46 | -It is very fast you can be either be synchronized or using **-p** to requiert a minimal time between each update. | 45 | +It is very fast you can be either be synchronized or using `-p` to requiert a minimal time between each update. |
47 | You can also use a first column describing the time in µs to read the line. | 46 | You can also use a first column describing the time in µs to read the line. |
48 | -Finaly you can limit the number of line read by using **-n**. | 47 | +Finaly you can limit the number of line read by using `-n`. |
49 | 48 | ||
50 | To load sound or images, see [i_sndfile](https://promethe.u-cergy.fr/blaar/sndfile) and [i_pngfile](https://promethe.u-cergy.fr/blaar/png) | 49 | To load sound or images, see [i_sndfile](https://promethe.u-cergy.fr/blaar/sndfile) and [i_pngfile](https://promethe.u-cergy.fr/blaar/png) |
51 | 50 |
-
Please register or login to post a comment