Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::FFT< Real >::FrequencyResponse Struct Reference

Discrete frequency response sampled on a fixed angular grid. More...

#include <fft.H>

Collaboration diagram for Aleph::FFT< Real >::FrequencyResponse:
[legend]

Public Member Functions

Array< Realmagnitude () const
 
Array< Realpower () const
 
Array< Realphase () const
 

Public Attributes

Array< Realomega
 
Array< Complexresponse
 

Detailed Description

template<std::floating_point Real = double>
struct Aleph::FFT< Real >::FrequencyResponse

Discrete frequency response sampled on a fixed angular grid.

Definition at line 220 of file fft.H.

Member Function Documentation

◆ magnitude()

◆ phase()

template<std::floating_point Real = double>
Array< Real > Aleph::FFT< Real >::FrequencyResponse::phase ( ) const
inline

◆ power()

template<std::floating_point Real = double>
Array< Real > Aleph::FFT< Real >::FrequencyResponse::power ( ) const
inline

Member Data Documentation

◆ omega

◆ response


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