![]() |
NEURON
|
Go to the source code of this file.
Functions | |
| int | FUNCTION (gsl_fft_halfcomplex, radix2_backward)(BASE data[] |
| int | FUNCTION (gsl_fft_halfcomplex, radix2_inverse)(BASE data[] |
| if (status) | |
| for (i=0;i< n;i++) | |
| int | FUNCTION (gsl_fft_halfcomplex, radix2_transform)(BASE data[] |
| if (n==1) | |
| if (result==-1) | |
| for (i=1;i<=logn;i++) | |
Variables | |
| int const size_t | stride |
| int const size_t const size_t | n |
| return | status = FUNCTION(fft_real, bitreverse_order)(data, stride, n, logn) |
| size_t | i |
| size_t | p = n |
| size_t | p_1 = n / 2 |
| size_t | q = 1 |
| size_t | logn = 0 |
| result = fft_binary_logn(n) | |
| else | |
| return | |
| for | ( | ) |
Definition at line 39 of file nrngsl_hc_radix2.cpp.
| int FUNCTION | ( | gsl_fft_halfcomplex | , |
| radix2_backward | |||
| ) |
| int FUNCTION | ( | gsl_fft_halfcomplex | , |
| radix2_inverse | |||
| ) |
| int FUNCTION | ( | gsl_fft_halfcomplex | , |
| radix2_transform | |||
| ) |
| if | ( | n | = = 1 | ) |
Definition at line 54 of file nrngsl_hc_radix2.cpp.
| if | ( | result | = = -1 | ) |
Definition at line 63 of file nrngsl_hc_radix2.cpp.
| if | ( | status | ) |
Definition at line 30 of file nrngsl_hc_radix2.cpp.
| else |
Definition at line 65 of file nrngsl_hc_radix2.cpp.
| size_t i |
Definition at line 38 of file nrngsl_hc_radix2.cpp.
| size_t logn = 0 |
Definition at line 51 of file nrngsl_hc_radix2.cpp.
| int const size_t const size_t n |
Definition at line 21 of file nrngsl_hc_radix2.cpp.
| p = n |
Definition at line 49 of file nrngsl_hc_radix2.cpp.
| p_1 = n / 2 |
Definition at line 49 of file nrngsl_hc_radix2.cpp.
| q = 1 |
Definition at line 49 of file nrngsl_hc_radix2.cpp.
| result = fft_binary_logn(n) |
Definition at line 61 of file nrngsl_hc_radix2.cpp.
| return |
Definition at line 155 of file nrngsl_hc_radix2.cpp.
Definition at line 23 of file nrngsl_hc_radix2.cpp.
| int const size_t stride |
Definition at line 21 of file nrngsl_hc_radix2.cpp.