mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-04 05:30:32 -05:00 
			
		
		
		
	NCO: standardized debug message
This commit is contained in:
		
							parent
							
								
									3da146df76
								
							
						
					
					
						commit
						46ebdefff0
					
				@ -43,7 +43,7 @@ NCOF::NCOF()
 | 
				
			|||||||
void NCOF::setFreq(Real freq, Real sampleRate)
 | 
					void NCOF::setFreq(Real freq, Real sampleRate)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	m_phaseIncrement = (freq * TableSize) / sampleRate;
 | 
						m_phaseIncrement = (freq * TableSize) / sampleRate;
 | 
				
			||||||
	qDebug("NCO freq: %f phase inc %f", freq, m_phaseIncrement);
 | 
						qDebug("NCOF::setFreq: freq: %f m_phaseIncrement: %f", freq, m_phaseIncrement);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
float NCOF::next()
 | 
					float NCOF::next()
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user