Skip to content

Commit

Permalink
Update docs/src/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Apr 24, 2024
1 parent 728eda9 commit 6540ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Let's say I want to plot some samples over time, and I have a nice function `plo
```@repl motivation
using TimeSpans, Onda, Dates
sample_rate = 1 # 1 Hz -> slow to exaggerate the effect
samples = Samples(permutedims(0:10), SamplesInfoV2("feature", ["a"], "microvolt", 0.5, 0.0, UInt16, sample_rate), false)
samples = Samples(permutedims(0:10), SamplesInfoV2(; sensor_type="feature", channels=["a"], sample_unit="microvolt", sample_resolution_in_unit=0.5, sample_offset_in_unit=0.0, sample_type=UInt16, sample_rate), false)
span = TimeSpan(Millisecond(1500), Millisecond(4000))
```

Expand Down

0 comments on commit 6540ded

Please sign in to comment.