• Real value input fast Fourier transform.

    Computes the 1-dimensional discrete Fourier transform over the inner-most dimension of the real input.

    const real = tf.tensor1d([1, 2, 3]);

    real.rfft().print();

    Parameters

    • input: Tensor<Rank>

      The real value input to compute an rfft over.

    • Optional fftLength: number

    Returns Tensor

    Doc

Generated using TypeDoc