Skip to content

Commit

Permalink
fft
Browse files Browse the repository at this point in the history
rfft() and ifft() nodes (they accumulate samples)
the scene demonstrates a spectral delay with windowing and overlap

the delay part is a little broken (i need to study), but windowing and
overlap are working

this closes #136
  • Loading branch information
tomara-x committed Jul 1, 2024
1 parent fb2322c commit 81ce3cf
Show file tree
Hide file tree
Showing 4 changed files with 8,482 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,8 @@ math
- `atanh()`
- `atan2()`
- `hypot()`
- `rfft()`
- `ifft()`
- `pol()`
- `car()`
- `deg()`
Expand Down
Loading

0 comments on commit 81ce3cf

Please sign in to comment.