Commit 4192a6c
Restore convolutional_smoother step dropped during multidim rewrite
The original spectraldiff smoothed the padded edges with a moving average
before FFT, then restored the original signal in the middle. This creates
a smooth ramp to zero derivative at the boundaries, which is the whole
point of pad_to_zero_dxdt. The multidim rewrite had dropped this step.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 35b594c commit 4192a6c
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
0 commit comments