mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 04:20:21 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			317 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			317 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "FreqDevEstimator.h"
 | |
| 
 | |
| namespace modemm17 {
 | |
| 
 | |
| const std::array<float, 3> FreqDevEstimator::dc_b = { 0.09763107,  0.19526215,  0.09763107 };
 | |
| const std::array<float, 3> FreqDevEstimator::dc_a = { 1.        , -0.94280904,  0.33333333 };
 | |
| const float FreqDevEstimator::MAX_DC_ERROR = 0.2f;
 | |
| 
 | |
| } // namespace modemm17
 |