API
 
Loading...
Searching...
No Matches
cycle.cpp File Reference

Go to the source code of this file.

Functions

m_regCounter resize (m_numModes)
 
m_scale resize (m_numModes, -999)
 
 for (size_t n=0;n< m_regCounter.size();++n)
 
 if (m_scale[n]==-999||m_regCounter[n] >=m_nRegCycles)
 
 if (calcCoefficients(m_olPSDs[n], m_nPSDs[n], psdReg *pow(10, -m_scale[n]/10), m_Na)< 0)
 
go_lp a (m_lp.m_c)
 
go_lp b (m_lp.m_c)
 

Variables

std::vector< int > m_regCounter
 
std::vector< float > m_scale
 
int m_nRegCycles {60}
 
int nc = 0
 
 else
 
 gopt_lp = go_lp.optGainOpenLoop( m_varLP[n], m_olPSDs[n], m_nPSDs[n], m_maxLPGain[n], false )
 

Function Documentation

◆ a()

◆ b()

◆ for()

for ( )

Definition at line 15 of file cycle.cpp.

References m_nRegCycles, m_regCounter, and nc.

◆ if() [1/2]

if ( )

Definition at line 47 of file cycle.cpp.

◆ if() [2/2]

if ( m_scale  [n] = = -999 || m_regCounter[n] >= m_nRegCycles)

Definition at line 26 of file cycle.cpp.

References m_nRegCycles, m_regCounter, and m_scale.

◆ resize() [1/2]

m_regCounter resize ( m_numModes  )

◆ resize() [2/2]

m_scale resize ( m_numModes  ,
999 
)

Variable Documentation

◆ else

else
Initial value:
{
realT psdReg = m_olPSDs[n][0]

Definition at line 43 of file cycle.cpp.

◆ gopt_lp

gopt_lp = go_lp.optGainOpenLoop( m_varLP[n], m_olPSDs[n], m_nPSDs[n], m_maxLPGain[n], false )

Definition at line 56 of file cycle.cpp.

◆ m_nRegCycles

int m_nRegCycles {60}

Definition at line 11 of file cycle.cpp.

Referenced by for(), and if().

◆ m_regCounter

m_regCounter[n]

Definition at line 5 of file cycle.cpp.

Referenced by for(), and if().

◆ m_scale

std::vector<float> m_scale

Definition at line 6 of file cycle.cpp.

Referenced by if().

◆ nc

int nc = 0