libFourierComponent 2.0(r200)
Fourier Widget
Public Member Functions

FourierWindowBlackman Class Reference

Implements the Blackman-Harris Window. More...

#include <FourierWindowBlackman.h>

Inheritance diagram for FourierWindowBlackman:

List of all members.

Public Member Functions

 FourierWindowBlackman (QObject *parent=0, int type=-74)
virtual ~FourierWindowBlackman ()
virtual QString getWindowName () const
virtual QWidget * getWindowControls (QWidget *parent) const
virtual QVector< qreal > applyWindowFunction (const QVector< qreal > &data) const
virtual void appendToDomNode (QDomElement &node) const
 Appends this object's current state to the passed DOM node.
virtual void initializeFromDomNode (const QDomElement &node)
 Initializes this object's current state from the passed DOM node.

Detailed Description

Implements the Blackman-Harris Window.

Author:
Matthias Nagl <mnagl@uni-goettingen.de>

Constructor & Destructor Documentation

FourierWindowBlackman::FourierWindowBlackman ( QObject *  parent = 0,
int  type = -74 
)
Parameters:
typeDesired sidelobe supression. Possible values are -74 and -92.
FourierWindowBlackman::~FourierWindowBlackman ( ) [virtual]

Member Function Documentation

void FourierWindowBlackman::appendToDomNode ( QDomElement &  node) const [virtual]

Appends this object's current state to the passed DOM node.

This method expects the parent element where it shall append this object's information as a parameter

Implements FourierWindowInterface.

QVector< qreal > FourierWindowBlackman::applyWindowFunction ( const QVector< qreal > &  data) const [virtual]
QWidget * FourierWindowBlackman::getWindowControls ( QWidget *  parent) const [virtual]
QString FourierWindowBlackman::getWindowName ( ) const [virtual]
void FourierWindowBlackman::initializeFromDomNode ( const QDomElement &  node) [virtual]

Initializes this object's current state from the passed DOM node.

This method expects the parent element where it shall read this object's information from as a parameter

Implements FourierWindowInterface.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Friends Defines