fix whitespace
This commit is contained in:
parent
19d397b237
commit
907005f752
@ -300,7 +300,3 @@ fixed Sinewave_org[1024] = {
|
|||||||
-3211, -3011, -2811, -2610, -2410, -2209, -2009, -1808,
|
-3211, -3011, -2811, -2610, -2410, -2209, -2009, -1808,
|
||||||
-1607, -1406, -1206, -1005, -804, -603, -402, -201,
|
-1607, -1406, -1206, -1005, -804, -603, -402, -201,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#ifndef FFT_H
|
#ifndef FFT_H
|
||||||
#define FFT_H
|
#define FFT_H
|
||||||
|
|
||||||
@ -22,5 +21,4 @@ extern fixed Sinewave_org[N_WAVE];
|
|||||||
fixed fix_mpy_org(fixed a, fixed b);
|
fixed fix_mpy_org(fixed a, fixed b);
|
||||||
int fix_fft_org(fixed *fr, fixed *fi, int m, int inverse);
|
int fix_fft_org(fixed *fr, fixed *fi, int m, int inverse);
|
||||||
|
|
||||||
|
|
||||||
#endif //FFT_H
|
#endif //FFT_H
|
||||||
|
4
fft.c
4
fft.c
@ -300,7 +300,3 @@ fixed Sinewave[1024] = {
|
|||||||
-3211, -3011, -2811, -2610, -2410, -2209, -2009, -1808,
|
-3211, -3011, -2811, -2610, -2410, -2209, -2009, -1808,
|
||||||
-1607, -1406, -1206, -1005, -804, -603, -402, -201,
|
-1607, -1406, -1206, -1005, -804, -603, -402, -201,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2
fft.h
2
fft.h
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#ifndef FFT_H
|
#ifndef FFT_H
|
||||||
#define FFT_H
|
#define FFT_H
|
||||||
|
|
||||||
@ -22,5 +21,4 @@ extern fixed Sinewave[N_WAVE];
|
|||||||
fixed fix_mpy(fixed a, fixed b);
|
fixed fix_mpy(fixed a, fixed b);
|
||||||
int fix_fft(fixed *fr, fixed *fi, int m, int inverse);
|
int fix_fft(fixed *fr, fixed *fi, int m, int inverse);
|
||||||
|
|
||||||
|
|
||||||
#endif //FFT_H
|
#endif //FFT_H
|
||||||
|
Loading…
Reference in New Issue
Block a user