Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of UIT_FFT_Real by
Revision 3:7e761912ef10, committed 2017-08-16
- Comitter:
- mladjo1993
- Date:
- Wed Aug 16 10:06:13 2017 +0000
- Parent:
- 2:9649d0e2bb4a
- Child:
- 4:2e5de15ed0c2
- Commit message:
- Comments changed to english.
Changed in this revision
| fftReal.cpp | Show annotated file Show diff for this revision Revisions of this file |
| fftReal.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/fftReal.cpp Fri Dec 18 10:01:28 2015 +0000 +++ b/fftReal.cpp Wed Aug 16 10:06:13 2017 +0000 @@ -1,8 +1,9 @@ -//------------------------------------------------------------------------------ -// FFT class for real data usind decimation-in-frequency algorithm -// This class can execute FFT and IFFT -// Copyright (c) 2015 MIKAMI, Naoki, 2015/10/29 -//------------------------------------------------------------------------------ +/******************************************************************** + * FFT class for real data usind decimation-in-frequency algorithm + * This class can execute FFT and IFFT + * + * Mladen Adamovic, 3326/2016 + ********************************************************************/ #include "fftReal.hpp"
--- a/fftReal.hpp Fri Dec 18 10:01:28 2015 +0000 +++ b/fftReal.hpp Wed Aug 16 10:06:13 2017 +0000 @@ -1,8 +1,9 @@ -//------------------------------------------------------------------- -// FFT class for real data ---- Header -// This class can execute FFT and IFFT -// Copyright (c) 2015 MIKAMI, Naoki, 2015/12/18 -//------------------------------------------------------------------- +/******************************************************** + * FFT class for real data ---- Header + * This class can execute FFT and IFFT + * + * Mladen Adamovic, 3326/2016 + ********************************************************/ #ifndef FFT_REAL_HPP #define FFT_REAL_HPP
