gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
STFourierSpectrum.H
Go to the documentation of this file.
1
/* Copyright 2000-2018 Matt Flax <flatmax@flatmax.org>
2
This file is part of GTK+ IOStream class set
3
4
GTK+ IOStream is free software; you can redistribute it and/or modify
5
it under the terms of the GNU General Public License as published by
6
the Free Software Foundation; either version 2 of the License, or
7
(at your option) any later version.
8
9
GTK+ IOStream is distributed in the hope that it will be useful,
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
GNU General Public License for more details.
13
14
You have received a copy of the GNU General Public License
15
along with GTK+ IOStream
16
*/
17
#ifndef STFOURIERSPECTRUM_H_
18
#define STFOURIERSPECTRUM_H_
19
22
class
STFourierSpectrum
:
public
OverlapAdd
{
23
public
:
25
STFourierSpectrum
() {
26
assert(
"STFourierSpectrum:: still under development, not ready for use."
);
27
}
28
32
STFourierSpectrum
(
float
factor) :
OverlapAdd
(factor) {}
33
35
virtual
~STFourierSpectrum
() {}
36
};
37
38
#endif // STFOURIERSPECTRUM_H_
STFourierSpectrum::~STFourierSpectrum
virtual ~STFourierSpectrum()
Destructor.
Definition:
STFourierSpectrum.H:35
STFourierSpectrum
Definition:
STFourierSpectrum.H:22
STFourierSpectrum::STFourierSpectrum
STFourierSpectrum(float factor)
Definition:
STFourierSpectrum.H:32
STFourierSpectrum::STFourierSpectrum
STFourierSpectrum()
Empty constructor.
Definition:
STFourierSpectrum.H:25
OverlapAdd
Definition:
OverlapAdd.H:60
gtkIOStream: /tmp/gtkiostream/include/DSP/STFourierSpectrum.H Source File
Support this project by purchasing our hardware.
GTK+ IOStream
Beta