Table of Contents

Class PocketFFTRealPlanF

Namespace
NumSharp.Fourier
Assembly
NumSharp.dll

Single-precision flexible real 1-D transform: FFTPACK mixed-radix or Bluestein.

public sealed class PocketFFTRealPlanF
Inheritance
PocketFFTRealPlanF
Inherited Members

Constructors

PocketFFTRealPlanF(long)

public PocketFFTRealPlanF(long length)

Parameters

length long

Properties

Length

public long Length { get; }

Property Value

long

Methods

Exec(float*, float, bool)

public void Exec(float* c, float fct, bool r2hc)

Parameters

c float*
fct float
r2hc bool