mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-04 05:30:32 -05:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			113 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			113 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								// phi0.h
							 | 
						||
| 
								 | 
							
								#ifndef PHI0_H
							 | 
						||
| 
								 | 
							
								#define PHI0_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								namespace FreeDV {
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								extern float phi0( float xf );
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								} // FreeDV
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif
							 |