Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-langfield authored May 21, 2024
1 parent d4d3b52 commit e6f591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hexshow(h)
from hexfft import fft, ifft

X = fft(h)
X_hx = fft(h, periodicity="hex")
X_hx = fft(h, periodicity="rect") # or "hex"
```

#### Operate on a 3D stack
Expand Down

0 comments on commit e6f591d

Please sign in to comment.