Mercurial > hg > peckfft
comparison peck_test.c @ 7:707be088ccc3
build
author | Peter Meerwald <p.meerwald@bct-electronic.com> |
---|---|
date | Mon, 19 Sep 2011 17:39:53 +0200 |
parents | 2d6c49fcafcb |
children | abdcde012978 |
comparison
equal
deleted
inserted
replaced
6:fee54f1878f7 | 7:707be088ccc3 |
---|---|
23 | 23 |
24 int main(int argc, char *argv[]) { | 24 int main(int argc, char *argv[]) { |
25 unsigned int i, j; | 25 unsigned int i, j; |
26 peck_fftr_cfg p, pi; | 26 peck_fftr_cfg p, pi; |
27 | 27 |
28 // enable_runfast(); | 28 enable_runfast(); |
29 | 29 |
30 const unsigned int N = 256; | 30 const unsigned int N = 256; |
31 | 31 |
32 peck_fft_scalar in[N]; | 32 peck_fft_scalar in[N]; |
33 peck_fft_cpx out[N/2 + 1]; | 33 peck_fft_cpx out[N/2 + 1]; |