mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 13:11:20 -05:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			145 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			145 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| 
								 | 
							
								#include "ClockRecovery.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								namespace modemm17
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								const float ClockRecovery::MAX_CLOCK = 1.0005;
							 | 
						||
| 
								 | 
							
								const float ClockRecovery::MIN_CLOCK = 0.9995;
							 | 
						||
| 
								 | 
							
								}
							 |