Skip to content

Commit

Permalink
Update docs/field-fft.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Lang <67915889+lang-m@users.noreply.github.com>
  • Loading branch information
samjrholt and lang-m authored Aug 7, 2023
1 parent 7cac320 commit 44187af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/field-fft.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"\n",
"4. `irfftn`: This is the inverse of the \"real FFT\" method. It takes a half-sized complex-valued FFT result (as output by `rfftn`) and computes the inverse FFT to return a real-valued field in the spatial domain. It's used when the original field is known to be real-valued.\n",
"\n",
"All of these methods are `n` dimensional and work with any number of value (vector) and mesh(geometric) dimensions. These four methods provide the necessary tools to perform FFT operations and allow the transition between the spatial domain and frequency domain, covering both real and complex-valued fields.\n",
"All of these methods are `n` dimensional and work with any number of value (vector) and mesh (geometric) dimensions. These four methods provide the necessary tools to perform FFT operations and allow the transition between the spatial domain and frequency domain, covering both real and complex-valued fields.\n",
"\n",
"#### FFT\n",
"Now we can perform out first FFT."
Expand Down

0 comments on commit 44187af

Please sign in to comment.