Navigation :
SpectrumMethod
SpectrumMethod
Section Utilities::oct-propagation_spectrum
Type integer
Default fourier
Decides which method is used to obtain the spectrum.
Options:
- fourier:
The standard Fourier transform. Further specified by PropagationSpectrumTransform.
- compressed_sensing:
(Experimental) Uses the compressed sensing technique.
Source information
td/spectrum.F90 : 162
call parse_variable(namespace, 'SpectrumMethod', SPECTRUM_FOURIER, spectrum%method)