Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slopezpereyra committed Jun 15, 2024
1 parent 613cf52 commit 3dfb23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EEGToolkit"
uuid = "60d25398-4b8b-433c-a8d4-4fe867135cfd"
authors = ["Santiago Lopez Pereyra"]
version = "0.1.2"
version = "0.1.3"

[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Expand Down
4 changes: 2 additions & 2 deletions src/psd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ with frequencies ranging from [0, fₛ/2]. The signal is split into possibly ove
windows of length L; within each window, a PSD method is used to compute the
PSD with overlapping windows.
The spectrogram is a matrix ``S^{M \times F}`` where ``M`` is the number of windows and
The spectrogram is a matrix ``S^{M \\times F}`` where ``M`` is the number of windows and
``F`` is the length of the spectrum vector in any given window (i.e. the number of
frequencies or the frequency resolution).
Let ``f_1, f_2, \\ldots, f_k`` be a strictly increasing sequence of
frequencies. Assume columns these frequencies correspond to the column indexes
frequencies. Assume these frequencies correspond to the column indexes
``c_1, c2, \\ldots, c_k`` of ``S``. Then the mean power in the frequency range
``[f_1, f_k]`` is
Expand Down

0 comments on commit 3dfb23d

Please sign in to comment.