Skip to content

Commit

Permalink
cite
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-langfield committed May 21, 2024
1 parent 8baf4c9 commit 8a53c9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/RectangularPeriodicity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"\n",
"$M_{k_1, k_2}(n_1, n_2) = \\exp \\big(2 \\pi i \\big(\\frac{1}{N_1}n_1 (k_1 - k_2/2) + \\frac{1}{N_2}n_2 k_2\\big)\\big)$\n",
"\n",
"The FFT implemented here is as described in\n",
"\n",
"> J. C. Ehrhardt, “Hexagonal fast Fourier transform with rectangular output,” IEEE Transactions on Signal Processing, vol. 41, no. 3. Institute of Electrical and Electronics Engineers (IEEE), pp. 1469–1472, Mar. 1993. doi: 10.1109/78.205759. \n",
"\n",
"Here we demonstrate the `fft` and `ifft` for rectangular periodicity. Let's plot the (1, 1) mode."
]
},
Expand Down Expand Up @@ -357,7 +361,8 @@
"name": "python3"
},
"language_info": {
"name": "python"
"name": "python",
"version": "3.10.14"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 8a53c9a

Please sign in to comment.