Gamma  0.9.5
Generic Synthesis Library
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Nyquist< T > Struct Template Reference

Nyquist sequence generator. More...

#include <gen.h>

Inheritance diagram for Nyquist< T >:
Val< T >

List of all members.

Public Member Functions

operator[] (uint32_t i) const
 Array get; generates next element.
 Nyquist (const T &val=T(1))
 Constructor.
operator() () const
 Generate next value.
T & operator[] (uint32_t i)
 Array set; sets current value.

Public Attributes

val
 Value.

Detailed Description

template<class T = gam::real>
struct gam::gen::Nyquist< T >

Nyquist sequence generator.


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