git-svn-id: svn://db.shs.com.ru/pip@318 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -34,7 +34,9 @@ public:
|
||||
PIVector<complexd> * calcFFT(const PIVector<double> &val);
|
||||
PIVector<complexd> * calcFFTinverse(const PIVector<complexd> &val);
|
||||
PIVector<complexd> * calcHilbert(const PIVector<double> &val);
|
||||
PIVector<double> getAmplitude();
|
||||
PIVector<double> getAmplitude() const;
|
||||
PIVector<double> getReal() const;
|
||||
PIVector<double> getImag() const;
|
||||
|
||||
private:
|
||||
PIVector<complexd> result;
|
||||
@@ -78,7 +80,9 @@ public:
|
||||
PIVector<complexf> * calcFFT(const PIVector<float> &val);
|
||||
PIVector<complexf> * calcFFTinverse(const PIVector<complexf> &val);
|
||||
PIVector<complexf> * calcHilbert(const PIVector<float> &val);
|
||||
PIVector<float> getAmplitude();
|
||||
PIVector<float> getAmplitude() const;
|
||||
PIVector<float> getReal() const;
|
||||
PIVector<float> getImag() const;
|
||||
|
||||
private:
|
||||
PIVector<complexf> result;
|
||||
|
||||
Reference in New Issue
Block a user