Skip to content

Commit fd22d8a

Browse files
committed
capitalized a Fourier and added rbf comparison plots to notebook 1
1 parent 14be09e commit fd22d8a

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

examples/1_basic_tutorial.ipynb

Lines changed: 20 additions & 2 deletions
Large diffs are not rendered by default.

pynumdiff/basis_fit/_basis_fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def spectraldiff(x, dt, params=None, options=None, high_freq_cutoff=None, even_extension=True, pad_to_zero_dxdt=True):
9-
"""Take a derivative in the fourier domain, with high frequency attentuation.
9+
"""Take a derivative in the Fourier domain, with high frequency attentuation.
1010
1111
:param np.array[float] x: data to differentiate
1212
:param float dt: step size

0 commit comments

Comments
 (0)