File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- program round_trip_transform_of_complex_function
1
+ program complex_transforms
2
2
! ! This program invokes fftpack's fft function to compute the forward transform of a complex function
3
3
! ! and the inverse transform of the result. An assertion verifies the expected result of the forward
4
4
! ! transform according to the element layout described at [1]. A second assertion checks that the
Original file line number Diff line number Diff line change 1
- program round_trip_transform_of_real_function
1
+ program real_transforms
2
2
! ! This program invokes fftpack's rrft function to compute the forward transform of a real function
3
3
! ! and constructs the resulting complex Fourier coefficients by (re)organizing and normalizing the
4
4
! ! rfft result according to array element layout described at [1]. The program also demonstrates
You can’t perform that action at this time.
0 commit comments