mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-04 05:30:32 -05:00 
			
		
		
		
	Added export for new complex decimator class
This commit is contained in:
		
							parent
							
								
									bb35db0703
								
							
						
					
					
						commit
						fd5e219993
					
				@ -23,10 +23,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "dsp/dsptypes.h"
 | 
					#include "dsp/dsptypes.h"
 | 
				
			||||||
#include "dsp/inthalfbandfiltereof.h"
 | 
					#include "dsp/inthalfbandfiltereof.h"
 | 
				
			||||||
 | 
					#include "export.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define DECIMATORSXS_HB_FILTER_ORDER 64
 | 
					#define DECIMATORSXS_HB_FILTER_ORDER 64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class DecimatorC
 | 
					class SDRBASE_API DecimatorC
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
    DecimatorC();
 | 
					    DecimatorC();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user