Skip to content

Commit

Permalink
updated FFT
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbas Harris authored and Abbas Harris committed Apr 29, 2021
2 parents a00d74c + 4c0993f commit 2d7abaf
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions notebooks/abbash_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 30,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -62,7 +62,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 31,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -86,7 +86,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 32,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -121,7 +121,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 33,
"metadata": {},
"outputs": [
{
Expand All @@ -137,7 +137,7 @@
"(0.0, 2.0)"
]
},
"execution_count": 23,
"execution_count": 33,
"metadata": {},
"output_type": "execute_result"
},
Expand Down Expand Up @@ -193,7 +193,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 34,
"metadata": {},
"outputs": [
{
Expand All @@ -209,7 +209,7 @@
"(0.0, 3.0)"
]
},
"execution_count": 9,
"execution_count": 34,
"metadata": {},
"output_type": "execute_result"
},
Expand Down Expand Up @@ -251,7 +251,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 35,
"metadata": {},
"outputs": [
{
Expand All @@ -267,7 +267,7 @@
"(0.0, 4.0)"
]
},
"execution_count": 10,
"execution_count": 35,
"metadata": {},
"output_type": "execute_result"
},
Expand Down Expand Up @@ -347,16 +347,16 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 36,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[<matplotlib.lines.Line2D at 0x7ff8c03a4cd0>]"
"[<matplotlib.lines.Line2D at 0x7ff8c185c3d0>]"
]
},
"execution_count": 27,
"execution_count": 36,
"metadata": {},
"output_type": "execute_result"
},
Expand Down Expand Up @@ -387,7 +387,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 37,
"metadata": {},
"outputs": [
{
Expand All @@ -396,7 +396,7 @@
"(0.0, 50.0)"
]
},
"execution_count": 28,
"execution_count": 37,
"metadata": {},
"output_type": "execute_result"
},
Expand Down Expand Up @@ -432,7 +432,7 @@
},
{
"cell_type": "code",
"execution_count": 29,
"execution_count": 38,
"metadata": {},
"outputs": [
{
Expand All @@ -441,7 +441,7 @@
"20.44373668467149"
]
},
"execution_count": 29,
"execution_count": 38,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit 2d7abaf

Please sign in to comment.