init
This commit is contained in:
12
P4/Fourier.h
Executable file
12
P4/Fourier.h
Executable file
@@ -0,0 +1,12 @@
|
||||
#ifndef __FOURIER_H__
|
||||
# define __FOURIER_H__
|
||||
#include <vector>
|
||||
#include "CKomplex.h"
|
||||
|
||||
namespace Fourier
|
||||
{
|
||||
extern std::vector<CKomplex> hin(std::vector<CKomplex> werte);
|
||||
extern std::vector<CKomplex> zurueck(std::vector<CKomplex> werte);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user