Skip to content

Commit 1a92ada

Browse files
committed
change the name to notebooks
1 parent 0550a91 commit 1a92ada

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Notebooks/ECG.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77113,8 +77113,8 @@
7711377113
"\n",
7711477114
" # Define a window around the R-peak to capture the full PQRST complex\n",
7711577115
" window_size = int(0.5 * 250) # Half a second before and after the R-peak \n",
77116-
" start_idx = max(0, highest_r_peak_idx - window_size) \n",
77117-
" end_idx = min(len(ecg_signal), highest_r_peak_idx + window_size) \n",
77116+
" # start_idx = max(0, highest_r_peak_idx - window_size) \n",
77117+
" # end_idx = min(len(ecg_signal), highest_r_peak_idx + window_size) \n",
7711877118
"\n",
7711977119
" # Extract the time and ECG data for the window\n",
7712077120
" window_time = time[start_idx:end_idx]\n",
@@ -115915,7 +115915,7 @@
115915115915
],
115916115916
"metadata": {
115917115917
"kernelspec": {
115918-
"display_name": "venv",
115918+
"display_name": "Python 3 (ipykernel)",
115919115919
"language": "python",
115920115920
"name": "python3"
115921115921
},
@@ -115929,7 +115929,7 @@
115929115929
"name": "python",
115930115930
"nbconvert_exporter": "python",
115931115931
"pygments_lexer": "ipython3",
115932-
"version": "3.10.10"
115932+
"version": "3.11.7"
115933115933
}
115934115934
},
115935115935
"nbformat": 4,

0 commit comments

Comments
 (0)