Table of Contents

Class PocketFFTRealPlan

Namespace
NumSharp.Fourier
Assembly
NumSharp.dll

Flexible real 1-D transform: FFTPACK mixed-radix or Bluestein.

public sealed class PocketFFTRealPlan
Inheritance
PocketFFTRealPlan
Inherited Members

Constructors

PocketFFTRealPlan(long)

public PocketFFTRealPlan(long length)

Parameters

length long

Properties

Length

public long Length { get; }

Property Value

long

Methods

Exec(double*, double, bool)

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

Parameters

c double*
fct double
r2hc bool