Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Jun 20, 2024
1 parent 0d422e9 commit 43daadf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/library/fft/fftscalemagnitudes/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
title: FFTScaleMagnitudes node documentation
description: FFTScaleMagnitudes: Randomise phase values.

[Reference library](../../index.md) > [FFT](../index.md) > [FFTScaleMagnitudes](index.md)

# FFTScaleMagnitudes

```python
FFTScaleMagnitudes(input=0, scale={})
```

Randomise phase values.

13 changes: 13 additions & 0 deletions docs/library/fft/ffttransform/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
title: FFTTransform node documentation
description: FFTTransform: Transforms the FFT magnitude spectrum in the X axis. Requires an FFT* input.

[Reference library](../../index.md) > [FFT](../index.md) > [FFTTransform](index.md)

# FFTTransform

```python
FFTTransform(input=0, flip=0, rotate=0)
```

Transforms the FFT magnitude spectrum in the X axis. Requires an FFT* input.

0 comments on commit 43daadf

Please sign in to comment.