dsplib 1.1.0
C++ DSP library for MATLAB-like coding
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dsplib::FftPlanR Class Referenceabstract

FFT r2c base class. More...

#include <fft.h>

Public Member Functions

virtual arr_cmplx solve (span_t< real_t > x) const =0
 
virtual void solve (span_t< real_t > x, mut_span_t< cmplx_t > r) const
 r2c FFT solve
 
virtual int size () const noexcept=0
 

Detailed Description

FFT r2c base class.

Member Function Documentation

◆ solve()

virtual void dsplib::FftPlanR::solve ( span_t< real_t >  x,
mut_span_t< cmplx_t r 
) const
inlinevirtual

r2c FFT solve

Parameters
x[in] input array[n]
r[out] result array[n]

The documentation for this class was generated from the following file: