57 computeNumberOfCoils();
67 m_iLineFreq(hpiModelParameter.
iLineFreq()),
68 m_bBasic(hpiModelParameter.
bBasic())
74void InvHpiModelParameters::computeNumberOfCoils()
76 m_iNHpiCoils = m_vecHpiFreqs.size();
79void InvHpiModelParameters::checkForLineFreq()
81 if(m_iLineFreq == 0) {
Immutable configuration for the HPI signal model — coil drive frequencies, sample rate,...
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
QVector< int > vecHpiFreqs() const
InvHpiModelParameters operator=(const InvHpiModelParameters &other)
InvHpiModelParameters()=default