|
libFourierComponent 2.0(r200)
Fourier Widget
|
Implements the Blackman-Harris Window. More...
#include <FourierWindowBlackman.h>
Inheritance diagram for FourierWindowBlackman: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. | |
Implements the Blackman-Harris Window.
| FourierWindowBlackman::FourierWindowBlackman | ( | QObject * | parent = 0, |
| int | type = -74 |
||
| ) |
| type | Desired sidelobe supression. Possible values are -74 and -92. |
| FourierWindowBlackman::~FourierWindowBlackman | ( | ) | [virtual] |
| 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] |
Implements FourierWindowInterface.
| QWidget * FourierWindowBlackman::getWindowControls | ( | QWidget * | parent | ) | const [virtual] |
Implements FourierWindowInterface.
| QString FourierWindowBlackman::getWindowName | ( | ) | const [virtual] |
Implements FourierWindowInterface.
| 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.
1.7.3