mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 08:58:13 +01:00 
			
		
		
		
	Another fix
This commit is contained in:
		| @@ -2,5 +2,5 @@ | ||||
| #include <dsp/types.h> | ||||
|  | ||||
| #define DSP_SIGN(n)         ((n) >= 0) | ||||
| #define DSP_STEP_CPLX(c)    (complex_t{(c.i > 0.0f) ? 1.0f : -1.0f, (c.q > 0.0f) ? 1.0f : -1.0f}) | ||||
| #define DSP_STEP_CPLX(c)    (complex_t{(c.re > 0.0f) ? 1.0f : -1.0f, (c.im > 0.0f) ? 1.0f : -1.0f}) | ||||
| #define DSP_STEP(n)         (((n) > 0.0f) ? 1.0f : -1.0f) | ||||
		Reference in New Issue
	
	Block a user