-
Currently, the biggest source of information about FOMCON, its usage, and use cases can be obtained from the following sources:
- Website https://fomcon.net/ (some tutorials are present there, as w…
-
Other implementaions of `liblsl` (e.g. [`pylsl`](https://github.com/chkothe/pylsl/blob/69466d658958c90797c18f03fa41122f6e489ca3/pylsl/pylsl.py#L521-L550), [`liblsl-Matlab`](https://github.com/labstrea…
-
Dear Isaac Gutierrez Payan,
I have gone through your code and tried to understand p.txt, r.txt, v.txt, and w.txt files.
I think these files are generated using some code.
Can you please include …
-
I am trying to use SPGL1 to solve the Basis Pursuit Denoise problem:
minimize ||x||_1 subject to ||Ax - b||_2
-
```
Initialize random number generator with srand() in classRF.cpp, otherwise
seedMT is seeded deterministically.
#include
srand ( time(NULL) );
prior to:
seedMT(2*rand()+1);
```
Original iss…
-
```
Initialize random number generator with srand() in classRF.cpp, otherwise
seedMT is seeded deterministically.
#include
srand ( time(NULL) );
prior to:
seedMT(2*rand()+1);
```
Original iss…
-
I use this as part of a pre-commit git hook and also sometimes in large batches of files, so it would be nice to have the option of passing in a filename and have the formatter run without opening the…
-
On line 130 there is a check for the file spacar.m, however it is looking for a MEX-file while spacar.m is a .m-file. Changing the check to `ensure(exist('spacar','file') == 2,'spacar() is not in your…
-
Hi Mani
My name is Mohammad Eisa from Afghanistan.
I am working on my thesis about VENTOS.
I need velocity graph and some other graphs about simulation that I am running but since I have to run the…
-
issue 1. I'm using tensorflow object detection API and I receive an error with your dataset because of an unwanted class label in the data. error happens when using the tf records generating script a…