#include <nfft3.h>
Data Fields | |
| int | N_total |
| The total length of f_hat. | |
| int | M_total |
| The total length of f. | |
| complex * | f_hat |
| Used to store the frequencies omega. | |
| complex * | f |
| Used to store the sample data x. | |
| int | N |
| The bandwidth. | |
| int | N1 |
| The number of pole figures. | |
| int | N2 |
| The number of samples per pole figure. | |
| const double * | h_phi |
| The latitudes of the pole figures. | |
| const double * | h_theta |
| The longitudes of the pole figures. | |
| const double * | r |
| The nodes for the samples for each pole figure. | |
| unsigned int | nfsft_init_flags |
| The flags for the initialisation of the nfsft. | |
| unsigned int | nfft_cutoff |
| The nfft_cutoff for the initialisation of the nfsft. | |
| double * | cos_h_theta |
| Stores the cosines of the components of h_theta. | |
| double * | sin_h_theta |
| Stores the sines of the components of h_theta. | |
| complex ** | nfsft_f_hat |
| Stores the frequencies for the nfsft transformation. | |
| complex * | nfsft_f |
| Stores the samples for the nfsft transformation. | |
| double * | nfsft_angles |
| Stores the nodes for the nfsft transformation. | |
|
|
Used to store the sample data x.
|
|
|
Used to store the frequencies omega.
|
|
|
The latitudes of the pole figures.
|
|
|
The longitudes of the pole figures.
|
|
|
The bandwidth.
|
|
|
The number of pole figures.
|
|
|
The number of samples per pole figure.
|
|
|
The nfft_cutoff for the initialisation of the nfsft.
|
|
|
The flags for the initialisation of the nfsft.
|
|
|
The nodes for the samples for each pole figure.
|
1.4.4