started implementing sliding window

This commit is contained in:
Tuan-Dat Tran
2021-07-14 10:15:52 +02:00
parent d786a2ffb8
commit f06f61cd04
4 changed files with 1649 additions and 106 deletions

View File

@@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "c1c66d75",
"id": "cd4df4d6",
"metadata": {},
"outputs": [],
"source": [
@@ -14,7 +14,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "1c3e70d6",
"id": "e74682bc",
"metadata": {},
"outputs": [],
"source": [
@@ -30,7 +30,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "977c5f7c",
"id": "2cba70e6",
"metadata": {},
"outputs": [],
"source": [
@@ -50,7 +50,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "15581211",
"id": "25708ad0",
"metadata": {},
"outputs": [],
"source": [
@@ -69,7 +69,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "7033ae7d",
"id": "028b40fd",
"metadata": {},
"outputs": [],
"source": [
@@ -90,7 +90,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "bf52a98d",
"id": "909c1ae1",
"metadata": {},
"outputs": [],
"source": [
@@ -114,7 +114,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "0437ae03",
"id": "a1422936",
"metadata": {},
"outputs": [
{
@@ -146,7 +146,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "19e36172",
"id": "b50696c3",
"metadata": {},
"outputs": [
{
@@ -166,7 +166,7 @@
{
"cell_type": "code",
"execution_count": 9,
"id": "cdd9f1f7",
"id": "e9f71bad",
"metadata": {},
"outputs": [
{
@@ -219,7 +219,7 @@
{
"cell_type": "code",
"execution_count": 10,
"id": "2f1ed5a7",
"id": "e38a87d6",
"metadata": {},
"outputs": [],
"source": [
@@ -247,7 +247,7 @@
{
"cell_type": "code",
"execution_count": 11,
"id": "f8b06a5d",
"id": "61d0460c",
"metadata": {},
"outputs": [
{
@@ -275,7 +275,7 @@
{
"cell_type": "code",
"execution_count": 12,
"id": "bd4c4b67",
"id": "f616324d",
"metadata": {},
"outputs": [],
"source": [
@@ -286,7 +286,7 @@
{
"cell_type": "code",
"execution_count": 13,
"id": "45faadf7",
"id": "5d59fccb",
"metadata": {},
"outputs": [],
"source": [
@@ -296,7 +296,7 @@
{
"cell_type": "code",
"execution_count": 14,
"id": "c9e13d2e",
"id": "972fc363",
"metadata": {},
"outputs": [],
"source": [
@@ -325,7 +325,7 @@
{
"cell_type": "code",
"execution_count": 15,
"id": "a0ba25d8",
"id": "f9949967",
"metadata": {},
"outputs": [
{
@@ -372,7 +372,7 @@
},
{
"cell_type": "markdown",
"id": "533eef6a",
"id": "bb6724f3",
"metadata": {},
"source": [
"fig, axs = plt.subplots(13,2,figsize=(20, 60), sharey=True)\n",
@@ -390,7 +390,7 @@
{
"cell_type": "code",
"execution_count": 16,
"id": "c7ff0590",
"id": "5493e919",
"metadata": {},
"outputs": [],
"source": [
@@ -402,7 +402,7 @@
{
"cell_type": "code",
"execution_count": 17,
"id": "f3a1053f",
"id": "fad18a1d",
"metadata": {},
"outputs": [],
"source": [
@@ -412,7 +412,7 @@
{
"cell_type": "code",
"execution_count": 18,
"id": "edf15e94",
"id": "488c40fc",
"metadata": {},
"outputs": [],
"source": [
@@ -454,7 +454,7 @@
{
"cell_type": "code",
"execution_count": 19,
"id": "8d8a548b",
"id": "feeafbd0",
"metadata": {},
"outputs": [
{
@@ -613,7 +613,7 @@
{
"cell_type": "code",
"execution_count": 20,
"id": "de7ce7dd",
"id": "e81143f4",
"metadata": {},
"outputs": [
{
@@ -634,7 +634,7 @@
{
"cell_type": "code",
"execution_count": 21,
"id": "8be52141",
"id": "2451e675",
"metadata": {},
"outputs": [],
"source": [
@@ -644,7 +644,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "83a4c2e8",
"id": "d452d294",
"metadata": {},
"outputs": [],
"source": []
@@ -666,7 +666,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
}
},
"nbformat": 4,