Virtual Testbed
Ship dynamics simulator for extreme conditions
Public Types | Public Member Functions | List of all members
vtb::core::Chirp_Z_transform< T, N > Class Template Reference

Public Types

typedef blitz::TinyVector< int, N > shape_type
 
typedef blitz::Array< T, N > array_type
 
typedef Fourier_transform< T, N > fft_type
 

Public Member Functions

 Chirp_Z_transform (const shape_type &shp)
 
const shape_type & shape () const noexcept
 
const shape_type & fourier_transform_shape () const noexcept
 
void shape (const shape_type &rhs)
 
void forward (array_type &x)
 
void backward (array_type &x)
 
void transform (array_type &x, int dir)
 

Detailed Description

template<class T, int N>
class vtb::core::Chirp_Z_transform< T, N >

Definition at line 333 of file core/fourier_transform.hh.