Changes between Version 24 and Version 25 of user_applications
- Timestamp:
- Mar 31, 2016, 10:46:36 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user_applications
v24 v25 216 216 After the sequential initialization, the parallel processing is done in five steps separated by synchronisation barriers: 217 217 * first data array transpose 218 * FFTon the columns218 * independant FFTs on the columns 219 219 * second data array transpose 220 * FFTon the rows220 * independant FFTs on the rows 221 221 * third data array transpose 222 The N input data points be initialised in three different modes:222 The N input data points can be initialised in three different modes: 223 223 * CONSTANT : all data points have the same [1,0] value 224 224 * COSIN : data point n has [cos(n/N) , sin(n/N)] value