-
This is called out in the docs:
```
time_from_index(sample_rate, sample_range::AbstractUnitRange)
Return the TimeSpan corresponding to sample_range given sample_rate in Hz:
julia> time…
-
Consider a signal with sample rate 1 Hz.
```
Index 1 2 3 4 5
Time (s) 0 1 2 3 4
```
Now, consider the time span 1.5s to 2.5s. Using brackets to highlight this span:
…
-
I'm not sure what the expected behaviour for indexing into a `Samples` object with an start time offset is, but after skimming the tests it doesn't seem to be tested...
In this line, it seems like …
-
### After several exchanges between well-minded researchers working with biosignals, I come with a concrete suggestion to merge forces
Since I started my master's, I've been wanting to increase acce…
-
In e.g.
https://github.com/beacon-biosignals/Legolas.jl/blob/9b0839c085a76a0256a1f690a166f5c91b157946/test/runtests.jl#L103-L105
I think the order of columns would be more preferable as `x`, `y`, …
-
signal_plot function dosent plot any more
Example from pipy
import numpy as np
import pandas as pd
import neurokit2 as nk
# Generate synthetic signals
ecg = nk.ecg_simulate(duration=10, h…
-
I've had this on the backburner to address for a long time, but am only actually confronting it now because there's an [impending downstream breaking schema change I'd like to land soonish](https://gi…
-
**Submitting author:** @aceglia (Amedeo Ceglia)
**Repository:** https://github.com/pyomeca/biosiglive
**Branch with paper.md** (empty if default branch):
**Version:** v2.0.0
**Editor:** @Kevin-Matthe…
-
https://github.com/beacon-biosignals/DataFrameIntervals.jl/blob/eb7df5fd5ed815cf3208ac3c0557f7df87cf1d19/src/DataFrameIntervals.jl#L23
Should probably be
```julia
Base.IndexStyle(::Type{
-
(transferred from https://github.com/beacon-biosignals/OldOndaEDF.jl/issues/29)
(IIRC @ararslan pointed this out a while ago but we never made an issue to track it)