various little extensions to handle Fourier

This commit is contained in:
nemu
2008-12-22 10:26:42 +00:00
parent 2fdbe96401
commit 4a832f6fe8
5 changed files with 35 additions and 4 deletions

View File

@ -293,6 +293,7 @@ typedef struct {
double fPhase; ///< phase
double fRangeForPhaseCorrection[2]; ///< field/frequency range for automatic phase correction
double fPlotRange[2]; ///< field/frequency plot range
double fPhaseIncerement; ///< phase increment for manual phase optimization
} PMsrFourierStructure;
//-------------------------------------------------------------