Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger committed Nov 8, 2023
1 parent 8e05d42 commit bda44f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/literate/HowTo/multichannel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ onset = UniformOnset(;width=20,offset=4);

## Simulation + Plotting
# Now as usual we simulate data. Inspecting data shows our result is now indeed ~230 Electrodes large! Nice!
data,events = simulate(StableRNG(1),design, [mc,mc2], onset, NoNoise())
data,events = simulate(MersenneTwister(1),design, [mc,mc2], onset, NoNoise())
size(data)

# Let's plot using Butterfly & Topoplot
Expand Down

0 comments on commit bda44f5

Please sign in to comment.