This commit is contained in:
2025-10-25 14:07:31 -05:00
parent e1f23e9d35
commit c3b0526f59
10 changed files with 104620 additions and 1 deletions

47
main.ipynb Normal file
View File

@@ -0,0 +1,47 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"id": "d5051d3d",
"metadata": {},
"outputs": [],
"source": [
"from compute_vector_feature import *\n",
"import numpy as np"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "56752746",
"metadata": {},
"outputs": [],
"source": [
"# sampling rate\n",
"Fs = 256"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
}
},
"nbformat": 4,
"nbformat_minor": 5
}