-
Currently, it is just a warning in EDF.jl, but I think accessing this information programatically could be useful.
-
Hi,
for the Julia wrapper for s3gof3r, I set up Julia's binary builder, which builds for many platforms automatically:
https://github.com/JuliaBinaryWrappers/s3gof3r_jll.jl/releases
Feel free to us…
-
Use this to request the hosting of a Phase 2 lab.
Lab name: Biomedical and Signal Processing Lab
Broad Area: Biotechnology and Biomedical Engineering
Lab Repo URL:
To simulate Electrocardiog…
-
I.e. I think it would be great if the `manager` could store a `Bool` for whether or not we want to run these lines:
https://github.com/beacon-biosignals/K8sClusterManagers.jl/blob/905c995d0ca6300a1…
-
If you have a function like
```````julia
module TestPkg
"""
greet([io=stdout])
## Example
```jldoctest
julia> using TestPkg
julia> sprint(TestPkg.greet)
"Hello World! I am \"greet…
-
I was experimenting with using a newer version of CxxWrap and ran into this segfault when loading the library:
```
[26553] signal (11.2): Segmentation fault: 11
in expression starting at /Users/c…
-
By implementing `broadcastable(::Samples)` we can avoid having to use `Ref` when using `Samples` during a broadcast operation (e.g. [`channel.(Ref(eeg), rows)`](https://github.com/beacon-biosignals/On…
omus updated
6 months ago
-
### Description
[Julia](https://julialang.org) is a high performance, high level language that is widely used for technical computing, machine learning, data science, etc. The feature request is to …
-
okay, i'm not "allowed" to comment below this point, but I think we should specialize the below implementation of
`log_evaluation_row!` on LearnLogger so that special-casing spearman correlation doe…
-
Very similar to BDF files, EDF is the standard format of biosignals for many EEG amplifiers, including the cheapest in the market: Emotiv Epoch, Emotiv Insight, and OpenBCI. Adding support to this for…