Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaverseCrowdsource committed Aug 3, 2023
1 parent 0f4156c commit 0ba8960
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,24 @@
"triggers_df = triggers_df.drop(['EventType1', 'SampleNum'], axis=1)"
]
},
{
"cell_type": "code",
"execution_count": 17,
"id": "b144a1d0-34cc-4e77-ba95-33f0bafe84a8",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"(4227788, 33)\n"
]
}
],
"source": [
"print(eeg_df.shape)"
]
},
{
"cell_type": "code",
"execution_count": 3,
Expand Down
19 changes: 19 additions & 0 deletions .ipynb_checkpoints/Exploration and Analysis EEG-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,25 @@
"print(triggers, EEGdata, label, stim_data)"
]
},
{
"cell_type": "code",
"execution_count": 11,
"id": "225e7562-ff6b-4844-8c2f-30723cc95d9b",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"(35, 4227788)\n"
]
}
],
"source": [
"shape_of_data = DSamp[0][0][1].shape\n",
"print(shape_of_data)"
]
},
{
"cell_type": "markdown",
"id": "94fbc06b-51f5-4618-9cdb-70a8ecec98e2",
Expand Down

0 comments on commit 0ba8960

Please sign in to comment.