19 #include "../math/cfunction.h"
20 #include "../config/configuration.h"
33 void addExcitation(
double omega,
double weight);
38 virtual void showInfo();
39 virtual void showStatistics();
42 void setPolesPerDecade(
int polesPerDecade) { m_polesPerDecade = polesPerDecade; }
43 void setPeakWidth(
double peakWidth) { m_peakWidth = peakWidth; }
44 void setTemperature(
double temperature) { m_temperature = temperature; }
47 int mapFrequencyToGrid(
double frequency);
53 double m_weightInSpectrum;
63 double * m_weightsNegative;
64 double * m_weightsPositive;
65 double m_negativeWeight;
66 double m_positiveWeight;
A configuration object which is populated from a configuration file and allows to query and modify co...
Definition: configuration.h:46
Definition: broadener.h:23
Discretized complex-valued function for real arguments.
Definition: cfunction.h:34